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-2026-28810

CVE-2026-28810: Erlang/OTP DNS Cache Poisoning Vulnerability

CVE-2026-28810 is a DNS cache poisoning vulnerability in Erlang/OTP kernel caused by predictable transaction IDs and lack of port randomization. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-28810 Overview

CVE-2026-28810 is a DNS Cache Poisoning vulnerability affecting the Erlang/OTP kernel's built-in DNS resolver (inet_res and inet_db modules). The vulnerability stems from the generation of predictable numbers or identifiers (CWE-340), where the resolver uses a sequential, process-global 16-bit transaction ID for UDP queries without implementing source port randomization.

Response validation relies almost entirely on this predictable transaction ID, making DNS cache poisoning practical for an attacker who can observe one query or predict the next ID. This design conflicts with RFC 5452 recommendations for mitigating forged DNS answers. While inet_res is intended for use in trusted network environments with trusted recursive resolvers, earlier documentation did not clearly state this deployment assumption, potentially leading users to deploy the resolver in environments where spoofed DNS responses are possible.

Critical Impact

Attackers who can observe DNS queries or predict transaction IDs can poison the DNS cache, redirecting traffic to malicious servers and enabling man-in-the-middle attacks, credential theft, or malware distribution.

Affected Products

  • Erlang/OTP versions from OTP 17.0 until OTP 28.4.2, 27.3.4.10, and 26.2.5.19
  • Erlang/OTP kernel versions from 3.0 until 10.6.2, 10.2.7.4, and 9.2.4.11
  • Applications using inet_res module (lib/kernel/src/inet_res.erl)
  • Applications using inet_db module (lib/kernel/src/inet_db.erl)

Discovery Timeline

  • 2026-04-07 - CVE-2026-28810 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-28810

Vulnerability Analysis

The vulnerability exists in the Erlang/OTP kernel's DNS resolution implementation within inet_res.erl and inet_db.erl. The core issue is the use of a sequential, process-global 16-bit transaction ID for UDP DNS queries. With only 65,536 possible values and predictable sequencing, an attacker can feasibly guess the correct transaction ID for a DNS response.

Additionally, the resolver does not implement source port randomization, which is a critical defense-in-depth measure recommended by RFC 5452. Without randomized source ports, attackers only need to predict the transaction ID rather than both the port and ID combination, dramatically reducing the entropy an attacker must overcome.

The vulnerability allows attackers to inject forged DNS responses that will be accepted and cached by the resolver, enabling DNS cache poisoning attacks.

Root Cause

The root cause is insufficient entropy in DNS query validation mechanisms. The inet_res module relies on a predictable 16-bit sequential transaction ID without source port randomization. This design decision conflicts with RFC 5452 security recommendations and makes the resolver vulnerable to cache poisoning in untrusted network environments.

The affected program files are:

  • lib/kernel/src/inet_db.erl
  • lib/kernel/src/inet_res.erl

Attack Vector

The attack is network-based and requires the attacker to either observe DNS queries to determine the current transaction ID sequence or blindly predict the next ID. An attacker positioned to intercept or inject network traffic can:

  1. Observe an outgoing DNS query to identify the current transaction ID
  2. Calculate the expected transaction ID for subsequent queries
  3. Send a forged DNS response with the predicted transaction ID before the legitimate response arrives
  4. The resolver accepts the malicious response and caches the poisoned entry

The security patches address the port binding mechanism in gen_udp.erl and inet.erl:

text
-doc(#{equiv => open(Port, [])}).
-spec open(Port) -> {ok, Socket} | {error, Reason} when
-      Port   :: inet:port_number() | -1,
+      Port   :: inet:port_number(),
       Socket :: socket(),
       Reason :: system_limit | inet:posix().

Source: GitHub Commit Update

The patch removes the special -1 port value handling, which was associated with the insecure port assignment mechanism:

text
	      {ip6_address() | 'any' | 'loopback',
	       port_number()}} |
	     undefined, % Internal - no bind()
-	   BPort :: port_number() | -1,
+	   BPort :: port_number(),
	   Opts :: [socket_setopt()],
	   Protocol :: socket_protocol() | 'mptcp',
	   Family :: address_family(),

Source: GitHub Commit Update

Detection Methods for CVE-2026-28810

Indicators of Compromise

  • Unexpected DNS responses arriving from IP addresses that are not configured DNS servers
  • DNS responses with transaction IDs that appear to be sequentially predictable
  • Multiple DNS responses received for single queries (indicating race conditions between legitimate and spoofed responses)
  • Unusual changes in resolved IP addresses for critical domains

Detection Strategies

  • Monitor for anomalous DNS traffic patterns, particularly responses from unexpected source IP addresses
  • Implement network-level logging to detect DNS response injection attempts
  • Analyze DNS transaction ID patterns for sequential or predictable sequences
  • Deploy DNSSEC validation where possible to detect forged responses

Monitoring Recommendations

  • Enable verbose logging on DNS resolution activities in Erlang/OTP applications
  • Implement network intrusion detection rules to identify DNS spoofing attempts
  • Monitor for sudden changes in cached DNS records, particularly for critical infrastructure domains
  • Establish baseline DNS traffic patterns and alert on deviations

How to Mitigate CVE-2026-28810

Immediate Actions Required

  • Upgrade Erlang/OTP to patched versions: OTP 28.4.2, 27.3.4.10, or 26.2.5.19 or later
  • Review deployment environments to ensure inet_res is only used in trusted network segments
  • Consider using external DNS resolution mechanisms until patches can be applied
  • Implement network segmentation to limit exposure of systems using vulnerable Erlang/OTP versions

Patch Information

Security patches are available through the official Erlang/OTP repository. The fixes have been committed to address the predictable transaction ID and port randomization issues:

  • Security fix commit 36f23c9
  • Security fix commit b057a9d
  • Security fix commit dd15e8e

Detailed information is available in the GitHub Security Advisory.

Workarounds

  • Deploy inet_res only in trusted network environments with trusted recursive resolvers as originally intended
  • Use a local caching DNS resolver (such as unbound or dnsmasq) with DNSSEC validation instead of inet_res
  • Implement network-level protections such as egress filtering and DNS response validation at firewall level
  • Consider using TCP for DNS queries where supported to reduce spoofing risk
bash
# Example: Configure application to use system DNS resolver instead of inet_res
# In your Erlang application configuration (sys.config)
[
  {kernel, [
    {inet_dns_resolve, []}  % Use OS resolver instead of inet_res
  ]}
].

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechErlang Otp

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-340
  • Technical References
  • CNA CVE-2026-28810

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory

  • OSV Vulnerability Report

  • Erlang Version Documentation
  • Related CVEs
  • CVE-2026-23941: Erlang OTP HTTP Request Smuggling Flaw

  • CVE-2026-32144: Erlang OTP Auth Bypass Vulnerability

  • CVE-2026-28808: Erlang OTP Auth Bypass Vulnerability

  • CVE-2026-21620: Erlang OTP TFTP Path Traversal Flaw
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