Cyber Resilience

CVE-2021-22600

Memory Safety in Linux Kernel 4.14.175 – 4.14.259

CISA KEVActive ExploitationEUVD ExploitedMemory Safety
Published
26 January 2022
Modified
24 October 2025
KEV Added
11 April 2022
Patch / advisory
CVSS Score v3.1 6.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:H
EPSS Score 0.059 93th percentile
Risk Priority 75 floored blend · peak EPSS

Summary

CVE-2021-22600 is a medium-severity Double Free (CWE-415) vulnerability in Linux Linux Kernel. Its CVSS base score is 6.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked in the top 7% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

A double free vulnerability exists in the Linux kernel's packet socket implementation, specifically within the packet_set_ring() function in net/packet/af_packet.c. This flaw, tracked as CVE-2021-22600 and assigned CWE-415, allows improper memory handling during ring buffer operations and carries a CVSS score of 6.6.

A local user with low privileges can trigger the issue through crafted system calls. Successful exploitation may result in privilege escalation or a denial-of-service condition, though the attack requires specific conditions including user interaction and a hardened execution context.

Kernel developers addressed the bug in commit ec6af094ea28f0f2dda1a6a33b14cd57e36a9755. Security advisories from Debian and NetApp recommend upgrading to unaffected kernel versions or applying the referenced patch to mitigate the risk.

EU & UK References

Vulnerability Data

A double free bug in packet_set_ring() in net/packet/af_packet.c can be exploited by a local user through crafted syscalls to escalate privileges or deny service. We recommend upgrading kernel past the effected versions or rebuilding past ec6af094ea28f0f2dda1a6a33b14cd57e36a9755

CWE(s)
KEV Date Added
11 April 2022

Related Threats

MITRE ATT&CK Enterprise Techniques

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-26545Same product: Debian Debian Linux
CVE-2023-1077Same product: Debian Debian Linux
CVE-2023-28464Same product: Linux Linux Kernel
CVE-2022-0185Same product: Linux Linux Kernelboth on KEV
CVE-2023-3111Same product: Debian Debian Linux
CVE-2023-0386Same product: Debian Debian Linuxboth on KEV
CVE-2024-1086Same product: Debian Debian Linuxboth on KEV
CVE-2023-2124Same product: Debian Debian Linux
CVE-2023-2898Same product: Debian Debian Linux
CVE-2023-27537Same product: Netapp H300S

Affected Assets

netapp
8300 firmware
all versions
netapp
8700 firmware
all versions
netapp
a400 firmware
all versions
netapp
c400 firmware
all versions
linux
linux kernel
4.14.175 — 4.14.259 · 4.19.114 — 4.19.222 · 5.4.29 — 5.4.168
debian
debian linux
10.0, 9.0
netapp
h410c firmware
all versions
netapp
h300s firmware
all versions
netapp
h500s firmware
all versions
netapp
h700s firmware
all versions
+1 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 1 hardening rule · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices directly prevent double-free errors via static analysis, safe memory APIs, and testing.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect double-free conditions before release.

prevents

Secure development life cycle includes memory-safety practices that can prevent double-free bugs.

prevents

Application security requirements can mandate memory-safety rules that reduce double-free risk.

prevents

Secure system architecture and engineering principles can prescribe safe memory-management patterns.

prevents

Secure coding standards directly address proper use of free() and similar functions.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248590 OL 8 must clear the page allocator to prevent use-after-free attacks. prevents CWE-415

References