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-2026-23516

CVE-2026-23516: CVAT XSS Vulnerability

CVE-2026-23516 is a cross-site scripting flaw in CVAT annotation tool that allows attackers to execute arbitrary JavaScript in victim sessions. This post explains its impact, affected versions, and mitigation steps.

Published: January 23, 2026

CVE-2026-23516 Overview

CVE-2026-23516 is a Cross-Site Scripting (XSS) vulnerability in CVAT (Computer Vision Annotation Tool), an open source interactive video and image annotation tool for computer vision. This vulnerability allows an attacker to execute arbitrary JavaScript in a victim user's CVAT UI session through maliciously crafted labels or SVG images.

The vulnerability exists in versions 2.2.0 through 2.54.0 and requires social engineering to exploit, as attackers must convince victims to either edit a malicious label, view a shape referencing that label, or upload a maliciously crafted SVG image when configuring a skeleton.

Critical Impact

Successful exploitation grants attackers temporary access to all CVAT resources accessible by the victim user, including annotation projects, datasets, and potentially sensitive machine learning training data.

Affected Products

  • CVAT versions 2.2.0 through 2.54.0
  • CVAT installations with user-accessible label creation functionality
  • CVAT deployments allowing SVG skeleton configuration uploads

Discovery Timeline

  • 2026-01-21 - CVE CVE-2026-23516 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-23516

Vulnerability Analysis

This vulnerability is classified as CWE-83 (Improper Neutralization of Script in Attributes in a Web Page), a specific form of Cross-Site Scripting. The flaw exists in how CVAT handles user-supplied SVG content and label data within the canvas rendering components.

The attack requires network access with user interaction—an attacker must first create malicious content within CVAT (either a crafted label or SVG file) and then entice a victim to interact with that content. Once triggered, the injected JavaScript executes within the victim's authenticated session context, enabling unauthorized access to CVAT resources, potential data exfiltration, and session hijacking.

Root Cause

The root cause lies in the unsafe handling of SVG content within the CVAT canvas module. The vulnerable code path used innerHTML to directly inject SVG content, which allowed embedded JavaScript to execute. The skeletonSVG parameter was originally typed as a raw string, enabling attackers to embed malicious script elements within SVG markup.

The security patch addresses this by:

  1. Changing the skeletonSVG type from string to SVGSVGElement, enforcing a proper DOM element type
  2. Replacing the unsafe innerHTML assignment with replaceChildren() method using cloned DOM nodes

Attack Vector

The attack vector is network-based and requires user interaction. An attacker with the ability to create or modify CVAT tasks/projects can:

  1. Create a malicious label containing embedded JavaScript within SVG attributes
  2. Upload a crafted SVG image containing script payloads when configuring skeletons
  3. Wait for or socially engineer a victim user to view or edit the poisoned content

Once the victim interacts with the malicious content, the JavaScript executes in their browser session with their authentication context.

typescript
// Vulnerable code pattern in canvasModel.ts
// Source: https://github.com/cvat-ai/cvat/commit/40800707fe39e3ff76c8d036eb953eb12d764e70

    shapeType?: string;
    rectDrawingMethod?: RectDrawingMethod;
    cuboidDrawingMethod?: CuboidDrawingMethod;
-    skeletonSVG?: string;
+    skeletonSVG?: SVGSVGElement;
    numberOfPoints?: number;
    initialState?: any;
    crosshair?: boolean;
typescript
// Vulnerable code pattern in drawHandler.ts - unsafe innerHTML usage
// Source: https://github.com/cvat-ai/cvat/commit/40800707fe39e3ff76c8d036eb953eb12d764e70

                    transform: `translate(${x}px, ${y}px)`,
                });

-                /* eslint-disable-next-line no-unsanitized/property */
-                this.pointsGroup.node.innerHTML = this.drawData.skeletonSVG;
+                this.pointsGroup.node.replaceChildren(...this.drawData.skeletonSVG.cloneNode(true).childNodes);
                Array.from(this.pointsGroup.node.children).forEach((child: Element) => {
                    const dataType = child.getAttribute('data-type');
                    if (child.tagName === 'circle' && dataType && dataType.includes('element')) {

Detection Methods for CVE-2026-23516

Indicators of Compromise

  • Unusual JavaScript execution or XHR requests originating from CVAT annotation interface
  • SVG files containing <script> tags, javascript: URIs, or event handler attributes (onload, onerror, etc.)
  • Labels or task configurations containing encoded or obfuscated script payloads
  • Unexpected API calls to CVAT resources from user sessions

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor browser console logs for XSS-related errors or blocked script attempts
  • Audit CVAT database for labels containing suspicious HTML/SVG content patterns
  • Review uploaded SVG files for embedded scripts using server-side scanning

Monitoring Recommendations

  • Enable detailed logging for CVAT task and project modifications
  • Monitor for anomalous user session activity following label edits or SVG uploads
  • Set up alerts for unexpected data exports or bulk resource access patterns
  • Track browser-side errors related to script execution or CSP violations

How to Mitigate CVE-2026-23516

Immediate Actions Required

  • Upgrade CVAT to version 2.55.0 or later immediately
  • Audit existing labels and SVG configurations for potentially malicious content
  • Review recent task and project modifications for signs of exploitation attempts
  • Consider temporarily restricting label creation and SVG upload permissions to trusted users

Patch Information

The vulnerability is fixed in CVAT version 2.55.0. The fix involves changing how SVG content is handled in the canvas rendering components, specifically replacing unsafe innerHTML string assignment with type-safe DOM manipulation using replaceChildren() and properly typed SVGSVGElement parameters.

For detailed patch information, refer to the GitHub Security Advisory GHSA-3m7p-wx65-c7mp and the commit 40800707fe39e3ff76c8d036eb953eb12d764e70.

Workarounds

  • Restrict access to label creation and modification features to trusted administrators only
  • Disable or restrict SVG upload functionality for skeleton configuration until patching
  • Implement server-side SVG sanitization to strip scripts and event handlers before storage
  • Deploy a Web Application Firewall (WAF) rule to detect and block SVG XSS payloads
bash
# Example: Restrict CVAT permissions via docker-compose environment
# Add to your docker-compose.override.yml

services:
  cvat_server:
    environment:
      # Restrict label editing to admins while awaiting patch
      CVAT_RESTRICT_LABEL_EDIT: "admin_only"
      # Enable CSP headers for XSS mitigation
      CVAT_CSP_ENABLED: "true"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCvat

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-83
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3m7p-wx65-c7mp
  • Related CVEs
  • CVE-2026-23526: CVAT Privilege Escalation Vulnerability

  • CVE-2025-23045: CVAT Computer Vision Tool RCE 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