In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read buffer… (CVE-2026-64086)
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read buffer adm1266_pmbus_block_xfer() sets up the read transaction with .buf = data->read_buf, .len = ADM1266_PMBUS_BLOCK_MAX + 2, but read_buf in struct adm1266_data is declared as u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; For a max-length block response (length byte = 255 + up to 1 PEC byte), the i2c controller is told to write 257 bytes into a 256-byte buffer, putting one byte past the end of read_buf. The same response also makes the subsequent PEC compare if (crc != msgs[1].buf[msgs[1].buf[0] + 1]) read a byte beyond the array. Bump the read_buf declaration to ADM1266_PMBUS_BLOCK_MAX + 2 so the buffer can hold the length byte, up to 255 payload bytes, and the PEC byte the i2c_msg length already accounts for.
AI Analysis
Technical Summary
The vulnerability in the Linux kernel hwmon pmbus/adm1266 driver involved a mismatch between the buffer size allocated for reading data and the amount of data the i2c controller was instructed to write. Specifically, adm1266_pmbus_block_xfer() set the read transaction length to ADM1266_PMBUS_BLOCK_MAX + 2 bytes, but the buffer read_buf was declared with only ADM1266_PMBUS_BLOCK_MAX + 1 bytes. This caused a one-byte buffer overflow when handling maximum-length block responses (length byte = 255 plus one PEC byte). Additionally, the PEC comparison read beyond the buffer boundary. The fix was to increase the buffer size to ADM1266_PMBUS_BLOCK_MAX + 2 bytes to safely hold the length byte, payload, and PEC byte.
Potential Impact
This vulnerability allows a one-byte buffer overflow in kernel memory when processing maximum-length pmbus block read responses. Such an overflow can lead to memory corruption, potentially causing kernel instability or enabling privilege escalation. However, no known exploits are reported in the wild at this time.
Mitigation Recommendations
A fix has been implemented in the Linux kernel by increasing the size of the read buffer in the adm1266 driver to prevent the buffer overflow. Users should update to a Linux kernel version that includes this fix. Since this is a kernel-level vulnerability, applying the official kernel patch or upgrading to a fixed kernel release is the recommended remediation. Patch status is not explicitly confirmed in the provided data; check the vendor or Linux kernel advisories for the exact fixed versions and patch availability.
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read buffer… (CVE-2026-64086)
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read buffer adm1266_pmbus_block_xfer() sets up the read transaction with .buf = data->read_buf, .len = ADM1266_PMBUS_BLOCK_MAX + 2, but read_buf in struct adm1266_data is declared as u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; For a max-length block response (length byte = 255 + up to 1 PEC byte), the i2c controller is told to write 257 bytes into a 256-byte buffer, putting one byte past the end of read_buf. The same response also makes the subsequent PEC compare if (crc != msgs[1].buf[msgs[1].buf[0] + 1]) read a byte beyond the array. Bump the read_buf declaration to ADM1266_PMBUS_BLOCK_MAX + 2 so the buffer can hold the length byte, up to 255 payload bytes, and the PEC byte the i2c_msg length already accounts for.
CVSS v3.1
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in the Linux kernel hwmon pmbus/adm1266 driver involved a mismatch between the buffer size allocated for reading data and the amount of data the i2c controller was instructed to write. Specifically, adm1266_pmbus_block_xfer() set the read transaction length to ADM1266_PMBUS_BLOCK_MAX + 2 bytes, but the buffer read_buf was declared with only ADM1266_PMBUS_BLOCK_MAX + 1 bytes. This caused a one-byte buffer overflow when handling maximum-length block responses (length byte = 255 plus one PEC byte). Additionally, the PEC comparison read beyond the buffer boundary. The fix was to increase the buffer size to ADM1266_PMBUS_BLOCK_MAX + 2 bytes to safely hold the length byte, payload, and PEC byte.
Potential Impact
This vulnerability allows a one-byte buffer overflow in kernel memory when processing maximum-length pmbus block read responses. Such an overflow can lead to memory corruption, potentially causing kernel instability or enabling privilege escalation. However, no known exploits are reported in the wild at this time.
Mitigation Recommendations
A fix has been implemented in the Linux kernel by increasing the size of the read buffer in the adm1266 driver to prevent the buffer overflow. Users should update to a Linux kernel version that includes this fix. Since this is a kernel-level vulnerability, applying the official kernel patch or upgrading to a fixed kernel release is the recommended remediation. Patch status is not explicitly confirmed in the provided data; check the vendor or Linux kernel advisories for the exact fixed versions and patch availability.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-f42m-8rh7-xp4f
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64086"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a5d27a92a4a8d598912c247
Added to database: 07/19/2026, 19:38:17 UTC
Last enriched: 07/19/2026, 19:52:31 UTC
Last updated: 07/20/2026, 19:41:21 UTC
Views: 12
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.