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-2018-25157

CVE-2018-25157: Phraseanet Stored XSS Vulnerability

CVE-2018-25157 is a stored XSS flaw in Phraseanet 4.0.3 allowing authenticated attackers to inject malicious scripts via file uploads. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 13, 2026

CVE-2018-25157 Overview

CVE-2018-25157 is a stored cross-site scripting (XSS) vulnerability in Phraseanet 4.0.3, a digital asset management (DAM) application. The vulnerability allows authenticated users to inject malicious scripts through crafted file names during document uploads. Attackers can upload files with embedded SVG scripts that execute in the browser when the file is viewed, potentially stealing session cookies or redirecting users to malicious sites.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the context of other users' sessions, enabling session hijacking, credential theft, and phishing attacks against Phraseanet users.

Affected Products

  • Phraseanet 4.0.3

Discovery Timeline

  • 2026-02-11 - CVE CVE-2018-25157 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2018-25157

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists in the document upload functionality of Phraseanet 4.0.3. The application fails to properly sanitize file names when users upload documents to the digital asset management system. When a malicious actor uploads a file containing JavaScript code embedded within an SVG format or through specially crafted file name characters, the payload is stored on the server and executed whenever another user views or accesses the uploaded file.

The attack requires authentication to upload files but does not require administrative privileges, making it accessible to any user with upload permissions. Once the malicious file is stored, the XSS payload persists and can affect multiple victims over time.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the file upload handler. Phraseanet 4.0.3 does not adequately sanitize user-supplied file names before storing them in the database and rendering them in the web interface. This allows attackers to inject JavaScript code that bypasses input filters, particularly through SVG file uploads that can contain embedded script elements.

Attack Vector

The attack vector is network-based and requires user interaction for successful exploitation. An authenticated attacker uploads a file with a malicious file name or an SVG file containing embedded JavaScript. When another user browses the document library and views the file listing or preview, the browser renders the malicious content, executing the attacker's script in the context of the victim's session.

The exploitation flow involves:

  1. Attacker authenticates to Phraseanet with valid credentials
  2. Attacker creates a file with malicious JavaScript embedded in the filename or as SVG content
  3. Attacker uploads the file through the document upload interface
  4. Victim user accesses the file listing or views the document
  5. Browser executes the malicious script, potentially sending session cookies to attacker-controlled servers

For detailed technical information about this vulnerability, see the Exploit-DB #46935 entry and the VulnCheck Advisory on Phraseanet.

Detection Methods for CVE-2018-25157

Indicators of Compromise

  • Uploaded files with suspicious characters or JavaScript syntax in file names (e.g., <script>, onerror=, onload=)
  • SVG files containing <script> tags or JavaScript event handlers in the uploads directory
  • Unusual outbound connections from user browsers to external domains after accessing the document library
  • Session token anomalies or unexpected session activity patterns

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in file upload requests
  • Monitor application logs for file uploads containing suspicious patterns such as <script>, javascript:, or SVG event handlers
  • Deploy browser-based XSS detection tools to identify script execution from file content
  • Review uploaded file metadata and names for encoded JavaScript payloads

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in Phraseanet
  • Configure security information and event management (SIEM) alerts for patterns matching XSS attack signatures in HTTP requests
  • Implement content security policy (CSP) headers to detect and report inline script execution attempts
  • Regularly audit uploaded files for potentially malicious content

How to Mitigate CVE-2018-25157

Immediate Actions Required

  • Upgrade Phraseanet to the latest available version from the Phraseanet Download Page
  • Review and remove any suspicious files with unusual file names from the document repository
  • Implement strict input validation on all file upload endpoints
  • Configure Content Security Policy (CSP) headers to prevent inline script execution

Patch Information

Users should update to a patched version of Phraseanet. Check the Phraseanet Official Site for the latest security updates and release information. Review the VulnCheck Advisory on Phraseanet for specific remediation guidance.

Workarounds

  • Implement server-side file name sanitization to strip special characters and HTML/JavaScript syntax before storage
  • Deploy a web application firewall (WAF) with XSS protection rules to filter malicious upload requests
  • Restrict file upload permissions to trusted users only until a patch can be applied
  • Configure the application to serve uploaded files with Content-Disposition: attachment headers to prevent in-browser rendering
bash
# Example Apache configuration to add security headers
<IfModule mod_headers.c>
    # Content Security Policy to mitigate XSS
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'"
    
    # Force download for uploaded files in assets directory
    <Directory "/var/www/phraseanet/uploads">
        Header set Content-Disposition "attachment"
        Header set X-Content-Type-Options "nosniff"
    </Directory>
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPhraseanet

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
  • Exploit-DB #46935

  • Phraseanet Official Site

  • Phraseanet Download Page

  • VulnCheck Advisory on Phraseanet
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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