CVE-2025-71154
Last modified
CVE-2025-71154 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usb_submit_urb() failure In async_set_registers(), when usb_submit_urb() fails, the allocated async_req structure and URB are not freed, causing a memory leak. The completion callback async_set_reg_cb() is responsible for freeing these allocations, but it is only called after the URB is successfully submitted and completes (successfully or with error). If submission fails, the callback never runs and the memory is leaked. Fix this by freeing both the URB and the request structure in the error path when usb_submit_urb() fails.. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usb_submit_urb() failure In async_set_registers(), when usb_submit_urb() fails, the allocated async_req structure and URB are not freed, causing a memory leak. The completion callback async_set_reg_cb() is responsible for freeing these allocations, but it is only called after the URB is successfully submitted and completes (successfully or with error). If submission fails, the callback never runs and the memory is leaked. Fix this by freeing both the URB and the request structure in the error path when usb_submit_urb() fails.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 3.10.1, < 5.10.248 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.198 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.160 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.120 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.64 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.4 | — |
| Linux | Linux Kernel | 3.10 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-71154?
How severe is CVE-2025-71154?
How do I fix CVE-2025-71154?
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 2025
- CVE-2025-71149Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-7115A vulnerability was found in rowboatlabs rowboat up to 8096e…7.3
- CVE-2025-71150In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71151In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71152In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71153In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71155In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71156In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71157In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71158In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71159In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-7116A vulnerability classified as critical has been found in UTT…7.5
Are you affected by CVE-2025-71154?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
