
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23312 is a denial-of-service vulnerability in the Linux kernel's kaweth USB network driver caused by insufficient validation of USB endpoints during device probing. The driver fails to verify that a connected USB device exposes the expected number and types of endpoints before binding to it, allowing a malicious or malformed USB device to trigger a kernel crash. It affects the Linux kernel from version 2.6.12 through multiple stable branches, with fixed versions including 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.77, 6.18.17, 6.19.7, and 7.0-rc2. Disclosed on March 25, 2026, it carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat CVE, Feedly).
The root cause is classified as CWE-1288 (Improper Validation of Consistency within Input): the kaweth driver blindly accesses USB endpoint structures (URBs) without first confirming the device presents the required endpoint configuration. When a malicious USB device is plugged in without the expected bulk-in, bulk-out, or interrupt endpoints, the driver dereferences invalid or null pointers during its initialization sequence, causing a kernel panic. Exploitation requires local physical or logical access to connect a crafted USB device. Patches adding endpoint validation checks before driver binding have been committed to multiple stable kernel trees (Red Hat CVE, Kernel Patch).
Successful exploitation results in a kernel crash (panic), causing a complete system availability loss — a denial of service affecting the entire host. There is no confidentiality or integrity impact, as the vulnerability only affects availability. The scope is limited to the local system; lateral movement is not directly enabled by this vulnerability (Red Hat CVE).
kaweth USB driver loaded or loadable.kaweth driver's probe function.kaweth driver attempts to access the expected USB endpoints without validation, dereferences an invalid pointer, and causes a kernel panic, resulting in system downtime (Red Hat CVE)./var/log/kern.log or dmesg output referencing the kaweth driver, such as BUG: unable to handle kernel NULL pointer dereference or kaweth in the stack trace./var/crash/).dmesg or udev logs showing a USB device with kaweth-compatible vendor/product IDs being connected immediately before a crash (usb X-Y: new full-speed USB device followed by kaweth probe messages).Apply the available kernel patches that add USB endpoint validation to the kaweth driver. Fixed versions are: 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.77, 6.18.17, 6.19.7, and 7.0-rc2. Distributions including Debian, SUSE, and Amazon Linux have released updated packages. As a workaround, restrict physical USB port access to trusted users, or blacklist the kaweth kernel module (echo 'blacklist kaweth' >> /etc/modprobe.d/blacklist.conf) if the driver is not needed (Red Hat CVE, SUSE Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."