CVE-2026-46128
IPMI Event Message Buffer Response Validation Flaw
Publication date: 2026-05-28
Last updated on: 2026-05-28
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's IPMI (Intelligent Platform Management Interface) implementation. It involves improper checking of the event message buffer response data size. Specifically, the size of the response data was only checked later during processing, rather than immediately after receiving the response. Some Baseboard Management Controllers (BMCs) may return an empty message instead of an error when fetching events, which could lead to issues if not properly handled.
How can this vulnerability impact me? :
If the Linux kernel does not properly check the event message buffer response immediately, it may process bad or empty data from certain BMCs. This could potentially lead to incorrect event handling or system instability related to IPMI event processing.