CVE-2026-80593
Last modified
CVE-2026-80593 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hwmon: (asus_atk0110) Check package count before accessing element atk_ec_present() walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj->package.elements[0]; if (id->type != ACPI_TYPE_INTEGER) without checking that the sub-package is non-empty. ACPICA allocates the element array with exactly package.count entries, so for a sub-package with a zero count this reads past the allocation. The sibling function atk_debugfs_ggrp_open() performs the same access but skips empty packages with a package.count check first. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (asus_atk0110) Check package count before accessing element atk_ec_present() walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj->package.elements[0]; if (id->type != ACPI_TYPE_INTEGER) without checking that the sub-package is non-empty. ACPICA allocates the element array with exactly package.count entries, so for a sub-package with a zero count this reads past the allocation. The sibling function atk_debugfs_ggrp_open() performs the same access but skips empty packages with a package.count check first. Add the same check to atk_ec_present() so a malformed firmware package cannot trigger an out-of-bounds read.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < 2a137124664aad1e36d8d74e8e2207365a04737f; >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < 459b0a0439ea65b2b612aa572eb62a2e26d05618; >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < 768f20e7bb48d723b82cb142120263d0806fbeb8; >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < 76392d35c8df471b288cfc6536bd092b3c8ee2cf; >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < 981a8a2e3773dc7e704943388a1fb97970b23275; >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < d8d4fa0c4f818e30b6f6737bdd989b7e2b511cae; >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < b770fcfcdced569bcf7c6982aeea8c3d11a21c2b; >= 9e6eba610c2eb68b05841a15ece1cf929c44aea3, < e2735b39f044bad7bf2017aef248935525bc0b97 |
| Linux | Linux | 2.6.32 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80593?
How severe is CVE-2026-80593?
How do I fix CVE-2026-80593?
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-80588In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80589In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8059IBM Datacap 9.1.7, 9.1.8, and 9.1.9 and IBM Datacap Navigato…6.1
- CVE-2026-80590In the Linux kernel, the following vulnerability has been re…8.6
- CVE-2026-80591In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80592In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80594In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80595In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80596In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80597In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80598In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80599In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-80593?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
