Vulnerability in Linux
CVE-2026-98130
In the Linux kernel, the following vulnerability has been resolved: sctp: fix a TOCTOU race in SCTP_CMD_TIMER_START The SCTP_CMD_TIMER_START handler checks timer_pending() before calling timer_reduce(). The timer can expire and detach between these operations, causing timer_reduce() to rearm the timer without taking the association reference required for the newly armed timer. The timer callback later unconditionally drops its association reference, which can leave the association reference count unbalanced and result in use-after-free during association teardown. Use the return value of timer_reduce() to determine whether the timer was actually armed. Take the association reference only when timer_reduce() successfully starts a new timer, closing the race between checking the timer state and rearming it. This issue was reported by Nico Yip (@_cyeaa_) working with TrendAI Zero Day Initiative.
Published · last modified .
CVSS v3 metric
CVSS v3 base score 8.1 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
- Linux — versions 085bb270b4b1168c93afb37bbafc881207d15443, 5.7, 70989e501fbce502198d82da88358ce453575a05
References
Frequently asked questions
- What is CVE-2026-98130?
- CVE-2026-98130 is a high-severity vulnerability in Linux. CVSS score: 8.1/10. Published 2026-09-25.
- How severe is CVE-2026-98130?
- High severity. CVSS v3 base score is 8.1 out of 10.