CVE-2024-45011

Source
https://cve.org/CVERecord?id=CVE-2024-45011
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-45011.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-45011
Downstream
Related
Published
2024-09-11T15:13:48.969Z
Modified
2026-03-20T12:38:57.857281Z
Summary
char: xillybus: Check USB endpoints when probing device
Details

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

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/45xxx/CVE-2024-45011.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a53d1202aef122894b6e46116a92174a9123db5d
Fixed
25ee8b2908200fc862c0434e5ad483817d50ceda
Fixed
4267131278f5cc98f8db31d035d64bdbbfe18658
Fixed
5cff754692ad45d5086b75fef8cc3a99c30a1005
Fixed
1371d32b95972d39c1e6e4bae8b6d0df1b573731
Fixed
2374bf7558de915edc6ec8cb10ec3291dfab9594

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-45011.json"