CVE-2026-97618
Last modified
CVE-2026-97618 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: io_uring/net: don't overconsume buffers when using MSG_TRUNC When a recv/recvmsg is issued with MSG_TRUNC and the incoming packet is larger than the provided buffer, the net layer returns the full length of the packet rather than the number of bytes actually copied into the buffer. As a result, io_uring advances more of the provided buffer ring than was actually filled.
Description
In the Linux kernel, the following vulnerability has been resolved: io_uring/net: don't overconsume buffers when using MSG_TRUNC When a recv/recvmsg is issued with MSG_TRUNC and the incoming packet is larger than the provided buffer, the net layer returns the full length of the packet rather than the number of bytes actually copied into the buffer. As a result, io_uring advances more of the provided buffer ring than was actually filled. Use the actual filled region size to consume the buffer, but still return the full size to preserve MSG_TRUNC semantics. Take care with multishot, because that seems to already truncate the consumption based on the available payload size. This was reported in https://github.com/axboe/liburing/issues/1619. [axboe: fold in size_t unsigned fix]
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ae98dbf43d755b4e111fcd086e53939bef3e9a1a, < 927d96f91c582b319d104ecf50ec935a8dc29193; >= ae98dbf43d755b4e111fcd086e53939bef3e9a1a, < 2e70ea75c7bb38a6dc212975f887310f14f7c043; >= ae98dbf43d755b4e111fcd086e53939bef3e9a1a, < 6028b543884f8735e057ec9eea4908cd61cab230 |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97618?
How severe is CVE-2026-97618?
How do I fix CVE-2026-97618?
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-97612In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97613In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97614In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97615In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97616In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97617In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97619In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9762IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is …7.8
- CVE-2026-97620In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97622Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-97636Apache Airflow HashiCorp provider: the HashiCorp Vault secre…6.5
Are you affected by CVE-2026-97618?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
