CVE-2024-45011
Last modified
CVE-2024-45011 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.14, < 5.15.166 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.107 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.48 | — |
| Linux | Linux Kernel | >= 6.7, < 6.10.7 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-45011?
How severe is CVE-2024-45011?
How do I fix CVE-2024-45011?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-45006In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45008In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45009In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4501A vulnerability was found in Ruijie RG-UAC up to 20240428. I…7.2
- CVE-2024-45010In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45012In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45013In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45014In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45015In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45016In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45017In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-45011?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
