CVE-2021-46929
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2021-46929 is a use-after-free vulnerability in the Linux kernel's SCTP (Stream Control Transmission Protocol) implementation. The issue occurs when an SCTP association is peeled off and the old socket (sk) is freed after getting it by asoc->base.sk and before calling lock_sock(sk) (Kernel Git).

Technical details

The vulnerability manifests in the sctp_sock_dump() function when handling SCTP socket operations. The issue arises from a race condition where the endpoint's socket can be freed while still being accessed. The bug was discovered through KASAN (Kernel Address Sanitizer) which detected the use-after-free condition in the __lock_acquire function (Kernel Git).

Impact

This vulnerability could allow an attacker to trigger an out-of-bounds write through a specially crafted operation, potentially leading to arbitrary code execution on the target system or causing a system crash (Kernel Git).

Mitigation and workarounds

The issue was fixed by implementing a call_rcu mechanism to delay the endpoint free operation. The fix moves the sock_put and endpoint free operations into sctp_endpoint_destroy_rcu(), making it safe to hold the endpoint under rcu_read_lock in sctp_transport_traverse_process(). The port release is not delayed as it happens in sctp_endpoint_destroy() before calling call_rcu() (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-68753HIGH7.8
  • Linux KernelLinux Kernel
  • linux-fips
NoYesJan 05, 2026
CVE-2025-68756HIGH7.1
  • Linux KernelLinux Kernel
  • linux-gcp-fips
NoYesJan 05, 2026
CVE-2025-68764MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-oracle-6.8
NoYesJan 05, 2026
CVE-2025-68758MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-nvidia-6.8
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel-devel
NoYesJan 05, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management