CVE-2026-43221 (GCVE-0-2026-43221)
Vulnerability from cvelistv5
Published
2026-05-06 11:28
Modified
2026-05-11 22:20
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: initialise event handler read bytes IPMB doesn't use i2c reads, but the handler needs to set a value. Otherwise an i2c read will return an uninitialised value from the bus driver.
Impacted products
Vendor Product Version
Linux Linux Version: 63c4eb347164845b380089012fe43992511c0ad3
Version: 63c4eb347164845b380089012fe43992511c0ad3
Version: 63c4eb347164845b380089012fe43992511c0ad3
Version: 63c4eb347164845b380089012fe43992511c0ad3
Version: 63c4eb347164845b380089012fe43992511c0ad3
Version: 63c4eb347164845b380089012fe43992511c0ad3
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/char/ipmi/ipmi_ipmb.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "905554ebd76aeee370bfd5136ea11e0b9d75c6f1",
              "status": "affected",
              "version": "63c4eb347164845b380089012fe43992511c0ad3",
              "versionType": "git"
            },
            {
              "lessThan": "56d5c0557e53c4d8d92a619fa83eaae178165e07",
              "status": "affected",
              "version": "63c4eb347164845b380089012fe43992511c0ad3",
              "versionType": "git"
            },
            {
              "lessThan": "2dfbc8c17dd161885336e77e71c336cd62cf6748",
              "status": "affected",
              "version": "63c4eb347164845b380089012fe43992511c0ad3",
              "versionType": "git"
            },
            {
              "lessThan": "f726b3a57e00bb6249c67714c11ae8b4b31719a1",
              "status": "affected",
              "version": "63c4eb347164845b380089012fe43992511c0ad3",
              "versionType": "git"
            },
            {
              "lessThan": "102712417bb6aa9a00d852bc59cb0a276db486c4",
              "status": "affected",
              "version": "63c4eb347164845b380089012fe43992511c0ad3",
              "versionType": "git"
            },
            {
              "lessThan": "9f235ccecd03c436cb1683eac16b12f119e54aa9",
              "status": "affected",
              "version": "63c4eb347164845b380089012fe43992511c0ad3",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/char/ipmi/ipmi_ipmb.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.16"
            },
            {
              "lessThan": "5.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.165",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.128",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.75",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.16",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.165",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.128",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.75",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.16",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.6",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nipmi: ipmb: initialise event handler read bytes\n\nIPMB doesn\u0027t use i2c reads, but the handler needs to set a value.\nOtherwise an i2c read will return an uninitialised value from the bus\ndriver."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T22:20:20.815Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/905554ebd76aeee370bfd5136ea11e0b9d75c6f1"
        },
        {
          "url": "https://git.kernel.org/stable/c/56d5c0557e53c4d8d92a619fa83eaae178165e07"
        },
        {
          "url": "https://git.kernel.org/stable/c/2dfbc8c17dd161885336e77e71c336cd62cf6748"
        },
        {
          "url": "https://git.kernel.org/stable/c/f726b3a57e00bb6249c67714c11ae8b4b31719a1"
        },
        {
          "url": "https://git.kernel.org/stable/c/102712417bb6aa9a00d852bc59cb0a276db486c4"
        },
        {
          "url": "https://git.kernel.org/stable/c/9f235ccecd03c436cb1683eac16b12f119e54aa9"
        }
      ],
      "title": "ipmi: ipmb: initialise event handler read bytes",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43221",
    "datePublished": "2026-05-06T11:28:21.579Z",
    "dateReserved": "2026-05-01T14:12:55.994Z",
    "dateUpdated": "2026-05-11T22:20:20.815Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…