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-2025-65621

CVE-2025-65621: Snipeitapp Snipe-it XSS Vulnerability

CVE-2025-65621 is a stored XSS vulnerability in Snipeitapp Snipe-it that allows low-privileged users to inject JavaScript into administrator sessions, enabling privilege escalation. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-65621 Overview

CVE-2025-65621 is a stored cross-site scripting (XSS) vulnerability in Snipe-IT, an open-source IT asset management application. The flaw affects all versions before 8.3.4 and is tracked under [CWE-79] and [CWE-269]. A low-privileged authenticated user can inject JavaScript payloads that persist in the application and execute in the browser session of an administrator who views the affected content. Because the script runs in the administrator's authenticated context, the attacker can perform actions on behalf of the administrator and escalate privileges. The vulnerability requires user interaction and crosses a security boundary, resulting in scope change.

Critical Impact

Authenticated low-privileged attackers can escalate to administrator by tricking an admin into rendering injected JavaScript stored in Snipe-IT.

Affected Products

  • Snipe-IT versions prior to 8.3.4
  • Snipe-IT self-hosted deployments
  • Snipe-IT instances exposed to multiple user roles

Discovery Timeline

  • 2025-12-01 - CVE-2025-65621 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-65621

Vulnerability Analysis

The vulnerability is a stored XSS issue. Snipe-IT fails to properly sanitize or encode user-supplied input before persisting it and rendering it back in the application interface. A low-privileged authenticated user submits malicious JavaScript through an input field accessible to their role. The payload is stored in the application database and later rendered without sufficient output encoding when an administrator views the asset, user record, or related page containing the injected data.

When the administrator's browser renders the page, the injected script executes inside the administrator's session. The attacker can issue authenticated requests using the administrator's cookies, modify accounts, change role assignments, or create new privileged users. This combination of stored XSS [CWE-79] and improper privilege management [CWE-269] enables the privilege escalation outcome described in the advisory.

Root Cause

The root cause is missing or insufficient input validation and output encoding on a field accessible to low-privileged users. User-controlled content is rendered as HTML or JavaScript in administrative views rather than as inert text. See the GitHub Vulnerability Research for CVE-2025-65621 for technical details on the injection points.

Attack Vector

The attack vector is network-based and requires the attacker to hold valid low-privileged credentials. The attacker injects a JavaScript payload through a vulnerable input field. An administrator must then view the affected record, which satisfies the user interaction requirement. Once the payload executes, the attacker leverages the administrator's session to escalate privileges. No verified public exploit code is available at this time.

Detection Methods for CVE-2025-65621

Indicators of Compromise

  • Unexpected <script>, onerror, onload, or javascript: strings stored in Snipe-IT asset, user, or custom field records
  • Administrative actions originating from administrator sessions immediately after viewing records created or edited by lower-privileged accounts
  • New administrator accounts or role changes that do not correlate with legitimate admin-initiated workflows

Detection Strategies

  • Query the Snipe-IT database for HTML and JavaScript tokens in user-controllable text columns, including asset names, notes, and custom fields
  • Review web server access logs for POST and PUT requests from low-privileged users containing encoded script payloads in form parameters
  • Correlate audit log entries showing privilege or role changes against the session and IP of the administrator who triggered them

Monitoring Recommendations

  • Enable verbose audit logging in Snipe-IT and forward logs to a centralized analytics platform for anomaly review
  • Alert on creation of new users with administrative roles and on permission changes affecting existing accounts
  • Monitor browser-side errors or Content Security Policy (CSP) violation reports from the Snipe-IT origin

How to Mitigate CVE-2025-65621

Immediate Actions Required

  • Upgrade Snipe-IT to version 8.3.4 or later on all production and staging instances
  • Audit existing user-controllable fields for stored JavaScript payloads and remove any malicious content before users access affected pages
  • Review administrator accounts and recent role changes for unauthorized modifications

Patch Information

The vendor addressed the issue in Snipe-IT 8.3.4. Administrators should obtain the fixed release from the Snipe-IT Official Website and follow the standard upgrade procedure for their deployment method, including database migrations and cache clearing.

Workarounds

  • Restrict low-privileged user accounts to trusted personnel until patching is complete
  • Deploy a strict Content Security Policy that blocks inline scripts on the Snipe-IT origin to reduce exploitability
  • Place Snipe-IT behind a web application firewall configured to inspect and block script payloads in form submissions
bash
# Example CSP header for the Snipe-IT web server (nginx)
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'none'" always;

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.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79

  • CWE-269
  • Technical References
  • Snipe-IT Official Website

  • GitHub Vulnerability Research for CVE-2025-65621
  • Related CVEs
  • CVE-2025-63743: Snipe-IT Asset Management XSS Vulnerability

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

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

  • CVE-2026-38533: Snipe-IT Auth Bypass Vulnerability
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