๐Ÿ” CVE Alert

CVE-2025-71101

UNKNOWN 0.0

platform/x86: hp-bioscfg: Fix out-of-bounds array access in ACPI package parsing

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix out-of-bounds array access in ACPI package parsing The hp_populate_*_elements_from_package() functions in the hp-bioscfg driver contain out-of-bounds array access vulnerabilities. These functions parse ACPI packages into internal data structures using a for loop with index variable 'elem' that iterates through enum_obj/integer_obj/order_obj/password_obj/string_obj arrays. When processing multi-element fields like PREREQUISITES and ENUM_POSSIBLE_VALUES, these functions read multiple consecutive array elements using expressions like 'enum_obj[elem + reqs]' and 'enum_obj[elem + pos_values]' within nested loops. The bug is that the bounds check only validated elem, but did not consider the additional offset when accessing elem + reqs or elem + pos_values. The fix changes the bounds check to validate the actual accessed index.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jan 13, 2026
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
e6c7b3e15559699a30646dd45195549c7db447bd < cf7ae870560b988247a4bbbe5399edd326632680 e6c7b3e15559699a30646dd45195549c7db447bd < db4c26adf7117b1a4431d1197ae7109fee3230ad e6c7b3e15559699a30646dd45195549c7db447bd < 79cab730dbaaac03b946c7f5681bd08c986e2abd e6c7b3e15559699a30646dd45195549c7db447bd < e44c42c830b7ab36e3a3a86321c619f24def5206
Linux / Linux
6.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/cf7ae870560b988247a4bbbe5399edd326632680 git.kernel.org: https://git.kernel.org/stable/c/db4c26adf7117b1a4431d1197ae7109fee3230ad git.kernel.org: https://git.kernel.org/stable/c/79cab730dbaaac03b946c7f5681bd08c986e2abd git.kernel.org: https://git.kernel.org/stable/c/e44c42c830b7ab36e3a3a86321c619f24def5206