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

CVE-2019-25470: eWON Firmware Auth Bypass Vulnerability

CVE-2019-25470 is an authentication bypass flaw in eWON Firmware versions 12.2 to 13.0 that lets attackers retrieve sensitive user data. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2019-25470 Overview

CVE-2019-25470 is an authentication bypass vulnerability affecting eWON Firmware versions 12.2 to 13.0. The vulnerability allows attackers with minimal privileges to retrieve sensitive user data by exploiting the wsdReadForm endpoint. Attackers can send POST requests to /wrcgi.bin/wsdReadForm with base64-encoded partial credentials and a crafted wsdList parameter to extract encrypted passwords for all users, which can be decrypted using a hardcoded XOR key.

This vulnerability is classified under CWE-798 (Use of Hard-coded Credentials), highlighting a critical design flaw where sensitive cryptographic keys are embedded directly in the firmware. eWON devices are commonly deployed in industrial environments for remote access and monitoring, making this vulnerability particularly concerning for operational technology (OT) networks.

Critical Impact

Attackers can extract and decrypt all user passwords from vulnerable eWON devices, potentially gaining full administrative access to industrial control systems and remote access gateways.

Affected Products

  • eWON Firmware version 12.2
  • eWON Firmware version 12.x (12.2 and later)
  • eWON Firmware version 13.0

Discovery Timeline

  • 2026-03-11 - CVE-2019-25470 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2019-25470

Vulnerability Analysis

The authentication bypass vulnerability exists in the wsdReadForm endpoint, which processes web service requests on eWON devices. The root issue is a combination of insufficient access controls on the endpoint and the use of a hardcoded XOR key for password encryption.

When an attacker sends a specially crafted POST request to /wrcgi.bin/wsdReadForm, the endpoint fails to properly validate the requesting user's authorization level before returning sensitive configuration data. The request includes a base64-encoded credential fragment and a manipulated wsdList parameter that instructs the endpoint to return user account information, including encrypted passwords.

The encryption mechanism uses a static XOR key that is embedded in the firmware. Because this key is hardcoded and consistent across all devices running vulnerable firmware versions, any attacker who extracts or reverse-engineers this key can decrypt all captured passwords. This transforms what might otherwise be a limited information disclosure into a complete credential compromise scenario.

The network-accessible nature of this vulnerability means that any attacker with network access to the eWON device's web interface can exploit it without requiring prior authentication, significantly expanding the attack surface.

Root Cause

The vulnerability stems from two fundamental security design flaws: improper access control on the wsdReadForm endpoint and the use of hardcoded cryptographic material (CWE-798). The endpoint does not properly validate whether the requesting user has sufficient privileges to access user credential data, and the XOR-based encryption provides no meaningful protection since the key is static across all device instances.

Attack Vector

The attack is network-based and requires no prior authentication beyond minimal credentials. An attacker identifies a vulnerable eWON device exposed on the network and sends a POST request to the /wrcgi.bin/wsdReadForm endpoint. The request body contains base64-encoded partial credentials and a wsdList parameter configured to request user account data.

The device responds with encrypted password data for all configured user accounts. The attacker then applies the known hardcoded XOR key to decrypt the passwords offline, obtaining plaintext credentials for all users including administrative accounts. These credentials can be used to gain full control of the device and potentially pivot to other systems in the industrial network.

For technical exploitation details, refer to the Exploit-DB #47380 entry and the VulnCheck Advisory.

Detection Methods for CVE-2019-25470

Indicators of Compromise

  • Unexpected POST requests to /wrcgi.bin/wsdReadForm endpoint from external or unauthorized IP addresses
  • Multiple rapid requests to the wsdReadForm endpoint, indicating credential enumeration attempts
  • Authentication events using credentials from accounts that were not recently accessed by legitimate users
  • Web server logs showing base64-encoded payloads with wsdList parameters

Detection Strategies

  • Monitor HTTP traffic for POST requests targeting /wrcgi.bin/wsdReadForm with suspicious wsdList parameter values
  • Implement network intrusion detection rules to alert on requests to known vulnerable endpoints on eWON devices
  • Deploy web application firewall (WAF) rules to block or alert on malformed requests to the vulnerable CGI endpoint
  • Review authentication logs for unusual login patterns following potential exploitation windows

Monitoring Recommendations

  • Enable comprehensive logging on eWON devices and forward logs to a centralized SIEM for analysis
  • Configure alerts for any access to the /wrcgi.bin/wsdReadForm endpoint from non-administrative networks
  • Implement network segmentation monitoring to detect lateral movement from compromised eWON devices
  • Establish baseline traffic patterns for eWON devices to identify anomalous request volumes

How to Mitigate CVE-2019-25470

Immediate Actions Required

  • Identify all eWON devices running firmware versions 12.2 through 13.0 in your environment
  • Restrict network access to eWON device web interfaces using firewall rules or VPN requirements
  • Rotate all user credentials on potentially affected devices immediately
  • Implement network segmentation to isolate eWON devices from general network access

Patch Information

Organizations should consult the eWON official website for the latest firmware updates that address this vulnerability. Upgrading to a firmware version newer than 13.0 that includes fixes for the authentication bypass and hardcoded key issues is the primary remediation.

For additional technical details about the vulnerability, refer to the VulnCheck Advisory: Ewon Firmware Bypass.

Workarounds

  • Place eWON devices behind a VPN and require VPN authentication before web interface access
  • Implement IP allowlisting to restrict which hosts can communicate with eWON device web interfaces
  • Deploy a reverse proxy with authentication in front of eWON devices to add an additional security layer
  • Disable remote web interface access if not operationally required, limiting access to local network only
bash
# Example firewall rules to restrict access to eWON devices
# Allow access only from management network
iptables -A INPUT -p tcp --dport 80 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechEwon

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.07%

  • 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-798
  • Technical References
  • Ewon Official Website

  • Exploit-DB #47380

  • VulnCheck Advisory: Ewon Firmware Bypass
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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