CVE-2026-43005
Last modified
CVE-2026-43005 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hwmon: (tps53679) Fix array access with zero-length block read i2c_smbus_read_block_data() can return 0, indicating a zero-length read. When this happens, tps53679_identify_chip() accesses buf[ret - 1] which is buf[-1], reading one byte before the buffer on the stack. Fix by changing the check from "ret < 0" to "ret <= 0", treating a zero-length read as an error (-EIO), which prevents the out-of-bounds array access. Also fix a typo in the adjacent comment: "if present" instead of duplicate "if".. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (tps53679) Fix array access with zero-length block read i2c_smbus_read_block_data() can return 0, indicating a zero-length read. When this happens, tps53679_identify_chip() accesses buf[ret - 1] which is buf[-1], reading one byte before the buffer on the stack. Fix by changing the check from "ret < 0" to "ret <= 0", treating a zero-length read as an error (-EIO), which prevents the out-of-bounds array access. Also fix a typo in the adjacent comment: "if present" instead of duplicate "if".
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.17.1, < 6.18.22 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.12 | — |
| Linux | Linux Kernel | 6.17 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43005?
How severe is CVE-2026-43005?
How do I fix CVE-2026-43005?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4300The Robo Gallery plugin for WordPress is vulnerable to Store…6.4
- CVE-2026-43000An issue was discovered in OpenStack Keystone before 29.0.2.…8.8
- CVE-2026-43001An issue was discovered in OpenStack Keystone before 29.0.2.…8
- CVE-2026-43002An issue was discovered in OpenStack Horizon 25.6 and 25.7 b…5.3
- CVE-2026-43003An issue was discovered in OpenStack ironic-python-agent 1.0…7.5
- CVE-2026-43004In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43006In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43007In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43008In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43009In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4301The Rate Star Review Vote - AJAX Reviews, Votes, Star Rating…4.3
- CVE-2026-43010In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-43005?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
