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-55086

CVE-2025-55086: Eclipse ThreadX NetX Duo Buffer Overflow

CVE-2025-55086 is a buffer overflow vulnerability in Eclipse ThreadX NetX Duo's DHCPv6 client that enables out-of-memory reads through crafted packets. This article covers technical details, affected versions, and mitigations.

Published: March 24, 2026

CVE-2025-55086 Overview

CVE-2025-55086 is an Out-of-Bounds Read vulnerability in the Eclipse Foundation's NetXDuo networking stack, specifically affecting the DHCPv6 client component. The vulnerability exists in versions prior to 6.4.4 where an unchecked index is used when extracting the server DUID (DHCP Unique Identifier) from the server reply. An attacker capable of sending crafted DHCPv6 packets to an affected device can trigger an out-of-bounds memory read condition.

NetXDuo is a critical networking support module for Eclipse ThreadX, a real-time operating system (RTOS) commonly deployed in embedded systems, IoT devices, and industrial control systems. This vulnerability could allow attackers on the same network segment to read sensitive memory contents or potentially cause denial of service conditions in affected embedded devices.

Critical Impact

Attackers can craft malicious DHCPv6 server reply packets to exploit the unchecked index vulnerability, potentially reading arbitrary memory contents or destabilizing embedded systems running ThreadX with NetXDuo.

Affected Products

  • Eclipse ThreadX NetXDuo versions prior to 6.4.4
  • Embedded systems and IoT devices utilizing NetXDuo DHCPv6 client functionality
  • Industrial control systems running ThreadX RTOS with DHCPv6 enabled

Discovery Timeline

  • 2025-10-20 - CVE-2025-55086 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2025-55086

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), which occurs when the software reads data past the end of the intended buffer. In the context of NetXDuo's DHCPv6 client implementation, the vulnerability manifests during the parsing of server DUID fields in DHCPv6 reply messages.

The DHCPv6 protocol exchanges DUID values between clients and servers for identification purposes. When the NetXDuo DHCPv6 client receives a server reply, it extracts the server DUID using an index value. The vulnerable code fails to properly validate this index against the bounds of the received packet data, allowing a malicious server or man-in-the-middle attacker to craft packets that cause the client to read beyond allocated memory boundaries.

The network-based attack vector makes this particularly concerning for embedded systems that may be deployed in environments where an attacker can position themselves on the network path or spoof DHCPv6 server responses. While the attack requires some preconditions to be met, no authentication or user interaction is required for exploitation.

Root Cause

The root cause of CVE-2025-55086 is insufficient bounds checking when extracting the server DUID from DHCPv6 reply packets. The DHCPv6 client code uses an index derived from packet data without validating that the index falls within the valid range of the received packet buffer. This allows an attacker to specify an arbitrary index value that causes the code to read memory outside the packet buffer boundaries.

The vulnerability stems from a common programming error in embedded systems where memory safety checks may be omitted for performance reasons or due to assumptions about trusted network input. In network protocol implementations, all external data must be treated as potentially malicious and validated before use.

Attack Vector

The attack vector for this vulnerability is network-based, requiring an attacker to send specially crafted DHCPv6 packets to the vulnerable client. The attack can be executed through several scenarios:

The vulnerability occurs during DHCPv6 server DUID extraction from reply packets. An attacker can craft a malicious DHCPv6 reply packet with a manipulated DUID length or offset field, causing the client to read memory beyond the packet buffer. This can be achieved by a rogue DHCPv6 server on the network, through man-in-the-middle attacks on legitimate DHCPv6 traffic, or by exploiting broadcast/multicast DHCPv6 communications.

For detailed technical information, refer to the Eclipse NetXDuo Security Advisory.

Detection Methods for CVE-2025-55086

Indicators of Compromise

  • Anomalous DHCPv6 packets with malformed or unusually large DUID fields targeting embedded devices
  • Unexpected system crashes or restarts in IoT devices or embedded systems using ThreadX
  • Memory corruption indicators or unexpected behavior following DHCPv6 client operations
  • Network traffic containing DHCPv6 replies with abnormal option lengths or malformed server identifier options

Detection Strategies

  • Deploy network intrusion detection systems (NIDS) with rules to detect malformed DHCPv6 packets, particularly those with oversized or malformed DUID options
  • Implement DHCPv6 traffic monitoring to identify suspicious server reply patterns or unexpected DHCPv6 servers on the network
  • Utilize SentinelOne Singularity platform to monitor embedded system endpoints for anomalous memory access patterns or crash indicators
  • Enable DHCPv6 snooping on network infrastructure to detect and block unauthorized DHCPv6 servers

Monitoring Recommendations

  • Monitor DHCPv6 traffic flows for packets with abnormal option lengths or unexpected server DUIDs
  • Implement logging on network boundaries to capture DHCPv6 message exchanges for forensic analysis
  • Track firmware versions of embedded devices to identify systems running vulnerable NetXDuo versions
  • Configure alerting for unexpected DHCPv6 server announcements or reply packets from unauthorized sources

How to Mitigate CVE-2025-55086

Immediate Actions Required

  • Identify all deployed embedded systems, IoT devices, and industrial control systems running Eclipse ThreadX with NetXDuo networking stack
  • Prioritize patching systems exposed to untrusted network segments or those handling sensitive operations
  • Implement network segmentation to isolate vulnerable embedded systems from potentially malicious DHCPv6 traffic
  • Consider disabling DHCPv6 client functionality on affected devices where static IPv6 addressing is acceptable

Patch Information

Eclipse Foundation has addressed this vulnerability in NetXDuo version 6.4.4 and later. Organizations should upgrade all affected deployments to the patched version as soon as possible.

For detailed patch information and release notes, refer to the Eclipse NetXDuo Security Advisory.

Workarounds

  • Disable DHCPv6 client functionality and configure static IPv6 addresses on affected devices where operationally feasible
  • Deploy DHCPv6 guard or snooping features on network switches to filter unauthorized DHCPv6 server responses
  • Isolate vulnerable embedded systems on dedicated network segments with strict traffic filtering
  • Implement network-level firewall rules to restrict DHCPv6 traffic to known, authorized servers only
bash
# Example network isolation configuration
# Block external DHCPv6 server traffic to embedded device segments
# This example uses iptables/ip6tables syntax

# Allow DHCPv6 only from authorized server
ip6tables -A INPUT -p udp --dport 546 -s fe80::authorized:server -j ACCEPT
ip6tables -A INPUT -p udp --dport 546 -j DROP

# Log dropped DHCPv6 packets for monitoring
ip6tables -A INPUT -p udp --dport 546 -j LOG --log-prefix "DHCPv6_BLOCKED: "

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechEclipse Threadx Netx Duo

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-55081: Eclipse ThreadX NetX Duo Buffer Overflow
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