CVE-2023-54213
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management