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

CVE-2025-10880: Dingtian DT-R002 Credential Disclosure Flaw

CVE-2025-10880 is an information disclosure vulnerability in Dingtian DT-R002 Firmware that exposes protocol passwords through unauthenticated requests. This article covers the technical details, all affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-10880 Overview

CVE-2025-10880 is an Insufficiently Protected Credentials vulnerability affecting all versions of the Dingtian DT-R002 relay controller. This vulnerability allows an unauthenticated attacker to extract the proprietary "Dingtian Binary" protocol password by sending a simple unauthenticated GET request to the device. The exposure of these credentials could enable attackers to gain unauthorized control over the relay device, potentially compromising connected industrial systems and automation infrastructure.

Critical Impact

Unauthenticated attackers can extract protocol passwords via a simple GET request, enabling complete device takeover and potential manipulation of connected relay systems.

Affected Products

  • Dingtian-tech DT-R002 Firmware (All versions)
  • Dingtian-tech DT-R002 Hardware (All versions)

Discovery Timeline

  • 2025-09-25 - CVE-2025-10880 published to NVD
  • 2025-09-29 - Last updated in NVD database

Technical Details for CVE-2025-10880

Vulnerability Analysis

This vulnerability stems from a fundamental security design flaw in the Dingtian DT-R002 relay controller's web interface. The device exposes the proprietary "Dingtian Binary" protocol password through an unauthenticated HTTP endpoint. When an attacker sends a crafted GET request to the vulnerable endpoint, the device responds with sensitive credential information without requiring any form of authentication.

The Dingtian Binary protocol is used to communicate with and control the relay device. By obtaining this password, an attacker gains the ability to send arbitrary commands to the relay controller, potentially manipulating connected equipment, disrupting operations, or using the compromised device as a pivot point for further network intrusion.

This vulnerability is classified under CWE-522 (Insufficiently Protected Credentials), which describes scenarios where credentials are stored, transmitted, or exposed in a manner that makes them accessible to unauthorized parties.

Root Cause

The root cause of this vulnerability is the absence of authentication controls on the web endpoint that returns the Dingtian Binary protocol password. The firmware fails to validate whether incoming requests originate from authorized users before disclosing sensitive credential information. This represents a fundamental violation of secure-by-design principles, where sensitive data should always be protected by appropriate authentication and authorization mechanisms.

Attack Vector

The attack vector is network-based and requires no authentication, privileges, or user interaction. An attacker with network access to the DT-R002 device can exploit this vulnerability by:

  1. Identifying a DT-R002 device on the network through scanning or reconnaissance
  2. Sending an unauthenticated HTTP GET request to the vulnerable endpoint
  3. Receiving the Dingtian Binary protocol password in the response
  4. Using the extracted credentials to authenticate to the device's proprietary protocol
  5. Issuing commands to control relays, modify configurations, or disrupt operations

The vulnerability is particularly concerning in industrial control system (ICS) environments where relay devices may control critical equipment or safety systems.

Detection Methods for CVE-2025-10880

Indicators of Compromise

  • Unexpected HTTP GET requests to configuration or credential-related endpoints on DT-R002 devices
  • Unauthorized access to the Dingtian Binary protocol from unrecognized IP addresses
  • Unusual relay state changes or configuration modifications not initiated by authorized personnel
  • Network scanning activity targeting ports commonly used by Dingtian relay devices

Detection Strategies

  • Implement network monitoring to detect and alert on unauthenticated HTTP requests to DT-R002 devices
  • Deploy intrusion detection signatures to identify exploitation attempts targeting this credential disclosure vulnerability
  • Monitor for anomalous command sequences sent via the Dingtian Binary protocol
  • Review device logs for authentication attempts from unauthorized sources

Monitoring Recommendations

  • Segment DT-R002 devices on isolated network segments with strict access controls and logging
  • Implement network flow analysis to detect unexpected communication patterns with relay controllers
  • Configure alerts for any external IP addresses attempting to communicate with ICS relay devices
  • Establish baseline behavior profiles for normal device operations to identify anomalies

How to Mitigate CVE-2025-10880

Immediate Actions Required

  • Isolate all Dingtian DT-R002 devices from untrusted networks immediately
  • Implement firewall rules to restrict access to DT-R002 devices to only authorized management hosts
  • Place affected devices behind a VPN or secure gateway requiring authentication before network access
  • Audit network access logs to determine if exploitation may have already occurred
  • Change all Dingtian Binary protocol passwords and monitor for unauthorized access attempts

Patch Information

As of the last NVD update, all versions of the Dingtian DT-R002 firmware are affected. Organizations should consult the CISA ICS Advisory ICSA-25-268-01 for the latest guidance and check with Dingtian-tech for any available firmware updates that address this vulnerability.

Workarounds

  • Deploy DT-R002 devices on isolated network segments that are not accessible from untrusted networks
  • Use a reverse proxy or application firewall to filter and authenticate all HTTP requests to the device
  • Implement VPN access requirements for any remote management of the relay controllers
  • Consider replacing vulnerable devices with alternatives that implement proper credential protection if no patch becomes available
  • Monitor the CISA advisory for updated remediation guidance
bash
# Example firewall rule to restrict access to DT-R002 devices
# Allow only authorized management hosts (replace with your management IP)
iptables -A INPUT -s 192.168.1.100 -d <DT-R002-IP> -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -d <DT-R002-IP> -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDingtian Tech

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Vendor Resources
  • CISA ICS Advisory ICSA-25-268-01
  • Related CVEs
  • CVE-2025-1283: Dingtian DT-R002 Auth Bypass 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