PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64135 Linux CVE debrief

A Linux kernel vulnerability, CVE-2026-64135, was resolved by widening the blackbox-info buffer to I2C_SMBUS_BLOCK_MAX. The hwmon: (pmbus/adm1266) driver had a 5-byte stack buffer that was passed to i2c_smbus_read_block_data() to retrieve the 4-byte BLACKBOX_INFO response. However, i2c_smbus_read_block_data() does not honor caller buffer sizes and can overflow the buffer if the device returns a block length above 5. This vulnerability has been resolved by widening the local buffer to I2C_SMBUS_BLOCK_MAX, which matches the convention used by other i2c_smbus_read_block_data() callers in this driver. Linux kernel users and administrators should be aware of this vulnerability and ensure they have the latest kernel updates applied.

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-08-13
Advisory published
2026-07-19
Advisory updated
2026-08-13

Who should care

Linux kernel users and administrators should be aware of this vulnerability and ensure they have the latest kernel updates applied. This vulnerability affects the hwmon: (pmbus/adm1266) driver in the Linux kernel, and users of this driver should take priority in applying the necessary updates. Additionally, vulnerability management and security teams should review the affected scope and severity to determine the necessary course of action.

Technical summary

The hwmon: (pmbus/adm1266) driver in the Linux kernel had a vulnerability where a 5-byte stack buffer was used to retrieve the 4-byte BLACKBOX_INFO response from i2c_smbus_read_block_data(). However, i2c_smbus_read_block_data() does not honor caller buffer sizes and can overflow the buffer if the device returns a block length above 5. This vulnerability has been resolved by widening the local buffer to I2C_SMBUS_BLOCK_MAX. The affected product is the Linux kernel, and the vulnerability class is a buffer overflow. The likely operational impact is a potential buffer overflow attack, and defenders should verify the affected scope and severity with the official advisory or CVE record.

Defensive priority

Medium

Recommended defensive actions

  • Apply the latest Linux kernel updates
  • Ensure the hwmon: (pmbus/adm1266) driver is updated
  • Monitor for any potential buffer overflow attacks
  • 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:55.333Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about this vulnerability, and defenders should verify the affected scope and severity with the official advisory or CVE record. The hwmon: (pmbus/adm1266) driver in the Linux kernel had a vulnerability where a 5-byte stack buffer was used to retrieve the 4-byte BLACKBOX_INFO response from i2c_smbus_read_block_data(). However, i2c_smbus_read_block_data() does not honor caller buffer sizes and can overflow the buffer if the device returns a block length above 5. This vulnerability has been resolved by widening the local buffer to I2C_SMBUS_BLOCK_MAX. Linux kernel users and administrators should be aware of this vulnerability and ensure they have the latest kernel updates applied.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64135 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64135

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64135 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64135

    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/0dbf64c502443c08c2e28a77ecbfcc5479d93228

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2b7a698d5093b548c464828d984f05ced5f3fd2a

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/33251abb9c9dd62943be76f0427c5527ee39188f

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6ed16a40b162e9d87d9ac8bed4d7f0e3e807700e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7f705e581ef3e6bb308a121a89adf5237d968204

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ba09f4baa5bd96c5d26c942defa546a72dbbe5bf

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ca560f7566df7e2826c2999e959e6b94eb938f76

    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.