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_STA
CVSS
8.1
Alto
EPSS
—
KEV
—
Exploit Today
0
0-100
Publicado: 25 sept 2026 · Última mod.: 25 sept 2026
Sin historial EPSS suficiente todavía.
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.
- git.kernel.orghttps://git.kernel.org/stable/c/00b841bac10230c557be6b38efc48508198fe23e
- git.kernel.orghttps://git.kernel.org/stable/c/2188569e7e1b0bc3f3b557dc97ab7a02befc11c8
- git.kernel.orghttps://git.kernel.org/stable/c/3d698d1e6c8bc41e3e1707777a016f1bdd07842d
- git.kernel.orghttps://git.kernel.org/stable/c/e42ba56281ca3ae2dcb3558bebee9a1c9a4831d9
Sin CVEs relacionados por CWE o producto.