Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-63743

CVE-2025-63743: Snipe-IT Asset Management XSS Vulnerability

CVE-2025-63743 is a Cross-Site Scripting flaw in Snipe-IT asset management system versions 8.3.0 to 8.3.1 that allows low-privileged attackers to inject malicious JavaScript code. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 17, 2026

CVE-2025-63743 Overview

A stored Cross-Site Scripting (XSS) vulnerability has been identified in the Snipe-IT web-based asset management system affecting versions v8.3.0 through v8.3.1. This vulnerability allows authenticated attackers with minimal privileges (only requiring the ability to log in) to inject arbitrary JavaScript code through the "Name" and "Surname" profile fields. The injected malicious scripts execute when any user with sufficient permissions views the "Activity Report" or the modified profile directly.

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in the context of other users' sessions, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of privileged users viewing activity reports.

Affected Products

  • Snipe-IT v8.3.0
  • Snipe-IT v8.3.1

Discovery Timeline

  • 2026-04-13 - CVE-2025-63743 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2025-63743

Vulnerability Analysis

This stored XSS vulnerability exists due to improper sanitization of user-controlled input in the Name and Surname profile fields within Snipe-IT. When a user updates their profile information, the application fails to properly encode or escape the input before rendering it in the Activity Report and profile views. This allows malicious JavaScript payloads embedded in these fields to execute in the browser context of any user who subsequently views the affected content.

Successful exploitation requires a specific condition: the profile's "Display Name" must not be set. When the Display Name is empty, the application falls back to using the raw Name and Surname fields for display, which allows the XSS payload to execute. This is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation).

Root Cause

The root cause lies in the application's use of the present()->fullName() and getFullNameAttribute() methods to render user names in various views. These methods did not properly escape HTML entities before output, allowing JavaScript injection. The fix replaces these vulnerable method calls with the safer display_name property, which applies proper sanitization.

Attack Vector

The attack is network-based and requires low-privilege authentication. An attacker needs only minimal access to log into the Snipe-IT system. Once authenticated, they can modify their own profile's Name or Surname fields to include malicious JavaScript. The payload persists in the database and executes whenever:

  1. An administrator or privileged user views the Activity Report
  2. Any user with sufficient permissions views the attacker's modified profile

The following patch demonstrates the security fix applied in v8.3.2:

php
// Security patch in app/Console/Commands/SendAcceptanceReminder.php
// Changed from vulnerable fullName() method to safe display_name property

             if(!$email){
                 $no_email_list[] = [
                     'id' => $acceptance->assignedTo?->id,
-                    'name' => $acceptance->assignedTo?->present()->fullName(),
+                    'name' => $acceptance->assignedTo?->display_name,
                 ];
             } else {
                 $count++;

Source: GitHub Commit Changes

php
// Security patch in app/Http/Controllers/Api/AssetsController.php
// Updated to use sanitized display_name property

             $asset->use_text = $asset->present()->fullName;

             if (($asset->checkedOutToUser()) && ($asset->assigned)) {
-                $asset->use_text .= ' → ' . $asset->assigned->getFullNameAttribute();
+                $asset->use_text .= ' → ' . $asset->assigned->display_name;
             }

Source: GitHub Commit Changes

Detection Methods for CVE-2025-63743

Indicators of Compromise

  • User profile Name or Surname fields containing HTML tags, <script> elements, or JavaScript event handlers (e.g., onerror, onload)
  • Database entries in the users table with suspicious content in first_name or last_name columns
  • Unexpected JavaScript execution or browser console errors when viewing Activity Reports
  • User accounts with empty Display Name fields combined with suspicious Name/Surname values

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in form submissions to profile update endpoints
  • Configure database query auditing to flag INSERT/UPDATE operations on user profile fields containing script tags or event handlers
  • Monitor application logs for unusual patterns in profile modification requests
  • Deploy Content Security Policy (CSP) headers to mitigate the impact of successful XSS exploitation

Monitoring Recommendations

  • Enable detailed access logging on the Snipe-IT Activity Report and user profile endpoints
  • Set up alerts for profile modifications that include HTML special characters or JavaScript syntax
  • Periodically audit user profile data for anomalous entries
  • Monitor for CSP violation reports if Content Security Policy is implemented

How to Mitigate CVE-2025-63743

Immediate Actions Required

  • Upgrade Snipe-IT to version v8.3.2 or later immediately
  • Audit existing user profiles for any suspicious JavaScript or HTML content in Name and Surname fields
  • Review Activity Report logs for evidence of exploitation attempts
  • Ensure all user accounts have their Display Name field properly configured as a secondary mitigation

Patch Information

The vulnerability is fixed in Snipe-IT version v8.3.2. The patch modifies the application to use the display_name property instead of the vulnerable present()->fullName() and getFullNameAttribute() methods. The security commit can be reviewed at the GitHub Commit Changes. Additional vulnerability details are available at the GitHub CVE Collection.

Workarounds

  • Ensure all user accounts have their Display Name field populated to prevent fallback to the vulnerable Name/Surname rendering
  • Implement input validation at the application or WAF level to reject HTML/JavaScript in profile fields
  • Deploy strict Content Security Policy headers to prevent inline script execution
  • Restrict access to Activity Reports to only essential administrative personnel until patching is complete
bash
# Example: Database query to identify potentially compromised user profiles
# Run against your Snipe-IT database to audit for suspicious entries

mysql -u snipeit_user -p snipeit_db -e "
SELECT id, username, first_name, last_name, display_name 
FROM users 
WHERE first_name LIKE '%<script%' 
   OR first_name LIKE '%onerror%' 
   OR last_name LIKE '%<script%' 
   OR last_name LIKE '%onerror%'
   OR first_name LIKE '%javascript:%'
   OR last_name LIKE '%javascript:%';
"

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:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Grokability Homepage

  • Snipe-IT Project Overview

  • GitHub Commit Changes

  • GitHub CVE Collection
  • Related CVEs
  • CVE-2019-25264: Snipe-IT XSS Vulnerability via SVG Upload

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

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