Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-20446

CVE-2024-20446: Cisco NX-OS DHCPv6 DoS Vulnerability

CVE-2024-20446 is a denial of service vulnerability in Cisco NX-OS Software's DHCPv6 relay agent that allows remote attackers to crash devices. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-20446 Overview

A vulnerability in the DHCPv6 relay agent of Cisco NX-OS Software could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device. This vulnerability is due to improper handling of specific fields in a DHCPv6 RELAY-REPLY message. An attacker could exploit this vulnerability by sending a crafted DHCPv6 packet to any IPv6 address that is configured on an affected device. A successful exploit could allow the attacker to cause the dhcp_snoop process to crash and restart multiple times, causing the affected device to reload and resulting in a DoS condition.

Critical Impact

Unauthenticated remote attackers can crash network infrastructure devices through malformed DHCPv6 packets, causing service outages across the enterprise network.

Affected Products

  • Cisco NX-OS Software with DHCPv6 relay agent enabled
  • Cisco Nexus switches running vulnerable NX-OS versions
  • Network devices with IPv6 addresses configured and DHCPv6 relay functionality active

Discovery Timeline

  • 2024-08-28 - CVE-2024-20446 published to NVD
  • 2024-08-29 - Last updated in NVD database

Technical Details for CVE-2024-20446

Vulnerability Analysis

This vulnerability is classified as a Null Pointer Dereference (CWE-476), a type of memory corruption issue that occurs when the software dereferences a pointer that it expects to be valid but is actually null. In this case, the dhcp_snoop process in Cisco NX-OS fails to properly validate specific fields within DHCPv6 RELAY-REPLY messages before processing them.

The vulnerability can be triggered remotely without authentication, meaning any attacker with network access to an IPv6-enabled interface on the affected device can potentially exploit it. The attack does not require user interaction and can be executed across network boundaries, making it particularly dangerous for internet-facing or multi-tenant network infrastructure.

A successful exploitation results in the dhcp_snoop process crashing and attempting to restart. If the attack is sustained or repeated, the process may crash multiple times in succession, triggering a device reload as a protective measure. This results in complete loss of network services provided by the affected device until it fully recovers.

Root Cause

The root cause of CVE-2024-20446 is improper handling of specific fields within DHCPv6 RELAY-REPLY messages. When the DHCPv6 relay agent receives a specially crafted packet, it fails to perform adequate validation on certain message fields before dereferencing associated pointers. This leads to a null pointer dereference condition when unexpected or malformed data is encountered, causing the dhcp_snoop process to crash.

The vulnerability stems from insufficient input validation in the DHCPv6 message parsing logic, where the code assumes fields will contain valid data without performing proper boundary and null checks.

Attack Vector

The attack is network-based and can be executed by an unauthenticated remote attacker. The attacker needs to craft a malicious DHCPv6 packet with specific malformed fields in the RELAY-REPLY message structure. This packet must be sent to any IPv6 address configured on the affected device.

The attack scenario involves:

  1. The attacker identifies a target Cisco NX-OS device with DHCPv6 relay agent functionality enabled
  2. The attacker crafts a DHCPv6 RELAY-REPLY message with malformed fields designed to trigger the null pointer dereference
  3. The packet is transmitted to any IPv6 address on the target device
  4. The dhcp_snoop process encounters the malformed fields and crashes
  5. Repeated exploitation causes multiple crashes, eventually triggering a device reload

For technical details on the vulnerability mechanism and packet structure, refer to the Cisco Security Advisory.

Detection Methods for CVE-2024-20446

Indicators of Compromise

  • Repeated crashes of the dhcp_snoop process in system logs
  • Unexpected device reloads with crash reasons pointing to DHCPv6 processing
  • Abnormal volumes of DHCPv6 traffic targeting device management or infrastructure IPv6 addresses
  • Core dumps indicating null pointer dereference in DHCPv6 relay agent code paths

Detection Strategies

  • Monitor NX-OS system logs for dhcp_snoop process crash events and restart patterns
  • Implement network-based intrusion detection rules to identify malformed DHCPv6 RELAY-REPLY packets
  • Configure SNMP traps for process crashes and unexpected device reloads
  • Deploy flow analysis to detect unusual DHCPv6 traffic patterns targeting infrastructure devices

Monitoring Recommendations

  • Enable enhanced logging for DHCPv6 relay agent operations on NX-OS devices
  • Configure syslog forwarding to a centralized SIEM for correlation and alerting
  • Establish baseline metrics for DHCPv6 traffic and alert on anomalies
  • Implement automated health checks that verify dhcp_snoop process status

How to Mitigate CVE-2024-20446

Immediate Actions Required

  • Review the Cisco Security Advisory for affected versions and available patches
  • Identify all Cisco NX-OS devices in your environment running DHCPv6 relay agent functionality
  • Prioritize patching for internet-facing and critical infrastructure devices
  • Consider temporarily disabling DHCPv6 relay agent on non-essential devices until patching is complete

Patch Information

Cisco has released software updates to address this vulnerability. Administrators should consult the Cisco Security Advisory for specific fixed software versions and upgrade instructions. The advisory provides detailed information about affected releases and the appropriate upgrade paths for different NX-OS platforms.

Workarounds

  • Disable DHCPv6 relay agent functionality if not required in your environment
  • Implement IPv6 access control lists (ACLs) to restrict DHCPv6 traffic to trusted sources only
  • Deploy network segmentation to limit exposure of NX-OS management and infrastructure interfaces
  • Use Control Plane Policing (CoPP) to rate-limit DHCPv6 traffic to the device
bash
# Example: Disable DHCPv6 relay agent on NX-OS
configure terminal
no ipv6 dhcp relay
exit
copy running-config startup-config

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCisco

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20105: Cisco Secure Firewall DoS Vulnerability

  • CVE-2026-20064: Cisco Secure Firewall FTD DoS Vulnerability

  • CVE-2026-20020: Cisco Firewall OSPF DoS Vulnerability

  • CVE-2026-20103: Cisco Firewall SSL VPN DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English