PatchSiren cyber security CVE debrief
CVE-2026-64087 Linux CVE debrief
The Linux kernel has been patched for a vulnerability in hwmon: (pmbus/adm1266) that rejects implausible blackbox record_count. This issue could lead to an out-of-bounds read if a device reports a record_count greater than 32. The fix caps record_count at ADM1266_BLACKBOX_MAX_RECORDS and returns -EIO for larger values. This vulnerability affects users of the Linux kernel, particularly those using the hwmon: (pmbus/adm1266) module.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-09-03
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-09-03
Who should care
Users of the Linux kernel, particularly those using the hwmon: (pmbus/adm1266) module, should be aware of this vulnerability and ensure they are running the patched version. This vulnerability could lead to an out-of-bounds read if a device reports a record_count greater than 32.
Technical summary
The vulnerability exists in the adm1266_nvmem_read_blackbox() function, where the record_count is taken directly from the BLACKBOX_INFO response. If the record_count exceeds 32, it could lead to an out-of-bounds read. The patch introduces a cap at ADM1266_BLACKBOX_MAX_RECORDS (32) and returns -EIO for larger values. This fix prevents a malformed BLACKBOX_INFO response from driving the loop out of bounds.
Defensive priority
Medium
Recommended defensive actions
- Inventory and verify Linux kernel versions
- Apply patches for hwmon: (pmbus/adm1266) module
- Monitor for unusual activity in kernel logs
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-19T16:17:49.433Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the official advisory. The Linux kernel patch for hwmon: (pmbus/adm1266) rejects implausible blackbox record_count, which could lead to an out-of-bounds read if a device reports a record_count greater than 32.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64087 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64087
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64087 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64087
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0e791cd0140fb136083565aadfbe0f705aa260d0
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/231db52a5b64d0a9769e298dadc148e1f79b26a6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4afca954622d672ea65ed961bed01cf91caa034e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5469e1e7c411acc15fdd8262c99c3ebd9defd594
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/75c862adf3d3caab4f49bb3530723c215376e37c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/adcb163ad7cacca317872fc62bd8885e842e45e3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c2c56092710fe8a893b67b5a3d7e62808d02d84d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.