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

CVE-2019-25395: Smoothwall Express Stored XSS Vulnerability

CVE-2019-25395 is a stored cross-site scripting vulnerability in Smoothwall Express 3.1-SP4 that allows attackers to inject malicious scripts via preferences.cgi parameters. This article covers technical details, impact, and mitigation.

Published: February 20, 2026

CVE-2019-25395 Overview

CVE-2019-25395 is a stored cross-site scripting (XSS) vulnerability affecting Smoothwall Express 3.1-SP4-polar-x86_64-update9. The vulnerability exists in the preferences.cgi script, which fails to properly sanitize user input in multiple parameters including HOSTNAME, KEYMAP, and OPENNESS. This allows attackers to inject malicious scripts that are stored server-side and subsequently executed in the browsers of users who access the preferences page.

Stored XSS vulnerabilities are particularly dangerous because the malicious payload persists on the server, affecting all users who visit the compromised page. In the context of a firewall management interface like Smoothwall Express, successful exploitation could lead to session hijacking, credential theft, or unauthorized configuration changes.

Critical Impact

Attackers can inject persistent malicious scripts into the Smoothwall Express administration interface via the preferences.cgi script, potentially compromising administrator sessions and firewall configurations.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2019-25395

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) occurs due to improper input validation and output encoding in the preferences.cgi script of Smoothwall Express. The script accepts user-controlled data through POST requests and stores this data without adequate sanitization. When the preferences page is subsequently rendered for any user, the stored payload executes within the browser context.

The vulnerability is network-accessible, meaning attackers can exploit it remotely. No authentication is required to submit the malicious payload, though user interaction is necessary for the payload to execute when a victim views the affected page. The attack can impact confidentiality and integrity of both the vulnerable system and potentially connected systems through session compromise.

Root Cause

The root cause of CVE-2019-25395 is the failure to implement proper input validation and output encoding in the preferences.cgi script. The HOSTNAME, KEYMAP, and OPENNESS parameters accept arbitrary input without sanitizing special characters such as angle brackets (<, >), quotes, and script tags. This input is then stored and reflected back to users without proper HTML entity encoding, enabling script injection.

Attack Vector

Exploitation of this vulnerability follows a network-based attack vector. An attacker submits a crafted POST request to the preferences.cgi endpoint containing JavaScript payloads in one or more of the vulnerable parameters (HOSTNAME, KEYMAP, or OPENNESS). The malicious script is stored in the application's configuration or database. When an administrator or other user accesses the preferences page, the stored script executes in their browser context, potentially allowing the attacker to:

  • Steal session cookies and authentication tokens
  • Perform actions as the authenticated user
  • Modify firewall configurations
  • Redirect users to malicious sites
  • Capture sensitive information entered on the page

The Exploit-DB #46333 entry provides additional technical details about the exploitation technique.

Detection Methods for CVE-2019-25395

Indicators of Compromise

  • Unexpected or malformed values in the HOSTNAME, KEYMAP, or OPENNESS configuration fields containing script tags or JavaScript code
  • Web server logs showing POST requests to preferences.cgi with encoded or obfuscated script content in parameters
  • Browser console errors or unexpected script execution when accessing the Smoothwall Express preferences page

Detection Strategies

  • Monitor HTTP POST requests to /cgi-bin/preferences.cgi for payloads containing <script>, javascript:, onerror=, or similar XSS patterns
  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in request parameters
  • Review stored configuration values for the presence of HTML or JavaScript content that should not be present in hostname or keymap fields

Monitoring Recommendations

  • Enable detailed logging for all CGI script access on the Smoothwall Express system
  • Set up alerting for any configuration changes made through the preferences interface
  • Deploy endpoint detection solutions to identify suspicious browser behavior indicative of XSS exploitation

How to Mitigate CVE-2019-25395

Immediate Actions Required

  • Restrict access to the Smoothwall Express administration interface to trusted IP addresses only
  • Review current configuration values in the preferences page for any suspicious or unexpected content
  • Implement network-level access controls to limit who can reach the management interface
  • Consider placing the administration interface behind a VPN

Patch Information

No official patch information is available in the CVE data. Organizations should consult the Smoothwall Official Site for any available security updates or newer versions that address this vulnerability. Additionally, the VulnCheck Smoothwall Advisory may contain updated remediation guidance.

Workarounds

  • Implement strict input validation at the network level using a reverse proxy or WAF to filter requests containing script tags or JavaScript event handlers
  • Restrict administrative access to the Smoothwall Express interface via IP whitelisting or VPN-only access
  • Regularly audit the HOSTNAME, KEYMAP, and OPENNESS configuration values for unauthorized modifications
  • Consider disabling or removing access to preferences.cgi if the functionality is not required
bash
# Example: Restrict access to admin interface via iptables
# Allow only trusted management IP to access web interface
iptables -A INPUT -p tcp --dport 441 -s 192.168.1.100 -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.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/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 Site

  • Exploit-DB #46333

  • VulnCheck Smoothwall Advisory
  • 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-25378: 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