CVE-2026-64087: hwmon: (pmbus/adm1266) reject implausible blackbox record_count

Published Jul 19, 2026
·
Updated

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

hwmon: (pmbus/adm1266) reject implausible blackbox recordcount

adm1266nvmemreadblackbox() loops over a recordcount that comes straight from byte 3 of the BLACKBOXINFO response. The destination buffer is data->devmem, sized for the nvmem cell's declared 2048 bytes (ADM1266BLACKBOXMAXRECORDS ADM1266BLACKBOXSIZE = 32 64). A device that reports a recordcount greater than 32 -- whether due to firmware bugs, bus corruption, or a non-responsive slave returning 0xff -- would walk readbuff past the end of the devmem allocation on the trailing iterations.

Cap recordcount at ADM1266BLACKBOXMAXRECORDS (introduced here) before entering the loop and return -EIO on any larger value, so a malformed BLACKBOXINFO response cannot drive the loop out of bounds.

Affected Software

12 affected components
Linux Linux kernel
Linux Linux kernel>=5.10<5.10.258
Linux Linux kernel>=5.11<5.15.209
Linux Linux kernel>=5.16<6.1.175
Linux Linux kernel>=6.2<6.6.142
Linux Linux kernel>=6.7<6.12.92
Linux Linux kernel>=6.13<6.18.34
Linux Linux kernel>=6.19<7.0.11
Linux Linux kernel=7.1-rc1
Linux Linux kernel=7.1-rc2
Linux Linux kernel=7.1-rc3
Linux Linux kernel=7.1-rc4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply the fix in hwmon (pmbus/adm1266) so adm1266_nvmem_read_blackbox() rejects/caps any BLACKBOX_INFO record_count greater than ADM1266_BLACKBOX_MAX_RECORDS (so malformed responses cannot drive the loop out of bounds).

    Linux kernel (hwmon: pmbus/adm1266) blackbox record_count handling = cap at ADM1266_BLACKBOX_MAX_RECORDS; return error for larger values

Event History

Jul 19, 2026
CVE Published
via MITRE·03:39 PM
Data Sourced
via MITRE·03:39 PM
Description
Data Sourced
via NVD·04:17 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel ADM1266 PMBus hardware-monitoring driver are exposed when the driver reads the device's blackbox NVMEM data. The issue is relevant only where an ADM1266 device or a device responding on its bus is involved.

2

What is required to trigger the out-of-bounds access?

A malformed BLACKBOX_INFO response must report a blackbox record count greater than 32. This can result from device firmware faults, bus corruption, or a non-responsive slave returning 0xff; the CVSS vector indicates local access and low privileges are required.

3

What happens when an invalid record count is received after the fix?

The driver caps valid blackbox records at 32 and returns -EIO when the reported count is larger. This prevents the read loop from advancing beyond the 2048-byte dev_mem buffer.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203