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-2025-40779

CVE-2025-40779: Kea DHCP Server DoS Vulnerability

CVE-2025-40779 is a denial of service vulnerability in Kea DHCP Server caused by assertion failure when processing specific DHCPv4 options. This article covers technical details, affected versions, and mitigation strategies.

Published: April 21, 2026

CVE-2025-40779 Overview

A denial of service vulnerability exists in ISC Kea DHCP server that allows remote attackers to crash the kea-dhcp4 process by sending specially crafted DHCPv4 requests. When a DHCPv4 client sends a unicast request with specific options and Kea fails to find an appropriate subnet for the client, the server process terminates due to an assertion failure. This vulnerability specifically affects unicast messages sent directly to the Kea server; broadcast messages do not trigger the issue.

Critical Impact

Remote attackers can cause a complete denial of service of DHCP services by sending malicious unicast DHCPv4 requests, potentially disrupting network address assignment for all clients relying on the affected Kea server.

Affected Products

  • ISC Kea versions 2.7.1 through 2.7.9
  • ISC Kea version 3.0.0
  • ISC Kea version 3.1.0

Discovery Timeline

  • 2025-08-27 - CVE-2025-40779 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-40779

Vulnerability Analysis

This vulnerability is classified as CWE-476 (Null Pointer Dereference), which occurs when the application dereferences a pointer that is expected to be valid but is null. In the context of the Kea DHCPv4 server, the flaw manifests when processing unicast client requests containing specific option combinations that lead to a failed subnet lookup.

The vulnerability can be exploited remotely over the network without authentication or user interaction. An attacker can send a crafted DHCPv4 packet directly to the Kea server (unicast) that triggers the flawed code path. When the server attempts to find a matching subnet for the client and fails, instead of handling the error gracefully, the kea-dhcp4 process encounters an assertion failure and aborts execution.

Root Cause

The root cause lies in improper error handling within the subnet selection logic of the Kea DHCPv4 daemon. When specific DHCP options are present in a unicast client request and no appropriate subnet can be matched, the code path leads to an assertion that expects certain conditions to be met. When these conditions are not satisfied due to the subnet lookup failure, the assertion triggers, causing an immediate process termination.

The critical distinction is that this only affects unicast traffic—broadcast DHCP discovery packets follow a different code path that properly handles the scenario where no matching subnet is found.

Attack Vector

The attack vector is network-based and requires the attacker to be able to send unicast UDP packets to the Kea DHCP server on port 67. The attack flow involves:

  1. The attacker identifies a vulnerable Kea DHCPv4 server on the network
  2. A malformed DHCPv4 request is crafted with specific options that will cause subnet lookup to fail
  3. The packet is sent as a unicast message directly to the server's IP address
  4. Upon processing, Kea fails to find an appropriate subnet and hits the assertion failure
  5. The kea-dhcp4 process aborts, denying DHCP services to legitimate clients

No authentication or special privileges are required to exploit this vulnerability. The attack can be launched by any system capable of sending UDP packets to the target server.

Detection Methods for CVE-2025-40779

Indicators of Compromise

  • Unexpected termination or restart of the kea-dhcp4 process
  • Core dump files or crash logs indicating assertion failures in Kea
  • Sudden DHCP service unavailability reported by network clients
  • Log entries showing abnormal unicast DHCPv4 requests with unusual option combinations

Detection Strategies

  • Monitor kea-dhcp4 process uptime and alert on unexpected restarts or terminations
  • Implement network monitoring to detect unusual unicast DHCPv4 traffic patterns targeting the server directly
  • Review system logs for assertion failure messages or crash reports related to kea-dhcp4
  • Deploy intrusion detection rules to identify DHCPv4 packets with suspicious option configurations

Monitoring Recommendations

  • Configure process monitoring to track kea-dhcp4 daemon health and automatically alert administrators on crashes
  • Enable detailed logging in Kea configuration to capture information about failed subnet lookups
  • Implement network flow analysis to baseline normal DHCP traffic patterns and detect anomalies

How to Mitigate CVE-2025-40779

Immediate Actions Required

  • Upgrade ISC Kea to a patched version that addresses CVE-2025-40779
  • Review network architecture to limit which systems can send unicast traffic to the DHCP server
  • Implement firewall rules to restrict direct unicast access to the Kea server where possible
  • Enable process monitoring and automatic restart capabilities for the kea-dhcp4 service

Patch Information

ISC has released security updates addressing this vulnerability. Administrators should consult the ISC CVE-2025-40779 Advisory for specific patch versions and upgrade instructions. Additional information is available via the OpenWall OSS Security Update.

Workarounds

  • Implement network segmentation to prevent untrusted systems from sending unicast packets directly to the DHCP server
  • Configure firewall rules to only allow DHCP relay agents and authorized systems to communicate with Kea via unicast
  • Deploy a redundant DHCP server configuration to maintain service availability if one instance crashes
  • Consider temporarily routing all DHCP traffic through relay agents to ensure broadcast-only communication until patching is complete
bash
# Example: iptables rules to restrict unicast DHCP access
# Allow only from trusted DHCP relay agents
iptables -A INPUT -p udp --dport 67 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p udp --dport 67 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechKea

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • ISC CVE-2025-40779 Advisory

  • OpenWall OSS Security Update
  • Related CVEs
  • CVE-2026-3608: Kea DHCP Buffer Overflow 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