CVE-2026-93783
Last modified
CVE-2026-93783 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: validate skb length in rfcomm_recv_frame rfcomm_recv_frame() casts skb->data to struct rfcomm_hdr and dereferences hdr->addr and hdr->ctrl without validating skb->len first. A truncated frame with skb->len less than the minimum header size causes an out-of-bounds read of uninitialized memory.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: validate skb length in rfcomm_recv_frame rfcomm_recv_frame() casts skb->data to struct rfcomm_hdr and dereferences hdr->addr and hdr->ctrl without validating skb->len first. A truncated frame with skb->len less than the minimum header size causes an out-of-bounds read of uninitialized memory. Additionally, a zero-length frame causes skb->len-- to underflow to UINT_MAX, making skb_tail_pointer() read far past the buffer. Commit 23882b828c3c ("Bluetooth: RFCOMM: validate skb length in MCC handlers") fixed the same class of missing-length-check bugs in the MCC sub-handlers, but the top-level rfcomm_recv_frame() was left unfixed. KMSAN reports: BUG: KMSAN: uninit-value in rfcomm_run ... Uninit was created at: __alloc_skb+0x474/0xb60 vhci_write+0xe9/0x870 Fix this by rejecting frames smaller than sizeof(struct rfcomm_hdr) + 1 (the minimum frame must have a 3-byte header and a 1-byte FCS).
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 67dc3b40fae71b6b11c71e7ff69bac0758818c05; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < bbc310caa2b6bf5fe42896ba27da0fbc12e4ac51; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b230e5bf501c5edaf2eb0991cb862ac142031d4b |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93783?
How severe is CVE-2026-93783?
How do I fix CVE-2026-93783?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93773Contributor SQL Injection in Mollie Forms <= 2.11.0 versions…8.5
- CVE-2026-93774Unauthenticated Cross Site Scripting (XSS) in WP Photo Album…7.1
- CVE-2026-93778The WP Yelp Review Slider plugin for WordPress is vulnerable…7.2
- CVE-2026-9378A security flaw has been discovered in Edimax BR-6675nD 1.12…6.3
- CVE-2026-93781In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93782In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93784In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93785In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93786In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-93787In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-93788In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93789In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93783?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
