CVE Catalog

CVE-2026-98155

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the accel/qaic driver's resp_worker() skips the bounds checking present in decode_message(), which can lead to reading past the end of a slab allocation, infinite loops, or kernel panics. A malformed wire message sent from the device is required for these issues to occur.

Risk Assessment

A malicious or faulty device can trigger out-of-bounds reads, hangs, or kernel panics, resulting in denial of service. Exploitation requires control over the QAIC device.

Recommendation

Update the Linux kernel to a version where resp_worker() uses decode_message() instead of duplicating bounds checking. Use only trusted QAIC devices.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Address potential out-of-bounds read in resp_worker() Although 'commit 2feec5ae5df7 ("accel/qaic: Handle DBC deactivation if the owner went away")' fixes the scenario it was intended for by walking the message and only decoding QAIC_TRANS_DEACTIVATE_FROM_DEV, if present, it skipped over the bounds checking code that is included in decode_message(). This could lead to issues such as reading past the slab allocation's end, infinite loops or kernel panics. For those issues to happen, a malformed wire message is needed to be sent from the device. Instead of duplicating the bounds checking code already present in decode_message(), use the function inside resp_worker().

Vulnerability data from NVD (NIST) · CISA KEV · EPSS