CVE-2026-43428
Last modified
CVE-2026-43428 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: USB: core: Limit the length of unkillable synchronous timeouts The usb_control_msg(), usb_bulk_msg(), and usb_interrupt_msg() APIs in usbcore allow unlimited timeout durations. And since they use uninterruptible waits, this leaves open the possibility of hanging a task for an indefinitely long time, with no way to kill it short of unplugging the target device. To prevent this sort of problem, enforce a maximum limit on the length of these unkillable timeouts. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: USB: core: Limit the length of unkillable synchronous timeouts The usb_control_msg(), usb_bulk_msg(), and usb_interrupt_msg() APIs in usbcore allow unlimited timeout durations. And since they use uninterruptible waits, this leaves open the possibility of hanging a task for an indefinitely long time, with no way to kill it short of unplugging the target device. To prevent this sort of problem, enforce a maximum limit on the length of these unkillable timeouts. The limit chosen here, somewhat arbitrarily, is 60 seconds. On many systems (although not all) this is short enough to avoid triggering the kernel's hung-task detector. In addition, clear up the ambiguity of negative timeout values by treating them the same as 0, i.e., using the maximum allowed timeout.
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 | >= 2.6.12.1, < 5.10.253 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.203 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.167 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.130 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.19 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 2.6.12 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43428?
How severe is CVE-2026-43428?
How do I fix CVE-2026-43428?
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 2026
- CVE-2026-43422Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-43423Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-43424In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43425In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43426In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43427In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43429In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43430In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43431In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43432In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43433In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43434In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43428?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
