Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Remotely reachable via an SCTP peer (AV:N, PR:N) but gated on a teardown-versus-transmit race and non-default SCTP/ASCONF configuration, so AC:H; kernel UAF yields high C/I/A potential.
Primary rating from Vendor (Linux).
CVSS VectorVendor: Linux
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
In the Linux kernel, the following vulnerability has been resolved:
sctp: clear control chunk transport if it is being removed
sctp_make_heartbeat_ack() caches the destination transport in chunk->transport without taking a reference. When src_out_of_asoc_ok is enabled, the HEARTBEAT ACK may remain queued on control_chunk_list instead of being transmitted immediately.
If the peer transport is removed while the chunk is still queued, sctp_assoc_rm_peer() drops the transport and schedules it for RCU freeing, but only clears cached transport pointers in out_chunk_list. The queued control chunk therefore retains a dangling transport pointer.
Once an ASCONF_ACK clears the suppression and the queued control chunk is transmitted, SCTP dereferences the stale transport pointer, leading to a use-after-free.
Fix this by also clearing chunk->transport for queued control chunks in control_chunk_list when removing the transport.
AnalysisAI
Use-after-free in the Linux kernel's SCTP (Stream Control Transmission Protocol) subsystem allows a remote peer to trigger a dangling transport-pointer dereference on the control chunk queue. The flaw arises because sctp_make_heartbeat_ack() caches a destination transport in chunk->transport without holding a reference; when src_out_of_asoc_ok keeps a HEARTBEAT ACK queued and the peer transport is later torn down, the queued chunk retains a stale pointer that is dereferenced on eventual transmission. …
Unlock full vulnerability intelligence
- Risk assessment & exploitation conditions
- Attack chain visualization
- Remediation with exact patch versions
- Threat intelligence from 22 sources
- Personal watchlist & email alerts
Free forever · No credit card required
Attack ChainAIDerived
Hypothetical attack flow derived from CVE metadata
Vulnerability AssessmentAI
| Exploitation | Requires that the target has the SCTP module loaded and an SCTP association reachable to the attacker, plus SCTP dynamic address reconfiguration (ASCONF/ASCONF_ACK) activity and the src_out_of_asoc_ok delayed-transmission path that keeps a HEARTBEAT ACK queued on control_chunk_list. … Additional conditions and limiting factors are described in the full assessment. |
| Risk Assessment | The signals are conflicting and warrant a nuanced read. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in. |
| Exploit Scenario | An attacker establishes an SCTP association with a target host that has SCTP and dynamic address reconfiguration in use, then manipulates path/address state so that a HEARTBEAT ACK stays queued (via the src_out_of_asoc_ok suppression) while the associated peer transport is torn down. A subsequent ASCONF_ACK lifts the suppression and the kernel transmits the queued chunk, dereferencing the freed transport and triggering a use-after-free - most likely crashing the kernel (DoS) and potentially enabling memory disclosure or corruption. … |
| Remediation | Vendor-released patch: upgrade to a fixed stable kernel for your branch - 5.10.265, 5.15.216, 6.1.183, 6.6.152, 6.12.104, 6.18.45, 7.1.9, or 7.2 (or later), or apply the corresponding stable commit from git.kernel.org/stable (e.g. … Detailed patch versions, workarounds, and compensating controls in full report. |
Recommended ActionAI
Within 24 hours, identify all Linux systems where SCTP is enabled and obtain the vendor patch version for your deployed kernel releases. …
Sign in for detailed remediation steps and compensating controls.
Threat intelligence, references, and detailed analysis are available after sign-in.
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-64375
GHSA-3vfv-7x6v-8jg6