VYPR
Unrated severityNVD Advisory· Published Mar 25, 2026· Updated Apr 18, 2026

CVE-2026-23312

CVE-2026-23312

Description

In the Linux kernel, the following vulnerability has been resolved:

net: usb: kaweth: validate USB endpoints

The kaweth driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it binds to it. If a malicious device were to not have the same urbs the driver will crash later on when it blindly accesses these endpoints.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The Linux kernel's kaweth USB driver lacks endpoint validation, allowing a malicious USB device to cause a kernel crash by presenting unexpected endpoints.

Vulnerability

The kaweth driver in the Linux kernel fails to validate the number and types of USB endpoints on a device before binding to it. This missing validation can lead to a kernel crash when the driver blindly accesses endpoints that do not exist or are of an unexpected type [1].

Exploitation

An attacker with physical access or the ability to connect a malicious USB device can exploit this by presenting a device that lacks the expected endpoints. No authentication is required beyond USB connection. The driver will then attempt to access these endpoints, resulting in a NULL pointer dereference or similar fault that causes a kernel panic [1].

Impact

Successful exploitation results in a denial of service (system crash) due to the kernel panic. Based on the available information, the vulnerability does not appear to allow code execution or privilege escalation [1].

Mitigation

The fix has been applied to the Linux kernel stable tree via commits [1][2][3][4]. Users should update to a kernel version containing these patches. No workaround is mentioned in the advisory.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

8

News mentions

0

No linked articles in our index yet.