CVE-2026-90137
Last modified
CVE-2026-90137 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. 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]..
Description
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].
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8646a3b5ee3a5b384a22a721f37c24274d974045, < c224759555a13735b0d67561d818cefe00c3309a; >= 8646a3b5ee3a5b384a22a721f37c24274d974045, < 59fe8491ddaa03a510b352552e6ee291e7ce45d3; >= 8646a3b5ee3a5b384a22a721f37c24274d974045, < ace1ba5fca0ab775b3641e154bcbc3ccde26a71a; >= 8646a3b5ee3a5b384a22a721f37c24274d974045, < 8a7499b8fd34438c1b11964e0e7ef5bd590fec92; >= 8646a3b5ee3a5b384a22a721f37c24274d974045, < e213939ed9e6e6badf7aa48c4c8dd9a9cdf00615 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90137?
How severe is CVE-2026-90137?
How do I fix CVE-2026-90137?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90131In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90132In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90133In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90134In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90135In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90136In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90138In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90139In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9014The WP Promoter plugin for WordPress is vulnerable to unauth…5.3
- CVE-2026-90140In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90141In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-90142In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90137?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
