Security Advisory

CVE-2026-74301

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-15 05:58:03
Last updated 2026-08-15 05:58:03
Assigner Linux
CVSS score not scored
State PUBLISHED

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.