CVE-2026-98130
Last modified
CVE-2026-98130 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 20a785aa52c82246055a089e55df9dac47d67da1, < e42ba56281ca3ae2dcb3558bebee9a1c9a4831d9; >= 20a785aa52c82246055a089e55df9dac47d67da1, < 00b841bac10230c557be6b38efc48508198fe23e; >= 20a785aa52c82246055a089e55df9dac47d67da1, < 3d698d1e6c8bc41e3e1707777a016f1bdd07842d; >= 20a785aa52c82246055a089e55df9dac47d67da1, < 2188569e7e1b0bc3f3b557dc97ab7a02befc11c8; 9c0a4652f750afe3b4468cbcd9335b244ce2facd; 70989e501fbce502198d82da88358ce453575a05; 085bb270b4b1168c93afb37bbafc881207d15443; >= 4.19.126, < 4.20; >= 5.4.44, < 5.5; >= 5.6.16, < 5.7 |
| Linux | Linux | 5.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98130?
How severe is CVE-2026-98130?
How do I fix CVE-2026-98130?
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-98125In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98126In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98129In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9813FlowIntel up to version 3.3.0 contains a server-side request…9.9
- CVE-2026-98131In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98132In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98133In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98134In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98135In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98136In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98130?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
