CVE-2026-72383

Source
https://cve.org/CVERecord?id=CVE-2026-72383
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72383.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72383
Downstream
Published
2026-08-15T05:56:14Z
Modified
2026-08-18T03:56:54Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
sctp: fix addr_wq_timer race in sctp_free_addr_wq()
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72383.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4db67e808640e3934d82ce61ee8e2e89fd877ba8
Fixed
a8323fb2ab6cd6978f359daeed6688e0cadf32ba
Fixed
c3e5cac47519d77ad36b9c03a1df1536aaa0c4a1
Fixed
976c19de0f22a857ba0112f39635f8fd7a257568

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72383.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.7.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72383.json"