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

CVE-2019-25264: Snipe-IT XSS Vulnerability via SVG Upload

CVE-2019-25264 is a persistent cross-site scripting flaw in Snipe-IT 4.7.5 that allows attackers to upload malicious SVG files with embedded JavaScript. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2019-25264 Overview

CVE-2019-25264 is a persistent cross-site scripting (XSS) vulnerability affecting Snipe-IT version 4.7.5, an open-source IT asset management system. This vulnerability allows authorized users to upload malicious SVG files containing embedded JavaScript code. When other users view accessories with these malicious SVG files, the embedded JavaScript executes in their browser context, potentially leading to session hijacking, data theft, or other client-side attacks.

Critical Impact

Authenticated attackers can achieve persistent XSS by uploading malicious SVG files, enabling session theft and unauthorized actions on behalf of other users viewing the compromised accessory records.

Affected Products

  • Snipe-IT version 4.7.5
  • Snipe-IT open-source asset management platform
  • Organizations using vulnerable Snipe-IT deployments with SVG upload functionality

Discovery Timeline

  • 2026-02-03 - CVE CVE-2019-25264 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2019-25264

Vulnerability Analysis

This persistent cross-site scripting vulnerability stems from insufficient input validation and output sanitization when handling SVG file uploads in the Snipe-IT asset management application. SVG (Scalable Vector Graphics) files are XML-based and can legitimately contain embedded JavaScript through <script> tags or event handlers. When Snipe-IT processes these uploads without proper sanitization, the malicious JavaScript persists in the application and executes whenever the affected accessory page is rendered for any user.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which encompasses XSS flaws where user-controllable input is rendered in web pages without adequate encoding or validation. The persistent nature of this XSS variant makes it particularly dangerous as the malicious payload is stored server-side and delivered to all users who access the affected resource.

Root Cause

The root cause of CVE-2019-25264 lies in the application's failure to properly sanitize SVG file contents during the upload process. SVG files are treated as images but can contain active content including JavaScript. The application does not strip or neutralize script elements and event handlers from uploaded SVG files before storing them, allowing the malicious content to persist. When these files are subsequently served to users' browsers, the JavaScript executes with the same origin privileges as the Snipe-IT application.

Attack Vector

The attack vector requires an authenticated user with permissions to upload accessories or associated images in Snipe-IT. The attacker crafts an SVG file containing malicious JavaScript, typically within <script> tags or through SVG-specific event handlers like onload. Upon uploading this file as an accessory image, the payload is stored on the server. When any user navigates to view the accessory, their browser renders the SVG and executes the embedded script.

This network-based attack requires user interaction (victim must view the malicious accessory) and low privileges (standard authenticated user). The stored nature means the attack persists until the malicious file is removed, potentially affecting multiple users over time.

The vulnerability mechanism involves uploading a crafted SVG file with embedded JavaScript that executes when rendered. Attackers typically embed script tags or event handlers within the SVG XML structure. For detailed technical examples and proof-of-concept code, refer to the Exploit-DB #47756 entry.

Detection Methods for CVE-2019-25264

Indicators of Compromise

  • SVG files containing <script> tags or JavaScript event handlers in upload directories
  • Unusual JavaScript execution patterns originating from image resources
  • User reports of unexpected behavior or redirects when viewing accessory pages
  • Web application firewall logs showing blocked XSS patterns in SVG uploads

Detection Strategies

  • Implement content inspection rules to detect JavaScript within SVG uploads
  • Monitor web server logs for requests to SVG files followed by suspicious client-side activity
  • Deploy browser-based XSS detection tools that alert on script execution from image contexts
  • Review file upload audit logs for SVG files uploaded by non-administrative users

Monitoring Recommendations

  • Enable detailed logging for file upload operations in Snipe-IT
  • Configure web application firewalls to inspect SVG content for embedded scripts
  • Implement Content Security Policy (CSP) headers to restrict inline script execution
  • Set up alerts for anomalous authentication events that may indicate session hijacking

How to Mitigate CVE-2019-25264

Immediate Actions Required

  • Upgrade Snipe-IT to the latest patched version beyond 4.7.5
  • Audit existing SVG uploads for malicious content and remove compromised files
  • Implement server-side SVG sanitization to strip script elements before storage
  • Consider temporarily disabling SVG uploads until remediation is complete

Patch Information

Organizations should upgrade to a patched version of Snipe-IT that addresses this vulnerability. Review the GitHub Release v4.7.5 page and subsequent releases for security fixes. The VulnCheck Advisory on Snipe-IT provides additional guidance on remediation. Contact the vendor through the Snipe-IT Official Site for enterprise support options.

Workarounds

  • Restrict SVG file uploads by configuring allowed file types to exclude SVG format
  • Implement Content Security Policy headers with strict script-src directives
  • Serve uploaded files from a separate domain or subdomain to isolate the origin
  • Use the Content-Disposition: attachment header when serving user-uploaded files
bash
# Apache configuration to restrict SVG handling
# Add to .htaccess or virtual host configuration
<FilesMatch "\.svg$">
    Header set Content-Security-Policy "script-src 'none'"
    Header set Content-Disposition "attachment"
</FilesMatch>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSnipe It

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • 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
  • GitHub Release v4.7.5

  • Snipe-IT Official Site

  • Exploit-DB #47756

  • VulnCheck Advisory on Snipe-IT
  • Related CVEs
  • CVE-2025-65621: Snipeitapp Snipe-it XSS Vulnerability

  • CVE-2025-65622: Snipeitapp Snipe-it XSS Vulnerability

  • CVE-2025-15602: Snipe-IT Privilege Escalation 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