CVE Catalog

CVE-2026-89878

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the media s2255 driver's s2255_probe() reads a 4-byte marker and version from the last 8 bytes of the firmware blob. If the firmware file is shorter than 8 bytes, fw_size - 8 underflows and the access reads out of bounds.

Risk Assessment

An out-of-bounds read while loading a too-short firmware file can lead to a kernel crash or data disclosure. It requires supplying a crafted firmware file.

Recommendation

Update the Linux kernel to a version that validates the firmware size before indexing the last 8 bytes.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: s2255: check firmware size before reading trailing marker s2255_probe() reads a 4-byte marker and version from the last 8 bytes of the firmware blob (fw->data[fw_size - 8] and [fw_size - 4]). If the firmware file is shorter than 8 bytes, fw_size - 8 underflows and the access reads out of bounds. Validate the firmware size before indexing.

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