AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-68479

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 in the handling of firmware patches where improper validation can lead to oversized reads and writes during Bluetooth setup. This flaw could potentially allow an attacker to exploit the system by providing a malformed firmware patch, leading to memory corruption or arbitrary code execution. Organizations utilizing Linux systems with Bluetooth capabilities should prioritize addressing this vulnerability to mitigate the risk of exploitation.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: validate firmware patch bounds rtlbt_parse_firmware() copies patch_length - 4 bytes before appending the firmware version. A malformed firmware patch shorter than the version field can make this subtraction underflow and turn the copy into an oversized read and write during Bluetooth setup. The existing patch_offset + patch_length check can also wrap on 32-bit architectures. Validate the patch length and range without arithmetic overflow before allocating or copying the patch.