
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54213 is a vulnerability in the Linux kernel's sisusbvga USB driver caused by missing endpoint validation checks. When a malicious or emulated USB device presents unexpected endpoint types, the driver submits a URB (USB Request Block) with a mismatched pipe type, triggering a kernel WARNING (BOGUS urb xfer, pipe 3 != type 1) in usb_submit_urb(). The vulnerability was discovered via syzbot fuzzing and disclosed on December 30, 2025. It affects the Linux kernel and has an estimated CVSS severity of Medium, with an EPSS score of 0.024% (Feedly, VulDB).
The root cause is improper input validation (CWE-20) in the sisusbvga driver (drivers/usb/sisusbvga/), which fails to verify that USB endpoints exposed by a connected device match the expected types before submitting URBs. When a fuzzed or malicious USB device advertises endpoints with incorrect transfer types, the driver proceeds to call usb_submit_urb() with a pipe type that does not match the actual endpoint type, causing a kernel WARNING at drivers/usb/core/urb.c:504. The fix adds explicit endpoint type checks during device probe to reject devices that do not conform to expected endpoint configurations. Exploitation requires physical or emulated USB device access (e.g., via USB fuzzing frameworks like syzkaller or a crafted USB gadget) (Feedly).
Successful triggering of this vulnerability causes a kernel WARNING, which in certain kernel configurations (e.g., panic_on_warn=1) could result in a kernel panic and system crash, impacting availability. There is no evidence of confidentiality or integrity impact beyond the denial-of-service condition. The scope is limited to systems with the sisusbvga driver loaded and a malicious or emulated USB device attached (Feedly).
The Linux kernel maintainers have addressed this vulnerability by adding endpoint type validation checks in the sisusbvga driver. Patches are available in the stable kernel tree at multiple commits (e.g., 0f9028b6, 43f569fd, a8f980ec, a730feb6, bccb2ccb). Users should update to a patched kernel version that includes these fixes. As a workaround, systems that do not require the sisusbvga driver can blacklist the module (echo 'blacklist sisusbvga' >> /etc/modprobe.d/blacklist.conf) to prevent loading (Feedly, Kernel Commits).
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."