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
    • 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-71058

CVE-2025-71058: Dual DHCP DNS Server RCE Vulnerability

CVE-2025-71058 is a remote code execution vulnerability in Dual DHCP DNS Server 8.01 that allows attackers to poison DNS cache by injecting forged responses. This article covers technical details, affected systems, and mitigation.

Published: April 10, 2026

CVE-2025-71058 Overview

Dual DHCP DNS Server 8.01 contains a critical DNS cache poisoning vulnerability due to improper validation of UDP DNS responses. The implementation accepts and caches DNS responses without verifying that they originate from a legitimate configured upstream DNS server, relying primarily on Transaction ID (TXID) matching. This allows a remote attacker to inject forged DNS responses and poison the cache, potentially redirecting victims to attacker-controlled destinations.

Critical Impact

Remote attackers can poison the DNS cache without authentication, enabling widespread traffic redirection to malicious destinations for all clients relying on the affected DNS server.

Affected Products

  • Dual DHCP DNS Server 8.01
  • Earlier versions of Dual DHCP DNS Server may also be affected

Discovery Timeline

  • 2026-04-07 - CVE-2025-71058 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2025-71058

Vulnerability Analysis

This DNS cache poisoning vulnerability stems from inadequate source validation in the DNS response handling mechanism of Dual DHCP DNS Server. When the server receives a UDP DNS response, it matches the response primarily based on the Transaction ID (TXID) without properly verifying that the response originated from the configured upstream DNS server. This design flaw allows attackers to craft and send forged DNS responses that will be accepted and cached by the server.

The vulnerability is classified under CWE-94 (Improper Control of Generation of Code), though it more precisely represents a DNS protocol implementation flaw. An attacker can exploit this by sending specially crafted UDP packets containing forged DNS responses with guessed or observed TXIDs. Once a malicious response is cached, all subsequent DNS queries for the poisoned domain will return the attacker-controlled IP address, enabling various attack scenarios including phishing, malware distribution, and man-in-the-middle attacks.

Root Cause

The root cause lies in the insufficient validation logic when processing incoming DNS responses. The server implementation fails to verify the source IP address and port of DNS responses against the configured upstream DNS servers. Instead, it relies solely on TXID matching, which is vulnerable to spoofing attacks, especially when TXIDs are predictable or can be brute-forced within the query timeout window.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker positioned on the network path (or capable of sending spoofed UDP packets) can flood the target DNS server with forged responses containing malicious IP address mappings. The attack succeeds when a forged response with a matching TXID arrives before the legitimate response from the actual upstream DNS server. The attacker can target high-value domains to maximize impact, poisoning entries that redirect victims to credential harvesting sites or malware distribution infrastructure.

Detection Methods for CVE-2025-71058

Indicators of Compromise

  • Unexpected DNS responses from IP addresses not matching configured upstream DNS servers
  • Sudden changes in cached DNS records pointing to unfamiliar or suspicious IP addresses
  • DNS query logs showing responses with mismatched source addresses
  • Increased volume of DNS traffic from unknown sources targeting the DNS server port

Detection Strategies

  • Monitor DNS server logs for responses originating from non-configured upstream servers
  • Implement network-level anomaly detection for unexpected DNS traffic patterns
  • Deploy intrusion detection rules to identify DNS response flooding attempts
  • Regularly audit DNS cache contents for unexpected or suspicious entries

Monitoring Recommendations

  • Enable verbose logging on the DNS server to capture source IP addresses of all responses
  • Implement network flow analysis to detect DNS response spoofing attempts
  • Set up alerts for cache modifications involving critical domain names
  • Deploy DNSSEC validation where possible to detect forged responses

How to Mitigate CVE-2025-71058

Immediate Actions Required

  • Consider replacing Dual DHCP DNS Server 8.01 with alternative DNS server software that properly validates response sources
  • Implement network-level filtering to allow DNS responses only from configured upstream servers
  • Deploy DNSSEC to cryptographically validate DNS responses where supported
  • Monitor DNS cache entries for signs of poisoning

Patch Information

No vendor patch information is currently available. Refer to the GitHub Security Advisory for CVE-2025-71058 and the SourceForge project page for updates on remediation options.

Workarounds

  • Configure firewall rules to drop DNS responses from IP addresses other than configured upstream DNS servers
  • Implement source IP and port validation at the network perimeter
  • Consider migrating to DNS server software with proper response validation (e.g., BIND, Unbound, or PowerDNS)
  • Reduce DNS cache TTL values to limit the duration of potential cache poisoning
bash
# Example firewall rule to restrict DNS responses (iptables)
# Replace UPSTREAM_DNS_IP with your configured upstream DNS server address
iptables -A INPUT -p udp --sport 53 ! -s UPSTREAM_DNS_IP -j DROP
iptables -A INPUT -p udp --sport 53 -s UPSTREAM_DNS_IP -j ACCEPT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDual Dhcp Dns Server

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.05%

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

  • SourceForge Project Information
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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