Tracker / CVE-2025-71154
CVE-2025-71154
Media 5.5
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.
Prodotti e versioni affette
| linux | linux_kernel |
|---|---|
| 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.13 → 6.18.4 |
| linux | linux_kernel · 6.2 → 6.6.120 |
| linux | linux_kernel · 6.7 → 6.12.64 |
Analisi
Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.