CVE-2026-68479
Received Received - Intake

Bluetooth Firmware Patch Validation Flaw in Linux Kernel

Vulnerability report for CVE-2026-68479, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper validation of Bluetooth firmware patches. The function rtlbt_parse_firmware() copies data before checking the patch length, which can lead to an underflow if the patch is too short. This causes an oversized read and write during Bluetooth setup, potentially corrupting memory or enabling arbitrary code execution.

Detection Guidance

This vulnerability is specific to the Linux kernel's Bluetooth Realtek module (btrtl). Detection requires checking kernel logs for Bluetooth-related errors during firmware loading. Monitor dmesg or journalctl for messages about Bluetooth firmware parsing failures or oversized reads. No direct network detection commands are applicable.

Impact Analysis

If exploited, this flaw could allow an attacker to execute arbitrary code or cause a denial of service on systems using affected Linux kernel versions. It specifically targets Bluetooth functionality during setup, which may lead to system instability or unauthorized access if the kernel is vulnerable.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level Bluetooth firmware parsing issue in the Linux kernel. Compliance impacts would only occur if the vulnerability were exploited to gain unauthorized access to personal or health data during Bluetooth operations.

Mitigation Strategies

Update your Linux kernel to the latest patched version. If immediate patching is not possible, disable Bluetooth functionality temporarily until the update is applied. Monitor vendor advisories for firmware updates for affected Bluetooth hardware.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68479. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart