The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-8677

CVE-2025-8677: BIND 9 DNS DoS Vulnerability via DNSKEY

CVE-2025-8677 is a denial of service vulnerability in BIND 9 DNS caused by malformed DNSKEY records leading to CPU exhaustion. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: April 1, 2026

CVE-2025-8677 Overview

CVE-2025-8677 is a CPU Exhaustion vulnerability affecting ISC BIND 9, a widely deployed DNS server software. The vulnerability allows remote attackers to cause a denial of service condition by sending queries for records within a specially crafted zone containing malformed DNSKEY records. When the BIND 9 server processes these malicious queries, it enters a state of excessive CPU consumption, effectively rendering the DNS service unavailable.

Critical Impact

Remote attackers can cause complete DNS service disruption through CPU exhaustion without requiring authentication, potentially affecting all services dependent on DNS resolution.

Affected Products

  • BIND 9 versions 9.18.0 through 9.18.39
  • BIND 9 versions 9.20.0 through 9.20.13
  • BIND 9 versions 9.21.0 through 9.21.12
  • BIND 9 versions 9.18.11-S1 through 9.18.39-S1
  • BIND 9 versions 9.20.9-S1 through 9.20.13-S1

Discovery Timeline

  • October 22, 2025 - CVE-2025-8677 published to NVD
  • November 04, 2025 - Last updated in NVD database

Technical Details for CVE-2025-8677

Vulnerability Analysis

This vulnerability is classified under CWE-405 (Asymmetric Resource Consumption - Amplification), which describes situations where an attacker can trigger disproportionately high resource consumption relative to the input provided. In the context of CVE-2025-8677, a relatively small malicious DNS query can cause significant CPU resource exhaustion on the target BIND 9 server.

The attack exploits the DNS Security Extensions (DNSSEC) validation process, specifically targeting how BIND 9 handles DNSKEY records. DNSKEY records are fundamental to DNSSEC as they contain public keys used to verify DNS response authenticity. When malformed DNSKEY records are present in a zone, and queries are made for records within that zone, the server's processing logic becomes trapped in computationally expensive operations.

Root Cause

The root cause lies in improper handling of certain malformed DNSKEY record structures during the DNSSEC validation process. When BIND 9 encounters these specially crafted DNSKEY records, the validation routines enter computationally intensive code paths that consume excessive CPU cycles. The server fails to implement adequate resource limits or early termination conditions when processing these malicious records, allowing the CPU exhaustion to persist until the query times out or system resources are depleted.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Setting up a malicious DNS zone containing specially crafted malformed DNSKEY records
  2. Inducing the target BIND 9 server to query records within this malicious zone (either directly or through recursive resolution)
  3. The target server processes the malformed DNSKEY records, triggering the CPU exhaustion condition

This can be accomplished through cache poisoning techniques, by controlling an authoritative nameserver for a domain, or by exploiting recursive queries from the target server. The attack is particularly dangerous because DNS is a foundational internet service, and CPU exhaustion on DNS servers can cause widespread service disruption.

The vulnerability mechanism involves the DNSSEC validation routines processing malformed DNSKEY record structures. When these malformed records are encountered during zone queries, the validation logic fails to properly bound its computational effort, leading to sustained high CPU utilization. For detailed technical analysis, refer to the ISC CVE-2025-8677 Advisory.

Detection Methods for CVE-2025-8677

Indicators of Compromise

  • Sustained high CPU utilization on BIND 9 named processes without corresponding legitimate traffic increase
  • DNS query logs showing repeated queries for records in unfamiliar or suspicious zones
  • Increased DNS query timeouts and resolution failures reported by clients
  • Server performance degradation correlating with specific DNS zone queries

Detection Strategies

  • Monitor BIND 9 process CPU utilization and alert on sustained spikes above baseline thresholds
  • Implement DNS query logging and analyze for patterns of queries targeting unusual or newly-seen zones
  • Deploy network-based intrusion detection rules to identify suspicious DNSKEY record patterns in DNS traffic
  • Use SentinelOne's Singularity platform to detect anomalous process behavior indicating resource exhaustion attacks

Monitoring Recommendations

  • Configure BIND 9 query logging with sufficient detail to capture zone names and query types
  • Establish baseline CPU utilization metrics for BIND 9 processes and configure alerting for deviations
  • Monitor system-level metrics including CPU usage, memory consumption, and DNS response latency
  • Implement DNS response time monitoring to detect service degradation indicative of ongoing attacks

How to Mitigate CVE-2025-8677

Immediate Actions Required

  • Update BIND 9 to the latest patched version immediately if running affected versions
  • Review DNS server configurations and disable unnecessary recursive queries
  • Implement rate limiting on DNS queries to mitigate the impact of exploitation attempts
  • Consider deploying DNS firewalls or filtering solutions to block queries to known malicious zones

Patch Information

ISC has released security updates to address this vulnerability. Administrators should upgrade to patched versions as soon as possible. For specific patch details and download links, consult the ISC CVE-2025-8677 Advisory. Additional discussion and context is available via the Openwall OSS-Security Discussion.

Workarounds

  • Restrict recursive query access to trusted networks only using BIND 9's allow-recursion directive
  • Implement access control lists (ACLs) to limit which clients can send queries to the server
  • Deploy DNS response rate limiting (RRL) to reduce the impact of query-based attacks
  • Consider temporarily disabling DNSSEC validation if patches cannot be applied immediately (note: this reduces DNS security)
bash
# Configuration example - Restrict recursive queries and implement rate limiting
# Add to named.conf options block:

options {
    # Restrict recursion to trusted networks
    allow-recursion { 10.0.0.0/8; 192.168.0.0/16; localhost; };
    
    # Enable response rate limiting
    rate-limit {
        responses-per-second 10;
        window 5;
    };
    
    # Limit query processing time
    max-recursion-queries 75;
    max-recursion-depth 7;
};

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechBind

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • 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-405
  • Technical References
  • ISC CVE-2025-8677 Advisory

  • Openwall OSS-Security Discussion
  • Related CVEs
  • CVE-2026-1519: BIND DNS Resolver DoS Vulnerability

  • CVE-2026-3119: BIND 9 DNS Server DoS Vulnerability

  • CVE-2025-13878: BIND 9 DNS Server DoS Vulnerability

  • CVE-2025-40777: BIND 9 Denial of Service Vulnerability
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