CVE Catalog

CVE-2026-64505

Low risk· EPSS 13%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

13th percentile - higher than 13% of all known CVEs

Summary

In the Linux kernel, the USB gadget rndis function lacks a length check for the RNDIS header in rndis_rm_hdr. The fields MessageType, MessageLength, DataOffset, and DataLength are accessed without verifying their presence.

Risk Assessment

The risk involves potential out-of-bounds read, leading to system crash or arbitrary code execution by a malicious USB device.

Recommendation

Update the Linux kernel to a version containing the fix that adds a length check for the RNDIS header before accessing the fields.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check for header Add a length check for the rndis header in rndis_rm_hdr, to ensure that MessageType, MessageLength, DataOffset, and DataLength fields are present before they are accessed.

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