GHSA-rg8m-vv3c-7gxvunknown
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix URB...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: btmtk: fix URB leak in alloc_mtk_intr_urb error path
When btmtk_isopkt_pad() fails, the previously allocated URB is not freed, leaking the urb structure. Add usb_free_urb() before returning the error.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-74301
- https://git.kernel.org/stable/c/2643524743b9cc3c6f5f34cde2a8c627d793f21c
- https://git.kernel.org/stable/c/4e354991da5890d5ce7bfea3f66fb897ae301756
- https://git.kernel.org/stable/c/7f206a8d8d82296aa2d30bf5f3e5bb73fc44591d
- https://git.kernel.org/stable/c/f396f4005180928cd9e15e352a6512865d3bc908
- https://github.com/advisories/GHSA-rg8m-vv3c-7gxv