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
    • 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-25378

CVE-2019-25378: Smoothwall Express XSS Vulnerability

CVE-2019-25378 is a cross-site scripting flaw in Smoothwall Express that allows attackers to inject malicious scripts via proxy.cgi parameters. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2019-25378 Overview

CVE-2019-25378 is a Cross-Site Scripting (XSS) vulnerability affecting Smoothwall Express 3.1-SP4. The vulnerability exists in the proxy.cgi endpoint, which fails to properly sanitize user-supplied input across multiple parameters. Attackers can inject malicious JavaScript code through parameters including CACHE_SIZE, MAX_SIZE, MIN_SIZE, MAX_OUTGOING_SIZE, and MAX_INCOMING_SIZE. When administrators access the proxy configuration page, the injected scripts execute in the context of their browser session, potentially leading to session hijacking, credential theft, or unauthorized administrative actions.

Critical Impact

Network-accessible XSS vulnerability in a firewall management interface that could allow attackers to compromise administrative sessions and gain control over network security appliances.

Affected Products

  • Smoothwall Express 3.1-SP4-polar-x86_64-update9
  • Smoothwall Express 3.1

Discovery Timeline

  • 2026-02-16 - CVE CVE-2019-25378 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2019-25378

Vulnerability Analysis

This Cross-Site Scripting vulnerability stems from inadequate input validation in the Smoothwall Express web administration interface. The proxy.cgi endpoint processes several configuration parameters without proper sanitization or output encoding. When an attacker submits a POST request containing JavaScript payloads in vulnerable parameters such as CACHE_SIZE, MAX_SIZE, MIN_SIZE, MAX_OUTGOING_SIZE, or MAX_INCOMING_SIZE, the malicious code is either stored in the configuration or reflected back to users. The attack requires user interaction—an administrator must access the proxy configuration page for the injected scripts to execute.

The vulnerability is particularly concerning given that Smoothwall Express is a firewall and network security appliance. Successful exploitation could allow attackers to steal session cookies, perform actions as authenticated administrators, modify firewall rules, or pivot to other network resources.

Root Cause

The root cause of CVE-2019-25378 is improper input validation and missing output encoding in the proxy.cgi script. The affected parameters are designed to accept numeric values for proxy cache configuration but fail to validate that submitted data contains only expected characters. The application does not sanitize special characters such as <, >, ", and ' before rendering them in HTML responses, allowing script injection. This represents a CWE-79 (Improper Neutralization of Input During Web Page Generation) weakness.

Attack Vector

The attack vector is network-based, requiring the attacker to have network access to the Smoothwall Express administrative interface. The exploitation flow involves crafting a POST request to the proxy.cgi endpoint with JavaScript payloads embedded in one or more vulnerable parameters. The attacker may use social engineering to trick an administrator into clicking a malicious link or may wait for an administrator to access the affected configuration page where stored XSS payloads persist.

For detailed exploitation techniques, refer to the Exploit-DB #46333 entry and the VulnCheck Advisory.

Detection Methods for CVE-2019-25378

Indicators of Compromise

  • Unusual POST requests to /cgi-bin/proxy.cgi or similar proxy configuration endpoints containing script tags or JavaScript code
  • HTTP access logs showing parameters with encoded or plaintext <script> tags in CACHE_SIZE, MAX_SIZE, MIN_SIZE, MAX_OUTGOING_SIZE, or MAX_INCOMING_SIZE fields
  • Administrator session cookies being exfiltrated to external domains
  • Unexpected modifications to proxy configuration settings

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in HTTP POST requests to the Smoothwall administrative interface
  • Monitor HTTP request logs for suspicious patterns such as <script>, javascript:, or encoded equivalents in form parameters
  • Deploy endpoint detection solutions to identify browser-based script injection attacks targeting administrative sessions
  • Configure intrusion detection systems (IDS) with signatures for known XSS attack patterns

Monitoring Recommendations

  • Enable verbose logging on the Smoothwall Express appliance and forward logs to a centralized SIEM
  • Monitor administrative interface access patterns and alert on unusual activity or access from unexpected IP addresses
  • Implement session monitoring to detect session hijacking attempts

How to Mitigate CVE-2019-25378

Immediate Actions Required

  • Restrict network access to the Smoothwall Express administrative interface to trusted IP addresses only using firewall rules
  • Deploy a reverse proxy or WAF in front of the administrative interface to filter malicious input
  • Educate administrators about phishing attacks and avoid clicking untrusted links while authenticated to the appliance
  • Review administrative session logs for signs of compromise

Patch Information

No official vendor patch information is available in the CVE data. Administrators should visit the Smoothwall Official Website to check for security updates or newer versions that address this vulnerability. Consider upgrading to a supported version of Smoothwall if available.

Workarounds

  • Implement network segmentation to isolate the administrative interface from untrusted networks
  • Use a web application firewall to filter and sanitize input to the proxy.cgi endpoint
  • Enable HTTP-only and Secure flags on session cookies to reduce the impact of potential session theft
  • Consider implementing Content Security Policy (CSP) headers if the appliance supports custom configuration
bash
# Example: Restrict administrative interface access using iptables
# Allow only trusted management network to access admin interface
iptables -A INPUT -p tcp --dport 81 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 81 -j DROP
iptables -A INPUT -p tcp --dport 441 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 441 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSmoothwall

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:L/SI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Smoothwall Official Website

  • Exploit-DB #46333

  • VulnCheck Advisory: Smoothwall XSS
  • Related CVEs
  • CVE-2026-26352: Smoothwall Express Stored XSS Vulnerability

  • CVE-2026-27508: Smoothwall Express XSS Vulnerability

  • CVE-2019-25382: Smoothwall Express XSS Vulnerability

  • CVE-2019-25390: Smoothwall Express XSS 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