CVE-2026-74490
Last modified
CVE-2026-74490 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tipc: avoid use-after-free in poll trace queue dumps TIPC socket tracepoints dump queue state through tipc_sk_dump(). Most queue-dump callsites already serialize that walk under the socket lock or sk->sk_lock.slock, but tipc_poll() calls trace_tipc_sk_poll(..., TIPC_DUMP_ALL, ...) without holding either lock. That lets the poll trace path reach tipc_list_dump() and backlog head/tail dumping while another context dequeues and frees an skb, leaving the trace helper dereferencing a stale queue entry. Stop the unlocked poll trace site from requesting queue dumps. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tipc: avoid use-after-free in poll trace queue dumps TIPC socket tracepoints dump queue state through tipc_sk_dump(). Most queue-dump callsites already serialize that walk under the socket lock or sk->sk_lock.slock, but tipc_poll() calls trace_tipc_sk_poll(..., TIPC_DUMP_ALL, ...) without holding either lock. That lets the poll trace path reach tipc_list_dump() and backlog head/tail dumping while another context dequeues and frees an skb, leaving the trace helper dereferencing a stale queue entry. Stop the unlocked poll trace site from requesting queue dumps. Other queue dump trace callsites keep their existing output under the locking they already provide, while poll still emits the event itself without walking live queue members from an unlocked context.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < 3cd57c6b210d50fd1f7ac1720442ba5be5dc94f8; >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < ae7fc824970888b4fdaa076819c9a6f2fcede275; >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < 78706367fe1b98aee0a6de27c62b7f1e3035f38d; >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < d7940bb6a8e7ab28f972c2875cb05783216312dc; >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < 5e82beba4bc1f91d0e64c9c43f2b2fa9cd1c2a7d; >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < bed792737b5f1ba773054dbe984502958bdfe6ce; >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < ac2f787980fdf4364cd5651a4c8128e59b8de3aa; >= b4b9771bcbbd5839b0f77aba55e2f85989ed6779, < b4f1719dfea023220e0e6bd892b087d76b2a6a49 |
| Linux | Linux | 5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74490?
How severe is CVE-2026-74490?
How do I fix CVE-2026-74490?
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-74484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74485In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-74486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74487In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74488In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74489In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74491In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74492In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74493In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74494In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74495In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74496In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74490?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
