Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3444 articles · 168093 vulns · 36/41 feeds (7d)
← Back to list
8.1
CVE-2026-53254EXPLOITEDPATCHED
linux · linux kernel

Bluetooth: RFCOMM: validate skb length in MCC handlers

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: validate skb length in MCC handlers The RFCOMM MCC handlers cast skb->data to protocol-specific structs without validating skb->len first. A malicious remote device can send truncated MCC frames and trigger out-of-bounds reads in these handlers. Fix this by using skb_pull_data() to validate and access the required data before dereferencing it. rfcomm_recv_rpn() requires special handling since ETSI TS 07.10 allows 1-byte RPN requests. Handle this by validating only the DLCI byte first, and validating the full struct only when len > 1.

Affected Products

VendorProductVersions
linuxlinux kernel1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 2.6.12

References

  • https://git.kernel.org/stable/c/7c15c7c2878957cbfed93bcc29c13fdace464254
  • https://git.kernel.org/stable/c/0d637136ce89f9a2309b2c3502402ce400dab0ef
  • https://git.kernel.org/stable/c/98377e6b1a1a56561ec66a181573ea2b61b2079e
  • https://git.kernel.org/stable/c/1b070ac9e99c2c2c3a8112943ca98ab6fca7f10c
  • https://git.kernel.org/stable/c/3eabc6d47a0ad22b053329997aaf0ec1e581e392
  • https://git.kernel.org/stable/c/08b9c1fbe78f4ad3f6250c6541cfaabdbeb81997
  • https://git.kernel.org/stable/c/23882b828c3c8c51d0c946446a396b10abb3b16b

Related News (3 articles)

Tier A
Microsoft MSRC2h ago
CVE-2026-53254 Bluetooth: RFCOMM: validate skb length in MCC handlers
→ No new info (linked only)
Tier C
VulDB3d ago
CVE-2026-53254 | Linux Kernel up to 7.0.12 Bluetooth skb_pull_data out-of-bounds
→ No new info (linked only)
Tier C
Linux Kernel CVEs3d ago
CVE-2026-53254: Bluetooth: RFCOMM: validate skb length in MCC handlers
→ No new info (linked only)
CVSS 3.18.1 HIGH
VectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
7c15c7c2878957cbfed93bcc29c13fdace4642540d637136ce89f9a2309b2c3502402ce400dab0ef98377e6b1a1a56561ec66a181573ea2b61b2079e1b070ac9e99c2c2c3a8112943ca98ab6fca7f10c3eabc6d47a0ad22b053329997aaf0ec1e581e39208b9c1fbe78f4ad3f6250c6541cfaabdbeb8199723882b828c3c8c51d0c946446a396b10abb3b16b05.15.2106.1.1766.6.1436.12.946.18.367.0.137.1
PublishedJun 25, 2026
Last enriched2d agov3
Trending Score62
Source articles3
Independent3
Info Completeness7/14
Missing: cvss, epss, cwe, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-31431EXPKEV
crypto: algif_aead - Revert to operating out-of-place
Trending: 111
HIGHCVE-2026-43284EXPKEV
xfrm: esp: avoid in-place decrypt on shared skb frags
Trending: 106
HIGHCVE-2026-43500EXPKEV
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Trending: 100
HIGHCVE-2026-46243EXP
smb: client: reject userspace cifs.spnego descriptions
Trending: 86
HIGHCVE-2026-46333EXP
ptrace: slightly saner 'get_dumpable()' logic
Trending: 70

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 25, 2026
Discovered by ZDM
Jun 25, 2026
Updated: description, severity, affectedVersions, activelyExploited
Jun 25, 2026
Updated: description, affectedVersions
Jun 25, 2026
Actively Exploited
Jun 28, 2026
Patch Available
Jun 28, 2026

Version History

v3
Last enriched 2d ago
v3Tier C2d ago

Updated description with technical details, added new affected versions, and set patchAvailable to null.

descriptionaffectedVersions
via Linux Kernel CVEs
v2Tier C3d ago

Updated severity to CRITICAL, added affected version 7.0.12, and corrected exploit availability to false.

descriptionseverityaffectedVersionsactivelyExploited
via VulDB
v13d ago

Initial creation