LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-46064

linux · linux kernel

Published
CVSS7.1
Severityhigh
WeaknessCWE-125
ExploitedNot in CISA KEV

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

Description

In the Linux kernel, the following vulnerability has been resolved: ibmasm: fix heap over-read in ibmasm_send_i2o_message() The ibmasm_send_i2o_message() function uses get_dot_command_size() to compute the byte count for memcpy_toio(), but this value is derived from user-controlled fields in the dot_command_header (command_size: u8, data_size: u16) and is never validated against the actual allocation size. A root user can write a small buffer with inflated header fields, causing memcpy_toio() to read up to ~65 KB past the end of the allocation into adjacent kernel heap, which is then forwarded to the service processor over MMIO. Silently clamping the copy size is not sufficient: if the he

References

← Back to the CVE Tracker

Our coverage of CVE-2026-46064

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-46064.