Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-64085

15
FAUCET Score

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.

First published: Jul 19, 2026Last modified: Jul 19, 2026

Impacted Technologies

VendorProductVersion(s)CPE
LinuxLinux
5.10CNA affecteddefault affected
LinuxLinux
>= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 43cae21424ff8e33894a0f86c6b80b840c049fd7, >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 6098634cfa711f11a8d65368dc51ec8f7c8241ba, >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 60c4b9fe1a3dd012014b1f561a6928a0b5db1126, >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 7896d87cbb05e097efc113243d4e38f9f8cea16c, >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 83e039f0a43e0708515b0479cb7690fb93faaaa0, >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 97a9cf2a8217ca1cdaf48cb9ab26e471632c7e7f, >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < 9d5309500b4607b7198e19f0a3fa13eb864cd5fb, >= 407dc802a9c0809ca6a48de4b4c63305eb84ef56, < dd47b8c4a0a8ced442da3f008db28fbbd31feaf0CNA affecteddefault unaffected

CVSS Data

CVSS data has not been published for this CVE.

Exploit Intelligence

EPSS Score
0.18%
Probability of exploitation in next 30 days
EPSS Percentile
8.3%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15

Social Chatter

No social media mentions found for this CVE.

Media Mentions

No media coverage found for this CVE.

Remediation

Patch Available

Vendor Patches (19)

ubuntupatch availablevia ubuntu_usn
Product: linux-nvidia-tegra-5.15 (focal)Fixed in: 5.15.0-1064.66~20.04.1
ubuntupatch availablevia ubuntu_usn
Product: linux-hwe-5.15 (focal)Fixed in: 5.15.0-186.196~20.04.1
ubuntupatch availablevia ubuntu_usn
Product: linux-lowlatency-hwe-5.15 (focal)Fixed in: 5.15.0-184.194~20.04.1
ubuntupatch availablevia ubuntu_usn
Product: linux (jammy)Fixed in: 5.15.0-186.196
ubuntupatch availablevia ubuntu_usn
Product: linux-gcp (jammy)Fixed in: 5.15.0-1112.122
ubuntupatch availablevia ubuntu_usn
Product: linux-gcp-fips (jammy)Fixed in: 5.15.0-1112.122+fips1
ubuntupatch availablevia ubuntu_usn
Product: linux-gke (jammy)Fixed in: 5.15.0-1108.114
ubuntupatch availablevia ubuntu_usn
Product: linux-gkeop (jammy)Fixed in: 5.15.0-1095.103
ubuntupatch availablevia ubuntu_usn
Product: linux-kvm (jammy)Fixed in: 5.15.0-1104.109
ubuntupatch availablevia ubuntu_usn
Product: linux-lowlatency (jammy)Fixed in: 5.15.0-184.194
ubuntupatch availablevia ubuntu_usn
Product: linux-realtime (jammy)Fixed in: 5.15.0-1111.120
ubuntupatch availablevia ubuntu_usn
Product: linux-xilinx-zynqmp (jammy)Fixed in: 5.15.0-1075.79
ubuntupatch availablevia ubuntu_usn
Product: linux-ibm (resolute)Fixed in: 7.0.0-1010.10
ubuntupatch availablevia ubuntu_usn
Product: linux-oracle (resolute)Fixed in: 7.0.0-1008.8
ubuntupatch availablevia ubuntu_usn
Product: linux-azure-fde (jammy)Fixed in: 5.15.0-1117.126
ubuntupatch availablevia ubuntu_usn
Product: linux-azure (jammy)Fixed in: 5.15.0-1117.126
ubuntupatch availablevia ubuntu_usn
Product: linux-oracle (jammy)Fixed in: 5.15.0-1109.115
ubuntupatch availablevia ubuntu_usn
Product: linux-azure (resolute)Fixed in: 7.0.0-1010.10
ubuntupatch availablevia ubuntu_usn
Product: linux-azure-fde (resolute)Fixed in: 7.0.0-1009.9

Vendor Advisories (6)

ubuntuUSN-8610-1

Linux kernel (Azure CVM) vulnerabilities

Jul 24, 2026
ubuntuUSN-8575-3

Linux kernel vulnerabilities

Jul 24, 2026
ubuntuUSN-8603-1

Linux kernel (Azure) vulnerabilities

Jul 24, 2026
ubuntuUSN-8593-1

Linux kernel vulnerabilities

Jul 23, 2026
ubuntuUSN-8576-1

Linux kernel (NVIDIA Tegra) vulnerabilities

Jul 21, 2026
ubuntuUSN-8575-1

Linux kernel vulnerabilities

Jul 21, 2026

References

git.kernel.org / stable/c/43cae21424ff8e33894a0f86c6b80b840c049fd7
git.kernel.org / stable/c/6098634cfa711f11a8d65368dc51ec8f7c8241ba
git.kernel.org / stable/c/60c4b9fe1a3dd012014b1f561a6928a0b5db1126
git.kernel.org / stable/c/7896d87cbb05e097efc113243d4e38f9f8cea16c
git.kernel.org / stable/c/83e039f0a43e0708515b0479cb7690fb93faaaa0
git.kernel.org / stable/c/97a9cf2a8217ca1cdaf48cb9ab26e471632c7e7f
git.kernel.org / stable/c/9d5309500b4607b7198e19f0a3fa13eb864cd5fb
git.kernel.org / stable/c/dd47b8c4a0a8ced442da3f008db28fbbd31feaf0