CVE-2026-68140
Last modified
CVE-2026-68140 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix use-after-free of a severed iucv_path af_iucv queues not-yet-received message notifications on iucv->message_q, each holding a raw pointer to the connection's iucv_path. When the peer severs the connection, iucv_sever_path() frees that path with iucv_path_free() but leaves the notifications queued.
Description
In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix use-after-free of a severed iucv_path af_iucv queues not-yet-received message notifications on iucv->message_q, each holding a raw pointer to the connection's iucv_path. When the peer severs the connection, iucv_sever_path() frees that path with iucv_path_free() but leaves the notifications queued. A later recvmsg() drains message_q via iucv_process_message_q() and hands the stale path to message_receive() -- a use-after-free of the freed iucv_path. Drop the queued notifications when the path is severed; once the path is gone they can no longer be received. This also frees the notifications leaked when a socket is closed with messages still queued.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f0703c80e5156406ad947cb67fe277725b48080f, < 23658b350b4107e8292045c2044983fd426fa15d; >= f0703c80e5156406ad947cb67fe277725b48080f, < a5bbaddf69853117f28173c3f5c8fc14c6b2ec82; >= f0703c80e5156406ad947cb67fe277725b48080f, < 900cd6d8119b7f3ae5c4bf82f922ff5957df43db; >= f0703c80e5156406ad947cb67fe277725b48080f, < f579582c03ed526281a8450159baf1d35099a85f; >= f0703c80e5156406ad947cb67fe277725b48080f, < be7cc4656eb1f54029610e82d1f0fdd3f9b5ec0a |
| Linux | Linux | 2.6.24 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68140?
How severe is CVE-2026-68140?
How do I fix CVE-2026-68140?
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-68134In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68135In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68136In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68137In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68138In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68139In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68141In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68144In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68146In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68140?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
