CVE-2026-64135
Last modified
CVE-2026-64135 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) widen blackbox-info buffer to I2C_SMBUS_BLOCK_MAX adm1266_nvmem_read_blackbox() declares a 5-byte stack buffer and passes it to i2c_smbus_read_block_data() to retrieve the 4-byte BLACKBOX_INFO response. i2c_smbus_read_block_data() does not honour caller buffer sizes -- it memcpy()s data.block[0] bytes from the SMBus transaction (where data.block[0] is the length byte returned by the slave device, up to I2C_SMBUS_BLOCK_MAX = 32): memcpy(values, &data.block[1], data.block[0]); If the device returns any block length above 5, the call overflows the caller's 5-byte stack buffer before the post-call if (ret != 4) return -EIO; check has a chance to reject the response. Widen the local buffer to I2C_SMBUS_BLOCK_MAX so the helper has room for any well-formed SMBus block response, matching the convention used by the other i2c_smbus_read_block_data() callers in this driver.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) widen blackbox-info buffer to I2C_SMBUS_BLOCK_MAX adm1266_nvmem_read_blackbox() declares a 5-byte stack buffer and passes it to i2c_smbus_read_block_data() to retrieve the 4-byte BLACKBOX_INFO response. i2c_smbus_read_block_data() does not honour caller buffer sizes -- it memcpy()s data.block[0] bytes from the SMBus transaction (where data.block[0] is the length byte returned by the slave device, up to I2C_SMBUS_BLOCK_MAX = 32): memcpy(values, &data.block[1], data.block[0]); If the device returns any block length above 5, the call overflows the caller's 5-byte stack buffer before the post-call if (ret != 4) return -EIO; check has a chance to reject the response. Widen the local buffer to I2C_SMBUS_BLOCK_MAX so the helper has room for any well-formed SMBus block response, matching the convention used by the other i2c_smbus_read_block_data() callers in this driver.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < 33251abb9c9dd62943be76f0427c5527ee39188f; >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < ba09f4baa5bd96c5d26c942defa546a72dbbe5bf; >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < 6ed16a40b162e9d87d9ac8bed4d7f0e3e807700e; >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < 0dbf64c502443c08c2e28a77ecbfcc5479d93228; >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < 2b7a698d5093b548c464828d984f05ced5f3fd2a; >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < ca560f7566df7e2826c2999e959e6b94eb938f76; >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < 7f705e581ef3e6bb308a121a89adf5237d968204; >= 15609d1893020436e1e8ccfd9ded774a96dd17a2, < eee213daa1e1b402eb631bcd1b8c5aa340a6b081 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64135?
How severe is CVE-2026-64135?
How do I fix CVE-2026-64135?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64129In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64130In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64131In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64132In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64133In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64134In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64136In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64137In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64138In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64139In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6414@fastify/static versions 8.0.0 through 9.1.0 decode percent-…5.9
- CVE-2026-64140In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-64135?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
