๐Ÿ” CVE Alert

CVE-2024-45011

UNKNOWN 0.0

char: xillybus: Check USB endpoints when probing device

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Check USB endpoints when probing device Ensure, as the driver probes the device, that all endpoints that the driver may attempt to access exist and are of the correct type. All XillyUSB devices must have a Bulk IN and Bulk OUT endpoint at address 1. This is verified in xillyusb_setup_base_eps(). On top of that, a XillyUSB device may have additional Bulk OUT endpoints. The information about these endpoints' addresses is deduced from a data structure (the IDT) that the driver fetches from the device while probing it. These endpoints are checked in setup_channels(). A XillyUSB device never has more than one IN endpoint, as all data towards the host is multiplexed in this single Bulk IN endpoint. This is why setup_channels() only checks OUT endpoints.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
a53d1202aef122894b6e46116a92174a9123db5d < 25ee8b2908200fc862c0434e5ad483817d50ceda a53d1202aef122894b6e46116a92174a9123db5d < 4267131278f5cc98f8db31d035d64bdbbfe18658 a53d1202aef122894b6e46116a92174a9123db5d < 5cff754692ad45d5086b75fef8cc3a99c30a1005 a53d1202aef122894b6e46116a92174a9123db5d < 1371d32b95972d39c1e6e4bae8b6d0df1b573731 a53d1202aef122894b6e46116a92174a9123db5d < 2374bf7558de915edc6ec8cb10ec3291dfab9594
Linux / Linux
5.14

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/25ee8b2908200fc862c0434e5ad483817d50ceda git.kernel.org: https://git.kernel.org/stable/c/4267131278f5cc98f8db31d035d64bdbbfe18658 git.kernel.org: https://git.kernel.org/stable/c/5cff754692ad45d5086b75fef8cc3a99c30a1005 git.kernel.org: https://git.kernel.org/stable/c/1371d32b95972d39c1e6e4bae8b6d0df1b573731 git.kernel.org: https://git.kernel.org/stable/c/2374bf7558de915edc6ec8cb10ec3291dfab9594 lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html