CVE-2023-54213
USB Endpoint Validation Missing in Linux sisusbvga Driver Causes Warning
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's sisusbvga USB driver. The driver did not properly check whether the USB endpoints it used were actually present and of the correct type. This lack of validation could cause the kernel to issue warnings or potentially behave unexpectedly when handling USB requests. The issue was discovered by the syzbot fuzzer and fixed by adding endpoint checks in the driver.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to generate warnings and potentially lead to unstable or unexpected behavior when interacting with USB devices using the sisusbvga driver. This could affect system stability or reliability when using affected hardware or drivers.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring the system logs for WARNING messages related to the sisusbvga driver, specifically messages like 'usb 1-1: BOGUS urb xfer, pipe 3 != type 1' and warnings from usb_submit_urb in drivers/usb/core/urb.c. You can use commands such as 'dmesg | grep sisusbvga' or 'journalctl -k | grep sisusbvga' to check for these warnings in the kernel logs.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the Linux kernel to a version where the sisusbvga driver includes the endpoint checks that fix this vulnerability. Until then, monitoring for related warnings and avoiding use of affected USB devices may reduce risk.