PatchSiren cyber security CVE debrief
CVE-2026-80931 Linux CVE debrief
The Linux kernel's w1: ds28e17 component has a vulnerability that allows for out-of-bounds reads due to an oversize length on an I2C block read. The issue arises from the w1_f19_i2c_master_transfer function, which takes the length from the device and reads that many bytes into a buffer. The buffer is controlled by the device and can be 0 to 255, but the driver only rejects a zero count. A patch has been applied to reject lengths above I2C_SMBUS_BLOCK_MAX. This vulnerability affects Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the w1: ds28e17 component. They should verify and apply patches to prevent potential out
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the w1: ds28e17 component should verify and apply patches to prevent potential out-of-bounds reads.
Why it matters
The Linux kernel's w1: ds28e17 component has a vulnerability that allows for out-of-bounds reads due to an oversize length on an I2C block read. Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the w1: ds28e17 component should verify and apply patches to prevent potential out-of-bounds reads.
- Verify Linux kernel patches for w1: ds28e17 component to prevent out-of-bounds reads
- Validate I2C block read lengths to prevent potential buffer overflows
- Monitor system logs for potential out-of-bounds read attempts
Technical summary
The Linux kernel's w1: ds28e17 component has a vulnerability that allows for out-of-bounds reads due to an oversize length on an I2C block read. The issue arises from the w1_f19_i2c_master_transfer function, which takes the length from the device and reads that many bytes into a buffer. The buffer is controlled by the device and can be 0 to 255, but the driver only rejects a zero count. A patch has been applied to reject lengths above I2C_SMBUS_BLOCK_MAX.
Defensive priority
Verify and apply patches for Linux kernel w1: ds28e17 component to prevent potential out-of-bounds reads.
Recommended defensive actions
- Verify Linux kernel version and apply patches for w1: ds28e17 component
- Review system configurations and ensure I2C block read lengths are validated
- Monitor system logs for potential out-of-bounds read attempts
- Track exceptions and retest remediated assets
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and source references indicate a vulnerability in the Linux kernel's w1: ds28e17 component. The issue allows for out-of-bounds reads due to an oversize length on an I2C block read. A patch has been applied to reject lengths above I2C_SMBUS_BLOCK_MAX.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80931 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80931
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80931 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80931
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/169ae5e65e5aaf213b6a578f6478a9fd2e523606
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6df05f630c84a109736642362e452089886f9974
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ae0c79a8527044e54d81fd5a3b49ce6177633758
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/cb55c5da9828f77db2a2701316949d4de1e9b773
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.