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

CVE-2025-13800: Adslr B-qe2w401 Firmware RCE Vulnerability

CVE-2025-13800 is a remote code execution vulnerability in Adslr B-qe2w401 Firmware caused by command injection in the set_mesh_disconnect function. This article covers technical details, affected versions, and mitigation.

Updated: January 8, 2026

CVE-2025-13800 Overview

A command injection vulnerability has been identified in the ADSLR NBR1005GPEV2 network device running firmware version 250814-r037c. The vulnerability exists within the set_mesh_disconnect function located in the /send_order.cgi file. Improper handling of the mac parameter allows attackers to inject arbitrary operating system commands that are executed by the underlying system.

Critical Impact

Remote attackers with low privileges can exploit this command injection vulnerability to execute arbitrary commands on affected ADSLR network devices, potentially leading to complete device compromise, network pivoting, or establishment of persistent backdoor access.

Affected Products

  • ADSLR B-QE2W401 Firmware
  • ADSLR B-QE2W401 Hardware
  • ADSLR NBR1005GPEV2 (Firmware version 250814-r037c)

Discovery Timeline

  • December 1, 2025 - CVE-2025-13800 published to NVD
  • December 11, 2025 - Last updated in NVD database

Technical Details for CVE-2025-13800

Vulnerability Analysis

This command injection vulnerability (CWE-74: Injection) resides in the web management interface of ADSLR NBR1005GPEV2 devices. The set_mesh_disconnect function within /send_order.cgi fails to properly sanitize user-supplied input in the mac parameter before incorporating it into system commands.

When an authenticated attacker submits a malicious mac parameter value containing shell metacharacters, the unsanitized input is passed directly to the underlying operating system shell. This allows for the execution of arbitrary commands with the privileges of the web server process, which on embedded devices like routers typically runs with elevated system privileges.

The network-based attack vector enables exploitation from remote locations without requiring physical access to the device. The vendor was contacted about this vulnerability but did not respond, leaving users without an official patch or mitigation guidance.

Root Cause

The root cause stems from improper input validation and sanitization in the set_mesh_disconnect function. The mac parameter, which should only accept MAC address values in a specific format (e.g., XX:XX:XX:XX:XX:XX), does not validate or sanitize input before passing it to shell commands. This lack of input validation allows shell metacharacters such as semicolons (;), pipes (|), backticks, and command substitution syntax ($(...)) to be interpreted by the system shell.

Attack Vector

The attack can be executed remotely over the network by any authenticated user with access to the device's web management interface. An attacker can craft a malicious HTTP request to /send_order.cgi that includes command injection payloads within the mac parameter.

The exploitation flow involves:

  1. Authenticating to the device's web interface (requires low privilege access)
  2. Sending a crafted request to /send_order.cgi with the set_mesh_disconnect function
  3. Including shell metacharacters and commands within the mac parameter
  4. The backend executes the injected commands with the web server's privileges

A typical attack payload would append shell commands after a valid or malformed MAC address using characters like ;, |, or && to chain additional commands.

Detection Methods for CVE-2025-13800

Indicators of Compromise

  • Unusual HTTP requests to /send_order.cgi containing shell metacharacters in parameters
  • Unexpected outbound connections from the network device to external IP addresses
  • Modified system files or configurations on the affected device
  • Presence of unauthorized user accounts or SSH keys on the device
  • Anomalous processes running on the device that are not part of normal operations

Detection Strategies

  • Monitor web access logs for requests to /send_order.cgi containing suspicious characters such as ;, |, $(, or backticks in the mac parameter
  • Implement network intrusion detection rules to identify command injection patterns in HTTP traffic destined for ADSLR devices
  • Deploy web application firewall (WAF) rules to block requests containing shell metacharacters in form parameters
  • Use endpoint detection solutions to monitor for unusual process spawning from the web server process

Monitoring Recommendations

  • Enable verbose logging on ADSLR devices if supported and forward logs to a centralized SIEM
  • Monitor network traffic for unexpected DNS queries or reverse shell connections originating from network infrastructure devices
  • Implement network segmentation to isolate IoT and network devices from critical infrastructure
  • Regularly audit device configurations for unauthorized changes

How to Mitigate CVE-2025-13800

Immediate Actions Required

  • Restrict access to the device's web management interface to trusted administrative networks only
  • Implement strong network segmentation to limit exposure of vulnerable devices
  • Deploy web application firewall rules to filter malicious input to /send_order.cgi
  • Monitor the device for signs of compromise and unusual activity
  • Consider replacing affected devices with alternatives from vendors with responsive security practices

Patch Information

No official patch is currently available from the vendor. According to the vulnerability disclosure, ADSLR was contacted about this vulnerability but did not respond. Organizations should monitor vendor communications and security advisories for potential future patches. Additional technical details are available through VulDB #333811.

Workarounds

  • Disable remote management access to the device's web interface if not required for operations
  • Implement access control lists (ACLs) to restrict which IP addresses can reach the management interface
  • Place the device behind a reverse proxy that can filter malicious input patterns
  • Use a VPN to access the management interface rather than exposing it directly to the network
  • Consider network-level filtering to block HTTP requests containing command injection patterns
bash
# Example: Restrict management interface access via firewall rules
# Block external access to the vulnerable CGI endpoint
iptables -A INPUT -p tcp --dport 80 -s !192.168.1.0/24 -j DROP
iptables -A INPUT -p tcp --dport 443 -s !192.168.1.0/24 -j DROP

# Allow only specific management IPs
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -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
  • TypeRCE

  • Vendor/TechAdslr

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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-74
  • Technical References
  • VulDB CTI Incident Report

  • VulDB #333811

  • VulDB Submission #691942

  • Notion Security Documentation
  • Related CVEs
  • CVE-2025-13797: Adslr B-qe2w401 Firmware RCE Vulnerability

  • CVE-2025-13798: Adslr B-qe2w401 Firmware RCE Vulnerability

  • CVE-2025-13799: Adslr B-qe2w401 Firmware RCE 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