CVE-2026-43223
MEDIUMmedia: pvrusb2: fix URB leak in pvr2_send_request_ex
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix URB leak in pvr2_send_request_ex When pvr2_send_request_ex() submits a write URB successfully but fails to submit the read URB (e.g. returns -ENOMEM), it returns immediately without waiting for the write URB to complete. Since the driver reuses the same URB structure, a subsequent call to pvr2_send_request_ex() attempts to submit the still-active write URB, triggering a 'URB submitted while active' warning in usb_submit_urb(). Fix this by ensuring the write URB is unlinked and waited upon if the read URB submission fails.
References (8)
Core 8
Core References
Scores
CVSS v3
5.5
EPSS
0.0013
EPSS Percentile
2.8%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-401
Status
published
Products (34)
linux/Kernel
2.6.18 - 5.10.252linux
linux/Kernel
5.11.0 - 5.15.202linux
linux/Kernel
5.16.0 - 6.1.165linux
linux/Kernel
6.13.0 - 6.18.16linux
linux/Kernel
6.19.0 - 6.19.6linux
linux/Kernel
6.2.0 - 6.6.128linux
linux/Kernel
6.7.0 - 6.12.75linux
Linux/Linux
< 2.6.18
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 2011929f0e4cf6a0a34dd6205911b12276904453
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 4ba5c7a1aade7090172cbffd4d120bf4cf5ccbde
... and 24 more
Published
May 06, 2026
Tracked Since
May 06, 2026