LiveActive security incident?Get immediate response
CVE Record

CVE-2021-1229: Cisco NX-OS Software ICMP Version 6 Memory Leak Denial of Service Vulnerability

A vulnerability in ICMP Version 6 (ICMPv6) processing in Cisco NX-OS Software could allow an unauthenticated, remote attacker to cause a slow system memory leak, which over time could lead to a denial of service (DoS) condition. This vulnerability is due to improper error handling when an IPv6-configured interface receives a specific type of ICMPv6 packet. An attacker could exploit this vulnerability by sending a sustained rate of crafted ICMPv6 packets to a local IPv6 address on a targeted device. A successful exploit could allow the attacker to cause a system memory leak in the ICMPv6 process on the device. As a result, the ICMPv6 process could run out of system memory and stop processing traffic. The device could then drop all ICMPv6 packets, causing traffic instability on the device. Restoring device functionality would require a device reboot.

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-1229 can let a remote unauthenticated attacker slowly exhaust memory on Cisco NX-OS devices by abusing ICMPv6 handling on IPv6-configured interfaces. The expected impact is traffic instability and loss of ICMPv6 processing, not data theft. Recovery may require a device reboot.

Executive priority

Treat as a moderate operational resilience issue for network infrastructure. Prioritize externally or broadly reachable IPv6-enabled NX-OS devices, especially where instability would affect critical routing, switching, or data center services.

Technical view

Cisco reports improper error handling in NX-OS ICMPv6 processing. Sustained crafted ICMPv6 packets sent to a local IPv6 address can cause a slow memory leak in the ICMPv6 process, eventually leading it to run out of memory and stop processing ICMPv6 traffic.

Likely exposure

Exposure is most likely on Cisco NX-OS devices with IPv6-configured interfaces reachable by untrusted or poorly filtered network sources. The source bundle does not identify specific affected NX-OS versions.

Exploitation context

The CVE record describes unauthenticated remote exploitation with low attack complexity, but only availability impact. The source bundle does not cite active exploitation, public exploit use, or CISA KEV listing.

Researcher notes

Evidence supports a slow memory leak DoS in ICMPv6 processing, categorized as CWE-401. The bundle lacks affected version granularity, fixed-release details, workaround specifics, and exploitation telemetry, so validation should start with Cisco advisory mapping.

Mitigation direction

  • Inventory Cisco NX-OS devices with IPv6-configured interfaces.
  • Review Cisco advisory for affected releases and remediation guidance.
  • Restrict untrusted IPv6 traffic to device local addresses where feasible.
  • Monitor ICMPv6 process memory and traffic instability indicators.
  • Plan reboot recovery procedures for impacted devices.

Validation and detection

  • Confirm whether NX-OS devices have IPv6 enabled on interfaces.
  • Map running NX-OS versions against Cisco advisory guidance.
  • Review telemetry for ICMPv6 process memory growth.
  • Check for unexplained ICMPv6 packet drops or traffic instability.
  • Verify compensating controls limit untrusted IPv6 reachability.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-401: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-1229 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.8Medium
CVSS 3.1 vector shape for CVE-2021-1229Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CiscoCisco NX-OS Softwaren/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-401 · source CWE mapping

Missing Release of Memory after Effective Lifetime

Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.