AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74301

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's Bluetooth subsystem, specifically within the btmtk driver, where a failure in the btmtk_isopkt_pad() function leads to a memory leak by not freeing the previously allocated URB structure. This could potentially result in increased memory consumption and degrade system performance over time. Linux system administrators and developers using affected kernel versions should prioritize applying the fix to mitigate the risk of resource exhaustion.

CVE
CVE-2026-74301
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.