CVE-2026-72383
Last modified
CVE-2026-72383 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sctp: fix addr_wq_timer race in sctp_free_addr_wq() sctp_free_addr_wq() previously removed addr_wq_timer using timer_delete() while holding addr_wq_lock. However, timer_delete() does not guarantee that a currently running timer handler has completed. This allows a race with sctp_addr_wq_timeout_handler(), where the handler may still run after addr_waitq has been freed, acquire addr_wq_lock, and access freed memory, leading to a use-after-free. Fix this by calling timer_shutdown_sync() before taking addr_wq_lock. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sctp: fix addr_wq_timer race in sctp_free_addr_wq() sctp_free_addr_wq() previously removed addr_wq_timer using timer_delete() while holding addr_wq_lock. However, timer_delete() does not guarantee that a currently running timer handler has completed. This allows a race with sctp_addr_wq_timeout_handler(), where the handler may still run after addr_waitq has been freed, acquire addr_wq_lock, and access freed memory, leading to a use-after-free. Fix this by calling timer_shutdown_sync() before taking addr_wq_lock. This guarantees that any in-flight timer handler has finished and prevents the timer from being re-armed during teardown, making subsequent cleanup safe.
Metrics
CVSS:3.1/AV:L/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 | >= 4db67e808640e3934d82ce61ee8e2e89fd877ba8, < a8323fb2ab6cd6978f359daeed6688e0cadf32ba; >= 4db67e808640e3934d82ce61ee8e2e89fd877ba8, < c3e5cac47519d77ad36b9c03a1df1536aaa0c4a1; >= 4db67e808640e3934d82ce61ee8e2e89fd877ba8, < 976c19de0f22a857ba0112f39635f8fd7a257568 |
| Linux | Linux | 3.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72383?
How severe is CVE-2026-72383?
How do I fix CVE-2026-72383?
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-72378In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72379In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7238A flaw has been found in code-projects Online Music Site 1.0…4.7
- CVE-2026-72380In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72381In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72382In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72384In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72385In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72386In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72387In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72388In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72389In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72383?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
