CVE-2026-90112
Last modified
CVE-2026-90112 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: qlcnic: validate unified ROM sections before loading The unified ROM parser reads directory, product, and data-descriptor fields from the firmware file. Existing validation forms table and data ends with unchecked additions and multiplications.
Description
In the Linux kernel, the following vulnerability has been resolved: net: qlcnic: validate unified ROM sections before loading The unified ROM parser reads directory, product, and data-descriptor fields from the firmware file. Existing validation forms table and data ends with unchecked additions and multiplications. Malformed values can wrap before they are compared with the firmware size. The parser also dereferences typed pointers at firmware-controlled offsets. Valid descriptor extents alone are insufficient for the consumers. The loader reads a fixed-size bootloader regardless of its declared size, the version parser assumes a 17-byte tail, and a partial final firmware word is read as a full u64. A truncated image can therefore make the driver read beyond the firmware allocation during validation or loading. Replace the pointer-returning parser with bounded range helpers. Validate table entry sizes, descriptor indices, section ranges, the fixed bootloader load length, and the version tail before exposing any section. Read all file fields with unaligned little-endian accessors and assemble a partial final word from only the bytes that remain. Apply the same range checks to the legacy image before reading its fixed fields.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= af19b49152bdb68fda894183e88096d6d1aa5c3d, < b9efc177703a03312cc2f6e6a4bbd4595e8158a1; >= af19b49152bdb68fda894183e88096d6d1aa5c3d, < 4be733a450c86938c91f9c70a56802ef5069764c; >= af19b49152bdb68fda894183e88096d6d1aa5c3d, < 684773c4d26f7f2211beb31fb90629216f8a61f5; >= af19b49152bdb68fda894183e88096d6d1aa5c3d, < 5e8076e4e4124dae75a3e080ddc20404700d7585 |
| Linux | Linux | 2.6.34 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90112?
How severe is CVE-2026-90112?
How do I fix CVE-2026-90112?
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-90107In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90108In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90109In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9011The Ditty – Responsive News Tickers, Sliders, and Lists plug…7.5
- CVE-2026-90110In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-90111In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90114In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90115In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90116In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90118In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90112?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
