CVE-2026-80593

Source
https://cve.org/CVERecord?id=CVE-2026-80593
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80593.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80593
Downstream
Published
2026-08-28T06:48:20.816Z
Modified
2026-08-30T03:47:58.132633831Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
hwmon: (asus_atk0110) Check package count before accessing element
Details

In the Linux kernel, the following vulnerability has been resolved:

hwmon: (asus_atk0110) Check package count before accessing element

atkecpresent() 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 atkdebugfsggrpopen() performs the same access but skips empty packages with a package.count check first. Add the same check to atkec_present() so a malformed firmware package cannot trigger an out-of-bounds read.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80593.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9e6eba610c2eb68b05841a15ece1cf929c44aea3
Fixed
2a137124664aad1e36d8d74e8e2207365a04737f
Fixed
459b0a0439ea65b2b612aa572eb62a2e26d05618
Fixed
768f20e7bb48d723b82cb142120263d0806fbeb8
Fixed
76392d35c8df471b288cfc6536bd092b3c8ee2cf
Fixed
981a8a2e3773dc7e704943388a1fb97970b23275
Fixed
d8d4fa0c4f818e30b6f6737bdd989b7e2b511cae
Fixed
b770fcfcdced569bcf7c6982aeea8c3d11a21c2b
Fixed
e2735b39f044bad7bf2017aef248935525bc0b97

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80593.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.32
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80593.json"