CVE-2026-80593 PUBLISHED

hwmon: (asus_atk0110) Check package count before accessing element

Assigner: Linux
Reserved: 26.08.2026 Published: 28.08.2026 Updated: 28.08.2026

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:

<pre>id = &obj->package.elements[0]; if (id->type != ACPI_TYPE_INTEGER) </pre>

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to 2a137124664aad1e36d8d74e8e2207365a04737f (excl.)
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to 459b0a0439ea65b2b612aa572eb62a2e26d05618 (excl.)
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to 768f20e7bb48d723b82cb142120263d0806fbeb8 (excl.)
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to 76392d35c8df471b288cfc6536bd092b3c8ee2cf (excl.)
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to 981a8a2e3773dc7e704943388a1fb97970b23275 (excl.)
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to d8d4fa0c4f818e30b6f6737bdd989b7e2b511cae (excl.)
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to b770fcfcdced569bcf7c6982aeea8c3d11a21c2b (excl.)
  • affected from 9e6eba610c2eb68b05841a15ece1cf929c44aea3 to e2735b39f044bad7bf2017aef248935525bc0b97 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.32 is affected
  • unaffected from 0 to 2.6.32 (excl.)
  • unaffected from 5.10.261 to 5.10.* (incl.)
  • unaffected from 5.15.212 to 5.15.* (incl.)
  • unaffected from 6.1.178 to 6.1.* (incl.)
  • unaffected from 6.6.145 to 6.6.* (incl.)
  • unaffected from 6.12.97 to 6.12.* (incl.)
  • unaffected from 6.18.40 to 6.18.* (incl.)
  • unaffected from 7.1.5 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References