CVE-2026-90137

Source
https://cve.org/CVERecord?id=CVE-2026-90137
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90137.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90137
Downstream
Published
2026-09-17T16:06:35Z
Modified
2026-09-19T03:47:24Z
Severity
  • 7.7 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
platform/x86: hp-bioscfg: fix password encoding bounds check
Details

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

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

The password PSWD_ENCODINGS parser reads password_obj[elem + pos_values] while copying the supported password encodings from the ACPI package.

The outer loop only guarantees that elem is within password_obj_count. The encoding count is bounded by MAX_ENCODINGS_SIZE, but that does not guarantee that the ACPI package contains enough entries for all elem + pos_values 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 hp_convert_hexstr_to_str().

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

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90137.json"
}
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
8646a3b5ee3a5b384a22a721f37c24274d974045
Fixed
c224759555a13735b0d67561d818cefe00c3309a
Fixed
59fe8491ddaa03a510b352552e6ee291e7ce45d3
Fixed
ace1ba5fca0ab775b3641e154bcbc3ccde26a71a
Fixed
8a7499b8fd34438c1b11964e0e7ef5bd590fec92
Fixed
e213939ed9e6e6badf7aa48c4c8dd9a9cdf00615

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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