CVE-2026-90137: platform/x86: hp-bioscfg: fix password encoding bounds check

Published Sep 17, 2026
·
Updated

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

platform/x86: hp-bioscfg: fix password encoding bounds check

The password PSWDENCODINGS parser reads passwordobj[elem + posvalues] while copying the supported password encodings from the ACPI package.

The outer loop only guarantees that elem is within passwordobjcount. The encoding count is bounded by MAXENCODINGSSIZE, but that does not guarantee that the ACPI package contains enough entries for all elem + posvalues accesses.

A malformed package can therefore declare a non-zero encoding count without providing enough string objects, causing the parser to read past the ACPI package array and pass an out-of-bounds string pointer and length to hpconverthexstrtostr().

Add the same computed-index bounds check used by the other offset-based package parsing loops before reading passwordobj[elem + posvalues].

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel hp-bioscfg platform/x86 driver are exposed when that driver parses a malformed ACPI password-encoding package. The issue is tied to ACPI data consumed by the driver, not to ordinary password input.

2

What does an attacker need to exploit it?

An attacker needs to cause hp-bioscfg to parse an ACPI package that declares password encodings but does not contain enough string objects for the declared entries. This leads to an out-of-bounds package-array read and passes an invalid string pointer and length to hp_convert_hexstr_to_str().

3

What can be done if the fix cannot be applied immediately?

Avoid parsing malformed or untrusted ACPI password-encoding packages through hp-bioscfg. The provided data does not identify a configuration-only mitigation or a way to detect prior exploitation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203