CVE Catalog

CVE-2026-68088

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

Exploitation Probability (EPSS)

Low risk
0.18%

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

Summary

In the Linux kernel, the USB gadget RNDIS function lacks a length check in the response query. Variables for BufLength and BufOffset were added in rndis_query_response() and a length check is performed on them, similar to rndis_set_response().

Risk Assessment

Missing length check may lead to out-of-bounds read, potentially resulting in data exposure or system crash.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix that adds proper length checks.

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 to response query Add variable representations for BufLength and BufOffset in rndis_query_response(), and perform a length check on them. This is identical to how rndis_set_response() handles these parameters.

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