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-2019-25706

CVE-2019-25706: Across DR-810 Information Disclosure Flaw

CVE-2019-25706 is an information disclosure vulnerability in Across DR-810 that exposes sensitive data through unauthenticated file access. This article covers technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2019-25706 Overview

CVE-2019-25706 is an unauthenticated file disclosure vulnerability affecting the Across DR-810 router. This vulnerability allows remote attackers to download the rom-0 backup file containing sensitive information by sending a simple GET request to the vulnerable endpoint. Attackers can access the rom-0 endpoint without any authentication to retrieve and decompress the backup file, exposing router passwords and other sensitive configuration data.

Critical Impact

Remote unauthenticated attackers can extract sensitive configuration data including router credentials, potentially leading to complete device compromise and network infiltration.

Affected Products

  • Across DR-810 Router

Discovery Timeline

  • 2026-04-12 - CVE-2019-25706 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2019-25706

Vulnerability Analysis

This vulnerability is classified under CWE-538 (Insertion of Sensitive Information into Externally-Accessible File or Directory). The Across DR-810 router exposes a backup file endpoint (rom-0) that can be accessed without any authentication mechanism. When this endpoint is requested, the router responds with a compressed backup file containing the complete device configuration, including plaintext or easily recoverable credentials.

The network-accessible nature of this vulnerability means any attacker who can reach the device's web interface can exploit it without requiring any prior authentication or user interaction. This makes it particularly dangerous for internet-facing routers or devices accessible within compromised networks.

Root Cause

The root cause of this vulnerability lies in the improper access control implementation on the Across DR-810 router's web interface. The rom-0 file endpoint lacks authentication checks, allowing any remote user to request and download the router's backup configuration file. This represents a fundamental design flaw where sensitive system files are exposed through the web server without adequate protection mechanisms.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying an Across DR-810 router accessible over the network
  2. Sending an HTTP GET request to the rom-0 endpoint
  3. Downloading the compressed backup file returned by the router
  4. Decompressing the backup file using readily available tools
  5. Extracting sensitive information including administrator passwords and network configuration

The vulnerability is documented in Exploit-DB #46132, which provides technical details on the exploitation methodology. Additional information is available in the VulnCheck Security Advisory.

Detection Methods for CVE-2019-25706

Indicators of Compromise

  • HTTP GET requests targeting /rom-0 or similar backup file endpoints on router management interfaces
  • Unusual outbound data transfers from router management ports
  • Multiple access attempts to router configuration endpoints from external IP addresses
  • Presence of decompression tools or backup parsing utilities on network hosts with recent router access

Detection Strategies

  • Monitor web server logs on network devices for requests to sensitive endpoints like rom-0
  • Implement network intrusion detection rules to flag unauthenticated access attempts to router backup files
  • Deploy web application firewalls to block requests to known vulnerable endpoints
  • Use network traffic analysis to detect large file downloads from router management interfaces

Monitoring Recommendations

  • Enable comprehensive logging on all network device management interfaces
  • Configure alerts for access to configuration backup endpoints from unauthorized sources
  • Regularly audit network device access logs for suspicious patterns
  • Monitor for reconnaissance activity targeting router management ports (typically 80, 443, 8080)

How to Mitigate CVE-2019-25706

Immediate Actions Required

  • Restrict access to the router management interface to trusted IP addresses only
  • Place the router management interface behind a firewall or VPN
  • Disable remote management access if not required
  • Monitor for any unauthorized access attempts to the device
  • Review and change all credentials stored on the device as they may have been compromised

Patch Information

No vendor patch information is currently available for this vulnerability. The Across DR-810 router may be an end-of-life product without active security support. Organizations should consider replacing affected devices with actively supported alternatives that receive regular security updates.

For additional context, refer to the VulnCheck Security Advisory and Exploit-DB #46132.

Workarounds

  • Implement network-level access controls to restrict management interface access to specific trusted IP addresses or subnets
  • Deploy the router behind a properly configured firewall that blocks external access to management interfaces
  • Use a reverse proxy with authentication to protect access to the router's web interface
  • Consider network segmentation to isolate vulnerable devices from untrusted network segments
  • Replace the Across DR-810 with a supported router model that receives security updates
bash
# Example firewall rule to restrict router management access (iptables)
# Replace 192.168.1.100 with router IP and 192.168.1.0/24 with trusted subnet
iptables -A FORWARD -d 192.168.1.100 -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -d 192.168.1.100 -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/TechDr 810

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

  • 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-538
  • Technical References
  • AC.i8i Home Page

  • Exploit-DB #46132

  • VulnCheck Security Advisory
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
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