CVE-2026-90112 PUBLISHED

net: qlcnic: validate unified ROM sections before loading

Assigner: Linux
Reserved: 11.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from af19b49152bdb68fda894183e88096d6d1aa5c3d to b9efc177703a03312cc2f6e6a4bbd4595e8158a1 (excl.)
  • affected from af19b49152bdb68fda894183e88096d6d1aa5c3d to 4be733a450c86938c91f9c70a56802ef5069764c (excl.)
  • affected from af19b49152bdb68fda894183e88096d6d1aa5c3d to 684773c4d26f7f2211beb31fb90629216f8a61f5 (excl.)
  • affected from af19b49152bdb68fda894183e88096d6d1aa5c3d to 5e8076e4e4124dae75a3e080ddc20404700d7585 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.34 is affected
  • unaffected from 0 to 2.6.34 (excl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References