A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-41999

CVE-2026-41999: TCP PROXY Request Handling Vulnerability

CVE-2026-41999 involves incorrect behavior of views when processing TCP PROXY requests, potentially leading to security issues. This article covers the technical details, affected systems, and mitigation strategies.

Published: May 21, 2026

CVE-2026-41999 Overview

CVE-2026-41999 is a medium-severity vulnerability in PowerDNS Authoritative Server affecting the handling of views when used with TCP PROXY protocol requests. The flaw causes the server to apply incorrect view logic when processing DNS queries delivered over TCP connections that use the PROXY protocol header. As a result, clients may receive responses tied to a view other than the one their actual source address should be mapped to. The issue is documented in PowerDNS Security Advisory 2026-06.

Critical Impact

Authoritative DNS responses can leak across view boundaries, exposing records intended for restricted client groups and undermining segmentation policies built on PowerDNS views.

Affected Products

  • PowerDNS Authoritative Server (versions referenced in PowerDNS Advisory 2026-06)
  • Deployments using the PROXY protocol over TCP
  • Configurations relying on views to segment DNS responses by client source

Discovery Timeline

  • 2026-05-21 - CVE-2026-41999 published to NVD
  • 2026-05-21 - Last updated in NVD database

Technical Details for CVE-2026-41999

Vulnerability Analysis

PowerDNS Authoritative Server supports views, which return different record sets based on the source of the DNS query. Views depend on accurate client address resolution to apply the correct policy. The vulnerability arises when queries arrive over TCP with a PROXY protocol header that carries the real client address ahead of the DNS payload. The authoritative server fails to consistently use the PROXY-supplied address when evaluating view membership for these TCP requests. As a consequence, view selection diverges from the intended source-based policy, and the server may serve records belonging to a different view.

This behavior breaks the trust boundary that operators establish between view groups. Operators commonly use views to expose internal-only zones to internal resolvers while limiting external clients to public records. When view evaluation is incorrect, an external client connecting through a PROXY-aware front end can be matched against the wrong view, returning data not intended for it.

Root Cause

The root cause is incorrect handling of the client address context for TCP queries that include a PROXY protocol header. The view-matching logic does not consistently honor the PROXY-supplied source for TCP-delivered queries, producing a mismatch between the address used for transport and the address used for view selection. This is a configuration and design flaw in protocol handling rather than a memory safety issue.

Attack Vector

Exploitation is network-based and does not require authentication or user interaction. An attacker must send DNS queries over TCP through a PROXY-protocol-enabled path to a PowerDNS Authoritative Server configured with views. The attack complexity is high because it depends on a specific deployment topology: views configured, TCP transport used, and PROXY protocol enabled in front of the authoritative server. No verified public exploit code is available. See the PowerDNS Security Advisory 2026-06 for protocol-level details.

Detection Methods for CVE-2026-41999

Indicators of Compromise

  • Authoritative DNS responses returning records that should be restricted to a different view than the requesting client.
  • TCP DNS queries arriving with PROXY protocol headers from sources that should map to internal-only or restricted views.
  • Discrepancies between UDP and TCP responses for the same query name from the same client identity.

Detection Strategies

  • Compare authoritative responses for identical queries over UDP and TCP from clients that traverse PROXY-aware front ends, and flag divergences.
  • Audit PowerDNS query logs for TCP queries handled through PROXY-enabled listeners and validate the resolved view against the expected source mapping.
  • Correlate front-end PROXY header values with downstream PowerDNS view selection in centralized logging to identify mismatches.

Monitoring Recommendations

  • Enable verbose query logging on PowerDNS Authoritative Server listeners that accept the PROXY protocol and ship logs to a central analytics platform.
  • Monitor for unexpected NOERROR responses containing internal-zone records returned over TCP to external client ranges.
  • Track the ratio of TCP to UDP queries reaching authoritative listeners, since attackers probing this issue must use TCP.

How to Mitigate CVE-2026-41999

Immediate Actions Required

  • Apply the fixed PowerDNS Authoritative Server release referenced in PowerDNS Security Advisory 2026-06 as soon as it is available for your distribution.
  • Inventory authoritative servers that combine views with PROXY protocol on TCP and prioritize them for patching.
  • Review zone contents in restricted views to confirm whether any sensitive records may have been exposed.

Patch Information

PowerDNS published Security Advisory 2026-06 covering this issue. Refer to the advisory for the specific fixed versions and upgrade instructions for PowerDNS Authoritative Server: PowerDNS Security Advisory 2026-06.

Workarounds

  • Disable the PROXY protocol on authoritative listeners until the patched version is deployed, if operationally feasible.
  • Disable views on listeners that accept PROXY-protocol TCP connections, accepting reduced segmentation as a temporary trade-off.
  • Restrict which upstream front ends may send PROXY headers to the authoritative server using firewall rules to limit exposure.
bash
# Configuration example: restrict PROXY protocol sources on the authoritative listener
# /etc/powerdns/pdns.conf
# Limit which upstreams may speak PROXY protocol to PowerDNS
proxy-protocol-from=10.0.0.0/24
# Optional: disable views on PROXY-enabled paths as a temporary mitigation
# enable-views=no
systemctl restart pdns

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score4.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • PowerDNS Security Advisory 2026-06
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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