HOMEVULNERABILITIESCVE-2026-46064
NONE

CVE-2026-46064

Published: May 27, 2026· Updated: Jun 1, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:5.2th

Official 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 header fields

claim a larger size than the buffer, the SP receives a dot command whose

own header is inconsistent with the I2O message length, which can cause

the SP to desynchronize. Reject such commands outright by returning

failure.

Validate command_size before calling get_mfa_inbound() to avoid leaking

an I2O message frame: reading INBOUND_QUEUE_PORT dequeues a hardware

frame from the controller's free pool, and returning without a

corresponding set_mfa_inbound() call would permanently exhaust it.

Additionally, clamp command_size to I2O_COMMAND_SIZE before the

memcpy_toio() so the MMIO write stays within the I2O message frame,

consistent with the clamping already performed by outgoing_message_size()

for the header field.

NVD Source

Technical Analysis

CVE-2026-46064 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (8)

Quick Facts

CVE IDCVE-2026-46064
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 27, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-46064 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.