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-2020-29574

CVE-2020-29574: Sophos Cyberoam OS SQLi Vulnerability

CVE-2020-29574 is an SQL injection flaw in Sophos Cyberoam OS WebAdmin that enables unauthenticated attackers to execute arbitrary SQL statements remotely. This article covers technical details, affected versions, and mitigation.

Updated: May 16, 2026

CVE-2020-29574 Overview

CVE-2020-29574 is a SQL injection vulnerability in the WebAdmin interface of Sophos Cyberoam OS through 2020-12-04. The flaw allows unauthenticated remote attackers to execute arbitrary SQL statements against the underlying database. Successful exploitation can expose administrative credentials, configuration data, and session tokens on perimeter firewall appliances. The vulnerability is tracked under CWE-89 and is listed in the CISA Known Exploited Vulnerabilities catalog.

Critical Impact

Unauthenticated attackers can run arbitrary SQL queries against the Cyberoam OS WebAdmin database over the network, enabling credential theft and full appliance compromise.

Affected Products

  • Sophos Cyberoam OS versions through 2020-12-04
  • Cyberoam Next-Generation Firewall (NGFW) appliances running affected Cyberoam OS
  • WebAdmin management interface exposed on Cyberoam OS

Discovery Timeline

  • 2020-12-11 - CVE-2020-29574 published to NVD
  • 2025-11-07 - Last updated in NVD database

Technical Details for CVE-2020-29574

Vulnerability Analysis

The vulnerability resides in the WebAdmin component of Cyberoam OS, the management interface used to configure Cyberoam firewall appliances. User-supplied input reaches an SQL query without proper parameterization or sanitization. Because the affected endpoint does not require authentication, any attacker who can reach the WebAdmin service over the network can inject SQL syntax.

The issue is classified as CWE-89: Improper Neutralization of Special Elements used in an SQL Command. The flaw is remotely exploitable with low complexity and no user interaction. It is listed on the CISA Known Exploited Vulnerabilities catalog, confirming exploitation in the wild.

Root Cause

The root cause is unsanitized concatenation of attacker-controlled input into SQL statements executed by the WebAdmin backend. The handler accepts request parameters and passes them directly into query strings, allowing characters such as single quotes, semicolons, and SQL keywords to alter query structure. Missing prepared statements and missing authentication on the affected endpoint together yield an unauthenticated SQL injection primitive.

Attack Vector

An attacker sends a crafted HTTP request to the Cyberoam OS WebAdmin interface, typically exposed on a management TCP port. The request includes malicious SQL fragments in a vulnerable parameter. The backend executes the modified query and returns results or side effects to the attacker. Internet-exposed WebAdmin interfaces are the highest-risk deployments. See the Bleeping Computer write-up for additional context.

No verified public proof-of-concept code is referenced in this advisory data, so the exploitation mechanism is described in prose only.

Detection Methods for CVE-2020-29574

Indicators of Compromise

  • HTTP or HTTPS requests to the Cyberoam OS WebAdmin interface containing SQL meta-characters such as ', --, UNION SELECT, OR 1=1, or URL-encoded equivalents.
  • Unusual WebAdmin access from external IP addresses, especially from hosting providers, anonymizers, or known scanning infrastructure.
  • Unexpected administrator account creation, password changes, or configuration exports on the firewall appliance.
  • Outbound connections from the appliance to attacker-controlled hosts immediately following WebAdmin traffic spikes.

Detection Strategies

  • Inspect WebAdmin access logs for parameters containing SQL syntax, long query strings, or repeated 500-class responses indicating injection probing.
  • Deploy network IDS/IPS signatures for SQL injection patterns targeting Cyberoam WebAdmin URIs.
  • Correlate authentication failures and admin session creation events against the source IPs sending malformed WebAdmin requests.
  • Baseline normal WebAdmin traffic volumes and alert on sudden increases from untrusted networks.

Monitoring Recommendations

  • Forward WebAdmin and firewall syslog data to a central SIEM or data lake for retention and correlation across the appliance fleet.
  • Continuously monitor administrator account inventories and configuration diffs for unauthorized changes.
  • Alert on any WebAdmin exposure to the public internet identified by external attack surface scans.

How to Mitigate CVE-2020-29574

Immediate Actions Required

  • Restrict access to the Cyberoam OS WebAdmin interface to trusted management networks only, blocking all internet exposure.
  • Apply the Sophos-supplied Cyberoam OS update that remediates this SQL injection issue on every affected appliance.
  • Rotate administrator credentials, API keys, and shared secrets stored on the appliance after patching.
  • Review configuration, firewall rules, and audit logs for unauthorized changes that may indicate prior exploitation.

Patch Information

Sophos released a fix for Cyberoam OS that addresses the SQL injection in WebAdmin. Administrators should consult Sophos support channels for the appropriate Cyberoam OS update and apply it to all managed appliances. Refer to the Bleeping Computer coverage of the Sophos fix and the Cyberoam product page for additional vendor information. CISA requires federal agencies to remediate this issue under the Known Exploited Vulnerabilities catalog.

Workarounds

  • Place the WebAdmin interface behind a VPN or jump host so it is unreachable from untrusted networks.
  • Apply ACLs on the appliance to limit WebAdmin TCP ports to specific administrator source IP ranges.
  • Enable web application firewall rules in front of the management interface to drop requests containing SQL injection signatures until patching is complete.
bash
# Example: restrict Cyberoam WebAdmin access to a trusted admin subnet
# Replace interface, port, and CIDR with values appropriate for your environment
#
# 1. Block WebAdmin from any external source
# 2. Permit only the management subnet
#
# (Apply equivalent rules via the Cyberoam WebAdmin Local Service ACL settings)

admin_subnet="10.10.20.0/24"
webadmin_port="4444"

iptables -A INPUT -p tcp --dport ${webadmin_port} -s ${admin_subnet} -j ACCEPT
iptables -A INPUT -p tcp --dport ${webadmin_port} -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSophos Cyberoam

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability11.98%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-89
  • Technical References
  • Bleeping Computer Security Update

  • Cyberoam Product Overview

  • CISA Known Exploited Vulnerabilities
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

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

  • CVE-2026-43331: Linux Kernel DOS 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