hwmon: (asus_atk0110) Check package count before accessing element
Summary
| CVE | CVE-2026-80593 |
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-08-28 08:16:42 UTC |
| Updated | 2026-08-28 08:16:42 UTC |
| 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. |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 2a137124664aad1e36d8d74e8e2207365a04737f git |
Not specified |
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 459b0a0439ea65b2b612aa572eb62a2e26d05618 git |
Not specified |
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 768f20e7bb48d723b82cb142120263d0806fbeb8 git |
Not specified |
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 76392d35c8df471b288cfc6536bd092b3c8ee2cf git |
Not specified |
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 981a8a2e3773dc7e704943388a1fb97970b23275 git |
Not specified |
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 d8d4fa0c4f818e30b6f6737bdd989b7e2b511cae git |
Not specified |
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 b770fcfcdced569bcf7c6982aeea8c3d11a21c2b git |
Not specified |
| CNA |
Linux |
Linux |
affected 9e6eba610c2eb68b05841a15ece1cf929c44aea3 e2735b39f044bad7bf2017aef248935525bc0b97 git |
Not specified |
| CNA |
Linux |
Linux |
affected 2.6.32 |
Not specified |
| CNA |
Linux |
Linux |
unaffected 2.6.32 semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 5.10.261 5.10.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 5.15.212 5.15.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.1.178 6.1.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.6.145 6.6.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.12.97 6.12.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.18.40 6.18.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.1.5 7.1.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.2 * original_commit_for_fix |
Not specified |
References
| Reference | Source | Link | Tags |
|---|
| git.kernel.org/stable/c/d8d4fa0c4f818e30b6f6737bdd989b7e2b511cae |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/b770fcfcdced569bcf7c6982aeea8c3d11a21c2b |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/e2735b39f044bad7bf2017aef248935525bc0b97 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/76392d35c8df471b288cfc6536bd092b3c8ee2cf |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/981a8a2e3773dc7e704943388a1fb97970b23275 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/459b0a0439ea65b2b612aa572eb62a2e26d05618 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/768f20e7bb48d723b82cb142120263d0806fbeb8 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/2a137124664aad1e36d8d74e8e2207365a04737f |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| CVE Program record |
CVE.ORG |
www.cve.org |
canonical |
| NVD vulnerability detail |
NVD |
nvd.nist.gov |
canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.