CVE-2026-43221
Kernel Memory Leak in IPMB Event Handler
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's IPMI (Intelligent Platform Management Interface) subsystem, specifically the IPMB (Intelligent Platform Management Bus) component. The issue is that the event handler for reading bytes was not properly initialized. Since IPMB does not use i2c reads, the handler still needs to set a value; otherwise, an i2c read operation could return an uninitialized value from the bus driver.
How can this vulnerability impact me? :
If the event handler is not properly initialized, i2c read operations might return uninitialized or unpredictable data. This could lead to incorrect behavior or data corruption in systems relying on IPMB communications within the Linux kernel.