CVE-2026-46001
Reported by Linux · Published May 27, 2026
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.
EPSS 0.02% · 6.8th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 1b2ca93cd0592b1fcbc6f8b64e02552bc15f4bb4, 1b2ca93cd0592b1fcbc6f8b64e02552bc15f4bb4, 1b2ca93cd0592b1fcbc6f8b64e02552bc15f4bb4 |
| Linux | Linux | 6.9, 0, 6.12.86 |
| Linux | Linux | 7.1, 1b2ca93cd0592b1fcbc6f8b64e02552bc15f4bb4, 1b2ca93cd0592b1fcbc6f8b64e02552bc15f4bb4 |
| linux | linux_kernel | 6.9, 6.9, 6.9 |
Timeline
- May 27, 2026 CVE Published
- May 28, 2026 EPSS Score
- May 29, 2026 EPSS Score
- May 29, 2026 Security Advisory
- May 30, 2026 EPSS Score
- May 31, 2026 EPSS Score
- Jun 1, 2026 EPSS Score
- Jun 4, 2026 Coalition ESS Score
- Jun 5, 2026 EPSS Score
- Jun 16, 2026 CVE Updated