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.
Published: 2026-09-25
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: Use-After-Free leading to possible privilege escalation
Action: Patch
AI Analysis

Impact

In the Linux kernel the SCTP_CMD_TIMER_START handler previously performed a timer_pending check before calling timer_reduce. During the brief window between these two calls the timer could expire and detach, causing timer_reduce to rearm the timer without acquiring the association reference needed for the newly armed timer. The timer callback then unconditionally drops its association reference, which can leave the reference count unbalanced and result in a use‑after‑free during association teardown. The resulting memory corruption could allow an attacker to execute arbitrary code with kernel privileges, potentially enabling privilege escalation.

Affected Systems

All Linux kernel builds that include the SCTP subsystem are affected. The exact kernel versions are not listed in the CVE data, so any kernel installation containing the unpatched SCTP module is potentially vulnerable.

Risk and Exploitability

The severity of this bug is high given that it is a kernel use‑after‑free. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, so no public exploit reports are known at this time. The attack likely requires local or remote access to the SCTP service and control over the SCTP association, but the kernel nature of the flaw means successful exploitation could lead to arbitrary code execution or privilege escalation. The absence of a public exploit and the need for a race condition reduce the immediate risk, yet the potential impact warrants prompt action.

Generated by OpenCVE AI on September 25, 2026 at 11:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel patch that removes the TOCTOU race in SCTP_CMD_TIMER_START and ensures the association reference is taken only when the timer is successfully armed
  • Upgrade to a kernel release that includes the relevant commits: 00b841bac10230c557be6b38efc48508198fe23e, 2188569e7e1b0bc3f3b557dc97ab7a02befc11c8, 3d698d1e6c8bc41e3e1707777a016f1bdd07842d, or e42ba56281ca3ae2dcb3558bebee9a1c9a4831d9
  • If an immediate patch is not available, consider disabling SCTP networking when it is not required to eliminate the attack surface

Generated by OpenCVE AI on September 25, 2026 at 11:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Fri, 25 Sep 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416
CWE-824

Fri, 25 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
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.
Title sctp: fix a TOCTOU race in SCTP_CMD_TIMER_START
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T14:42:10.732Z

Reserved: 2026-09-25T10:25:14.318Z

Link: CVE-2026-98130

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:44.380

Modified: 2026-09-25T15:18:06.713

Link: CVE-2026-98130

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T15:00:17Z

Weaknesses