A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2018-25349

CVE-2018-25349: userSpice 4.3.24 XSS Vulnerability

CVE-2018-25349 is a cross-site scripting flaw in userSpice 4.3.24 that exploits the X-Forwarded-For HTTP header. Attackers inject malicious scripts that execute when admins view audit logs. Learn the technical details.

Published: May 28, 2026

CVE-2018-25349 Overview

CVE-2018-25349 is a stored cross-site scripting (XSS) vulnerability in userSpice 4.3.24, a PHP-based user management framework. Attackers can inject malicious JavaScript through the X-Forwarded-For HTTP header when sending requests to the backup.php endpoint. The injected payload is stored in the application's audit log and executes in the browser of any administrator who views that log. The flaw maps to [CWE-79], improper neutralization of input during web page generation. Exploitation requires no authentication, but the payload only fires when a privileged user opens the affected log page.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in an administrator's browser session, enabling session theft, account takeover, and unauthorized actions against the userSpice application.

Affected Products

  • userSpice 4.3.24
  • userSpice 4 series (backup.php endpoint)
  • Deployments logging X-Forwarded-For values without sanitization

Discovery Timeline

  • 2026-05-23 - CVE-2018-25349 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2018-25349

Vulnerability Analysis

The vulnerability is a stored XSS condition in the userSpice 4.3.24 audit logging pipeline. When a client request reaches backup.php, the application captures the value of the X-Forwarded-For HTTP header and writes it to the audit log without HTML encoding or input validation. When an administrator later opens the audit log view, the stored value is rendered directly into the page DOM. Any JavaScript supplied in the header executes under the administrator's origin and session context.

Because the X-Forwarded-For header is fully attacker-controlled and the backup.php endpoint is reachable without authentication in vulnerable deployments, exploitation requires only a single crafted HTTP request. The attack is asynchronous: it succeeds when a privileged user later reviews the log. The vulnerability is classified under [CWE-79].

Root Cause

The root cause is missing output encoding on user-controllable HTTP header values stored in the audit log. userSpice trusts the X-Forwarded-For header as a benign client identifier and persists it verbatim. The audit log viewer then emits the stored string into HTML context without escaping, allowing <script> tags and event-handler attributes to be parsed by the browser.

Attack Vector

An attacker sends an HTTP request to /users/admin/backup.php with a malicious X-Forwarded-For header containing JavaScript such as a <script> tag or an event handler payload. The application records the header into the audit log. When an administrator visits the audit log page, the browser parses and executes the stored script in the administrator's authenticated session. The attacker can then exfiltrate session cookies, issue privileged API calls, or pivot to further compromise the application. See the Exploit-DB entry #44871 and the VulnCheck Advisory on UserSpice for additional technical context.

Detection Methods for CVE-2018-25349

Indicators of Compromise

  • HTTP requests to backup.php containing <script>, onerror=, onload=, or javascript: substrings inside the X-Forwarded-For header.
  • Audit log entries in userSpice containing HTML or JavaScript syntax in the client IP field.
  • Outbound requests from administrator browsers to attacker-controlled domains shortly after viewing the audit log.
  • Unexpected session token usage or administrative actions originating from administrator IP addresses.

Detection Strategies

  • Inspect web server access logs for non-IP-formatted values in the X-Forwarded-For header on requests to backup.php.
  • Deploy WAF rules that flag header values containing HTML tags, JavaScript keywords, or URL-encoded script payloads.
  • Review the userSpice audit log database tables for entries whose IP column contains characters outside the set [0-9a-fA-F:.,\s].

Monitoring Recommendations

  • Alert on any HTTP header field that exceeds expected length or contains script-related tokens.
  • Correlate administrator browser telemetry with audit log access events to identify script execution following log views.
  • Forward web server and userSpice application logs to a centralized analytics platform for retroactive hunting of malformed X-Forwarded-For values.

How to Mitigate CVE-2018-25349

Immediate Actions Required

  • Upgrade userSpice to a release later than 4.3.24 that sanitizes the X-Forwarded-For header before storage and rendering.
  • Restrict access to backup.php and administrative endpoints by IP allowlist or authentication middleware.
  • Audit existing entries in the audit log table and purge or escape any rows containing HTML or JavaScript characters.
  • Force a session reset for all administrative accounts after remediation to invalidate any tokens potentially captured via XSS.

Patch Information

No vendor patch URL is listed in the NVD entry for CVE-2018-25349. Administrators should track the userSpice project for releases superseding 4.3.24 and apply the latest available version. Until then, treat all X-Forwarded-For data as untrusted and apply the workarounds below.

Workarounds

  • Configure the upstream reverse proxy or load balancer to overwrite the X-Forwarded-For header with a validated client IP before requests reach userSpice.
  • Apply a Content Security Policy (CSP) that disallows inline scripts on administrative pages to neutralize injected payloads.
  • Add server-side filtering that rejects requests where X-Forwarded-For does not match a strict IPv4 or IPv6 regular expression.
  • HTML-encode all audit log fields at render time using htmlspecialchars() with ENT_QUOTES and a UTF-8 charset.
bash
# Example nginx configuration enforcing a validated client IP
map $http_x_forwarded_for $sanitized_xff {
    default "";
    "~^(?<ip>(\d{1,3}\.){3}\d{1,3})$" $ip;
}

server {
    location /users/admin/backup.php {
        proxy_set_header X-Forwarded-For $sanitized_xff;
        proxy_pass http://userspice_backend;
    }
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechUserspice

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Exploit-DB #44871

  • VulnCheck Advisory on UserSpice
  • Related CVEs
  • CVE-2018-25350: userSpice Username Enumeration Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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