CVE-2026-80904
Last modified
CVE-2026-80904 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/tls: Fail tls_sw_splice_read() after a failed async decrypt When an async decrypt fails, tls_decrypt_done() records the error in ctx->async_wait.err and calls tls_err_abort(), which stores it in sk_err. tls_sw_recvmsg() and tls_sw_read_sock() each read async_wait.err once they hold the reader lock and fail the call: a record that did not authenticate breaks the connection. tls_sw_splice_read() has no such check, and sk_err does not stand in for one.
Description
In the Linux kernel, the following vulnerability has been resolved: net/tls: Fail tls_sw_splice_read() after a failed async decrypt When an async decrypt fails, tls_decrypt_done() records the error in ctx->async_wait.err and calls tls_err_abort(), which stores it in sk_err. tls_sw_recvmsg() and tls_sw_read_sock() each read async_wait.err once they hold the reader lock and fail the call: a record that did not authenticate breaks the connection. tls_sw_splice_read() has no such check, and sk_err does not stand in for one. tls_rx_rec_wait() tests sk_err only inside the loop it skips whenever a record is already parsed, and the first reader to reach sock_error() clears it, while async_wait.err persists. A splice therefore keeps delivering records on a connection that recvmsg() and read_sock() refuse to read. Read async_wait.err in tls_sw_splice_read() as the other two readers do.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f314bfee81b1bf8e01168177b2f65f24eb8da63a, < a808aadff634c7a408b2ab84d5919e9a741fdb5b; >= f314bfee81b1bf8e01168177b2f65f24eb8da63a, < 06c2a53604fa1dc4820063828d7dadb3675b7af8; >= f314bfee81b1bf8e01168177b2f65f24eb8da63a, < 18ae1e95f20867106a28820c208a9cec99dda861; >= f314bfee81b1bf8e01168177b2f65f24eb8da63a, < 82d9269f01ebfd835b6256aa17016a974cbbc647; >= f314bfee81b1bf8e01168177b2f65f24eb8da63a, < 4b177911eb9f799e9841c2f87c75b08cb112757a; >= f314bfee81b1bf8e01168177b2f65f24eb8da63a, < 976df67f463db1fddaf2a32fb04f57ad2891a23d |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80904?
How severe is CVE-2026-80904?
How do I fix CVE-2026-80904?
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-80899In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8090Use-after-free in the DOM: Networking component. This vulner…7.3
- CVE-2026-80900In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80901In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80902In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80903In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80905In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80906In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80907In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80908In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80909In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8091Incorrect boundary conditions in the Audio/Video: Playback c…9.8
Are you affected by CVE-2026-80904?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
