CVE-2026-72330
Last modified
CVE-2026-72330 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tls_sw_read_sock() A peer may send a zero-length TLS application_data record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure (RFC 8446, Section 5.1). After decryption such a record has full_len == 0. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tls_sw_read_sock() A peer may send a zero-length TLS application_data record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure (RFC 8446, Section 5.1). After decryption such a record has full_len == 0. tls_sw_read_sock() hands it to the read_actor, which has no payload to consume and returns zero. The loop treats a zero return as backpressure (used <= 0), requeues the skb at the head of rx_list, and stops. rx_list is serviced head-first on the next call, so the empty record is dequeued, fails the same way, and is requeued again; every later record on the connection is blocked behind it. tls_sw_recvmsg() does not stall on this: a zero-length data record copies nothing and falls through to consume_skb(). Mirror that in the read_sock() path by recognizing an empty data record before the actor runs, consuming it, and continuing.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 662fbcec32f4af6bdcf5b4006b792ebe9543d945, < 0867b0f2513ebc1c475af9898c97f4772a68d964; >= 662fbcec32f4af6bdcf5b4006b792ebe9543d945, < c6b440cf766a557b08d25f1b571b3d57d039686e; >= 662fbcec32f4af6bdcf5b4006b792ebe9543d945, < e8a4c9fc437b16aef38f86ce3275677e36924259; >= 662fbcec32f4af6bdcf5b4006b792ebe9543d945, < ebc295ce343600c2d60c1e1e0c5d192080217457; >= 662fbcec32f4af6bdcf5b4006b792ebe9543d945, < 3be28e2c9cd0230cb51fd4967df095273afd3848 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72330?
How severe is CVE-2026-72330?
How do I fix CVE-2026-72330?
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-72325In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72326In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72327In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72328In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72329In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-7233A vulnerability was determined in Artifex MuPDF up to 1.28.0…6.1
- CVE-2026-72331In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72332In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72334In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72335In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72336In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72330?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
