Description
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend

Existing advertising instances can already hold the maximum extended
advertising payload. When hci_adv_bcast_annoucement() prepends the
Broadcast Announcement service data to that payload, the combined data
may no longer fit in the temporary buffer used to rebuild the
advertising data.

Reject that case before copying the existing payload and report the
failure through the device log. This keeps the existing advertising
data intact and avoids overrunning the temporary buffer.
Published: 2026-06-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend vulnerability in the Linux kernel allows for a buffer overrun during the rebuilding of advertising data. When a host holds an extended advertising payload and receives a broadcast announcement, the kernel prepends the service data without confirming the combined size fits in the temporary buffer. This can corrupt memory and potentially trigger a kernel panic, resulting in denial of service. The fix rejects the oversized request before copying and logs the failure, preserving existing advertising data.

Affected Systems

The affected code resides in the core Linux kernel Bluetooth stack. The CPE string provided is generic for all Linux kernels, and no specific version range is in the advisory. Therefore, any Linux kernel firmware that has not yet incorporated the patch is potentially vulnerable. Distribution‑specific build customizations that include the kernel code could also be affected.

Risk and Exploitability

The CVSS score is not supplied in the advisory, and the EPSS score is unavailable. Consequently, no quantifiable exploitation probability can be stated. The vulnerability is not listed in the CISA KEV catalog. To trigger the flaw, an attacker would need to transmit an oversized broadcast announcement to the device, which generally requires physical proximity or a compromised Bluetooth interface. Given the lack of evidence of active exploitation, the risk remains moderate for systems that rely on Bluetooth advertising, while it is lower for devices that do not use advertising or have Bluetooth disabled.

Generated by OpenCVE AI on June 25, 2026 at 11:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the commit that resolves CVE-2026-53209; consult kernel release notes or security advisories for the relevant patch commit.
  • If a kernel update cannot be applied immediately, limit or disable the size of extended Bluetooth advertising on the host, or turn off Bluetooth advertising entirely if not needed for the device’s function.
  • Continuously monitor kernel logs for messages containing ‘hci_sync’ or ‘Bluetooth’ that indicate buffer overrun failures or related errors.

Generated by OpenCVE AI on June 25, 2026 at 11:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-120

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend Existing advertising instances can already hold the maximum extended advertising payload. When hci_adv_bcast_annoucement() prepends the Broadcast Announcement service data to that payload, the combined data may no longer fit in the temporary buffer used to rebuild the advertising data. Reject that case before copying the existing payload and report the failure through the device log. This keeps the existing advertising data intact and avoids overrunning the temporary buffer.
Title Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-25T08:39:14.915Z

Reserved: 2026-06-09T07:44:35.391Z

Link: CVE-2026-53209

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T12:00:14Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')