Description
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.
Published: 2026-08-22
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Use‑After‑Free vulnerability in the Linux kernel SCTP implementation
Action: Patch
AI Analysis

Impact

The flaw occurs in the Linux kernel’s SCTP subsystem when a HEARTBEAT ACK chunk stores a transport pointer without acquiring a reference. If an associated peer transport is removed while the chunk remains queued, the kernel clears the pointer only in the out_chunk_list but leaves a dangling reference in queued control chunks. When the control chunk later transmits, the kernel dereferences this stale pointer, causing a use‑after‑free that can crash the kernel or allow privilege escalation. The weakness aligns with CWE‑825.

Affected Systems

All Linux kernel builds that include the SCTP module and have not yet incorporated the commit that clears chunk->transport for queued control chunks when a peer transport is removed are vulnerable. The patch that fixes the issue is included in recent kernel releases; any kernel lacking that commit remains susceptible.

Risk and Exploitability

The CVSS score is 9.8 and the EPSS score is below 1 %, indicating a high‑severity bug but a very low probability of exploitation at present. In the CISA KEV catalog the vulnerability is not listed, meaning no publicly documented exploits exist. It is inferred that the attack vector requires an adversary capable of sending crafted SCTP packets to the target; an attacker would need network or local access to the affected kernel instance to trigger the use‑after‑free. Kernel‑level use‑after‑free bugs are notoriously difficult to exploit reliably, yet when achieved they can deliver denial of service or privilege escalation with system‑wide impact.

Generated by OpenCVE AI on August 25, 2026 at 17:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a Linux kernel release that contains the commit clearing chunk->transport for queued control chunks when a peer transport is removed
  • If SCTP support is not required, disable the SCTP module in the kernel configuration (CONFIG_SCTP=n) or compile the kernel without it
  • Enable kernel hardening options such as CONFIG_SECURITY_APPARMOR, CONFIG_SELINUX, and CONFIG_HARDENED_USERCOPY to reduce the impact of use‑after‑free bugs

Generated by OpenCVE AI on August 25, 2026 at 17:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 22 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description 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.
Title sctp: clear control chunk transport if it is being removed
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-08-25T05:41:32.712Z

Reserved: 2026-08-15T05:44:03.926Z

Link: CVE-2026-74688

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:43.180

Modified: 2026-08-25T06:18:51.680

Link: CVE-2026-74688

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74688 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T17:15:05Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference