Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

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).

Exploitability

The vulnerability requires the ability to interact with the SCTP subsystem and can be triggered through specific socket operations. It was discovered and reported by the Syzkaller automated testing system and confirmed through practical testing (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-2026-93189HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-aws-7.0
NoYesSep 17, 2026
CVE-2026-93188MEDIUM6.5
  • Linux Kernel logoLinux Kernel
  • linux-aws-7.0
NoYesSep 17, 2026
CVE-2026-93182NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-hwe-6.17
NoYesSep 17, 2026
CVE-2026-93181NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-nvidia-6.14
NoNoSep 17, 2026
CVE-2026-93174NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-7.0
NoYesSep 17, 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