CVE-2026-64085
Last modified
CVE-2026-64085 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized buffer adm1266_pmbus_block_xfer() copies the device-supplied block payload into the caller-provided buffer using the device-supplied length: memcpy(data_r, &msgs[1].buf[1], msgs[1].buf[0]); The helper does not know how large data_r is and trusts the device to return at most one record's worth of bytes. adm1266_nvmem_read_blackbox() violates that contract: it advances read_buff inside data->dev_mem in ADM1266_BLACKBOX_SIZE (64-byte) strides while the helper is willing to write up to ADM1266_PMBUS_BLOCK_MAX (255) bytes. 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) bounce blackbox records through a protocol-sized buffer adm1266_pmbus_block_xfer() copies the device-supplied block payload into the caller-provided buffer using the device-supplied length: memcpy(data_r, &msgs[1].buf[1], msgs[1].buf[0]); The helper does not know how large data_r is and trusts the device to return at most one record's worth of bytes. adm1266_nvmem_read_blackbox() violates that contract: it advances read_buff inside data->dev_mem in ADM1266_BLACKBOX_SIZE (64-byte) strides while the helper is willing to write up to ADM1266_PMBUS_BLOCK_MAX (255) bytes. A device that returns more than 64 bytes on the trailing record (read_buff offset 1984 in the 2048-byte dev_mem allocation) overflows dev_mem by up to 191 bytes before the post-call if (ret != ADM1266_BLACKBOX_SIZE) return -EIO; can reject the response. Contain the fix in the caller without changing the helper signature: read each record into a 255-byte local bounce buffer that matches the helper's maximum output, validate the returned length, and only then copy exactly ADM1266_BLACKBOX_SIZE bytes into the dev_mem slot.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 7896d87cbb05e097efc113243d4e38f9f8cea16c; >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 9d5309500b4607b7198e19f0a3fa13eb864cd5fb; >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 6098634cfa711f11a8d65368dc51ec8f7c8241ba; >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 60c4b9fe1a3dd012014b1f561a6928a0b5db1126; >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 83e039f0a43e0708515b0479cb7690fb93faaaa0; >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 97a9cf2a8217ca1cdaf48cb9ab26e471632c7e7f; >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < dd47b8c4a0a8ced442da3f008db28fbbd31feaf0; >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 43cae21424ff8e33894a0f86c6b80b840c049fd7 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64085?
How severe is CVE-2026-64085?
How do I fix CVE-2026-64085?
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-6408Tanium addressed an information disclosure vulnerability in …2.7
- CVE-2026-64080In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-64081In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64082In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64083In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64084In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64086In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64088In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64089In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6409A Denial of Service (DoS) vulnerability exists in the Protob…7.1
- CVE-2026-64090In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-64085?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
