HOMEVULNERABILITIESCVE-2026-53255
NONE

CVE-2026-53255

Published: June 25, 2026· Updated: Jun 30, 2026

EPSS:0.17%probability of exploitation in 30 daysPercentile:6.8th

Official Description

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

Bluetooth: MGMT: validate advertising TLV before type checks

tlv_data_is_valid() reads each advertising data field length from

data[i], then inspects data[i + 1] for managed EIR types before

checking that the current field still fits inside the supplied buffer.

A malformed field whose length byte is the last byte of the buffer can

therefore make the parser read one byte past the advertising data.

KASAN reported the following when a malformed MGMT_OP_ADD_ADVERTISING

request reached that path:

BUG: KASAN: vmalloc-out-of-bounds in tlv_data_is_valid()

Read of size 1

Call trace:

tlv_data_is_valid()

add_advertising()

hci_mgmt_cmd()

hci_sock_sendmsg()

Move the existing element-length check before any type-octet inspection

so each non-empty element is proven to contain its type byte before the

parser looks at data[i + 1].

NVD Source

Technical Analysis

CVE-2026-53255 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (8)

Quick Facts

CVE IDCVE-2026-53255
SeverityNONE
CISA KEVNo
EPSS (30d)0.17%
PublishedJun 25, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53255 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.