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-2024-25735

CVE-2024-25735: Apollo VX20 Information Disclosure Flaw

CVE-2024-25735 is an information disclosure vulnerability in WyreStorm Apollo VX20 firmware that exposes cleartext passwords through SoftAP requests. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-25735 Overview

CVE-2024-25735 is a critical information disclosure vulnerability affecting WyreStorm Apollo VX20 devices running firmware versions prior to 1.3.58. The vulnerability allows remote attackers to discover cleartext passwords by sending a GET request to the /device/config endpoint via the SoftAP interface. This represents a significant security flaw in the device's configuration management that exposes sensitive credential data without authentication.

Critical Impact

Remote unauthenticated attackers can retrieve cleartext passwords from vulnerable WyreStorm Apollo VX20 devices, potentially leading to complete device compromise and network intrusion.

Affected Products

  • WyreStorm Apollo VX20 Firmware (versions before 1.3.58)
  • WyreStorm Apollo VX20 Hardware

Discovery Timeline

  • 2024-03-27 - CVE-2024-25735 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2024-25735

Vulnerability Analysis

This vulnerability falls under the category of Sensitive Data Exposure and Cleartext Transmission of Sensitive Information (CWE-319). The WyreStorm Apollo VX20 device exposes its configuration endpoint without proper access controls or encryption, allowing any network-accessible attacker to retrieve stored credentials in plaintext.

The attack requires no authentication and can be executed remotely over the network. When successful, attackers gain access to device passwords that may be reused across other systems in the network infrastructure. This vulnerability has an extremely high likelihood of exploitation in real-world scenarios.

Root Cause

The root cause is the insecure implementation of the device configuration API. The /device/config endpoint on the SoftAP interface returns sensitive configuration data, including cleartext passwords, without requiring any form of authentication or authorization. Additionally, the passwords are stored and transmitted in cleartext rather than being hashed or encrypted, violating fundamental security principles for credential management.

Attack Vector

The attack vector is network-based and requires no user interaction. An attacker with network access to the SoftAP interface of a vulnerable WyreStorm Apollo VX20 device can exploit this vulnerability by sending a simple HTTP GET request to the /device/config endpoint. The device responds with configuration data containing cleartext passwords.

The attack flow involves:

  1. Attacker identifies a WyreStorm Apollo VX20 device on the network
  2. Attacker connects to the device's SoftAP interface
  3. Attacker sends a GET request to /device/config
  4. Device responds with configuration containing cleartext passwords
  5. Attacker uses retrieved credentials for further access

For technical details on exploitation, refer to the Full Disclosure Mailing List Post and the Packet Storm Security File.

Detection Methods for CVE-2024-25735

Indicators of Compromise

  • Unusual HTTP GET requests to /device/config endpoint on WyreStorm devices
  • Multiple configuration endpoint access attempts from external IP addresses
  • Unauthorized access attempts using credentials that were not legitimately distributed
  • Network traffic analysis revealing cleartext password transmission from device endpoints

Detection Strategies

  • Monitor network traffic for HTTP requests targeting /device/config on WyreStorm Apollo VX20 devices
  • Implement intrusion detection rules to alert on configuration endpoint access from untrusted sources
  • Review authentication logs for credential usage patterns that may indicate stolen password exploitation
  • Deploy network segmentation monitoring to detect lateral movement using compromised credentials

Monitoring Recommendations

  • Enable detailed logging on network devices to capture all SoftAP interface traffic
  • Implement SIEM rules to correlate configuration endpoint access with subsequent authentication attempts
  • Monitor for reconnaissance activity targeting WyreStorm device fingerprints
  • Establish baseline network behavior and alert on anomalous access to device management interfaces

How to Mitigate CVE-2024-25735

Immediate Actions Required

  • Update WyreStorm Apollo VX20 firmware to version 1.3.58 or later immediately
  • Isolate vulnerable devices on a separate network segment until patching is complete
  • Rotate all passwords that may have been exposed through vulnerable devices
  • Audit access logs for any indication of prior exploitation
  • Review and restrict network access to device management interfaces

Patch Information

WyreStorm has addressed this vulnerability in firmware version 1.3.58. Organizations should prioritize upgrading all affected Apollo VX20 devices to this version or later. After patching, it is critical to change all device passwords as previous credentials may have been compromised.

Workarounds

  • Restrict network access to the SoftAP interface using firewall rules or network segmentation
  • Disable the SoftAP feature if not operationally required
  • Implement network access control (NAC) to limit which devices can communicate with the Apollo VX20
  • Deploy a VPN or other secure access method for remote device management
  • Monitor all access to the device management interface for unauthorized activity
bash
# Network isolation example using iptables
# Block external access to WyreStorm device management interface
iptables -A INPUT -p tcp --dport 80 -s ! 192.168.1.0/24 -d 192.168.1.100 -j DROP
iptables -A INPUT -p tcp --dport 443 -s ! 192.168.1.0/24 -d 192.168.1.100 -j DROP

# Replace 192.168.1.100 with your WyreStorm device IP
# Replace 192.168.1.0/24 with your trusted management network

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWyrestorm

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability90.78%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • Packet Storm Security File

  • Hyp3rlinx Platform Overview

  • Full Disclosure Mailing List Post
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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