HOMEVULNERABILITIESCVE-2026-46001
NONE

CVE-2026-46001

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

Official Description

In the Linux kernel, the following vulnerability has been resolved:

hwmon: (pt5161l) Fix bugs in pt5161l_read_block_data()

Fix two bugs in pt5161l_read_block_data():

1. Buffer overrun: The local buffer rbuf is declared as u8 rbuf[24],

but i2c_smbus_read_block_data() can return up to

I2C_SMBUS_BLOCK_MAX (32) bytes. The i2c-core copies the data into

the caller's buffer before the return value can be checked, so

the post-read length validation does not prevent a stack overrun

if a device returns more than 24 bytes. Resize the buffer to

I2C_SMBUS_BLOCK_MAX.

2. Unexpected positive return on length mismatch: When all three

retries are exhausted because the device returns data with an

unexpected length, i2c_smbus_read_block_data() returns a positive

byte count. The function returns this directly, and callers treat

any non-negative return as success, processing stale or incomplete

buffer contents. Return -EIO when retries are exhausted with a

positive return value, preserving the negative error code on I2C

failure.

NVD Source

Technical Analysis

CVE-2026-46001 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 (4)

Quick Facts

CVE IDCVE-2026-46001
SeverityNONE
CISA KEVNo
PublishedMay 27, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-46001 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.