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

CVE-2025-65110: Vega Visualization DOM XSS Vulnerability

CVE-2025-65110 is a DOM XSS vulnerability in Vega visualization grammar that enables arbitrary JavaScript execution through malicious specifications. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-65110 Overview

CVE-2025-65110 is a Cross-Site Scripting (XSS) vulnerability affecting Vega, a declarative visualization grammar used for creating, saving, and sharing interactive visualization designs. The vulnerability allows for arbitrary JavaScript code execution in applications that meet specific conditions, even when "safe mode" expressionInterpreter is enabled. The flaw can lead to DOM XSS attacks, which may be stored or reflected depending on how the library is implemented.

Applications are at risk if they attach both the vega library and a vega.View instance to the global window object (similar to the Vega Editor), or have other satisfactory function gadgets in the global scope, and allow user-defined Vega JSON definitions rather than only using JSON provided through source code.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in the context of the application's domain, enabling theft of authentication tokens, manipulation of displayed data, and execution of unauthorized actions on behalf of victims.

Affected Products

  • Vega v6 versions prior to vega-selections@6.1.2
  • Vega v5 versions prior to vega-selections@5.6.3
  • Applications using Vega with global window attachments and user-defined JSON specifications

Discovery Timeline

  • 2026-01-05 - CVE-2025-65110 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-65110

Vulnerability Analysis

This vulnerability (CWE-79) enables DOM-based Cross-Site Scripting through malicious Vega specification files. The attack surface exists in applications that expose the vega library or vega.View instances through the global window object, a common practice in development environments like the Vega Editor.

The vulnerability requires user interaction to trigger, meaning victims must be tricked into opening or processing a malicious Vega JSON specification. When exploited, attackers can execute arbitrary JavaScript within the security context of the target application's domain, bypassing same-origin policy protections.

The impact primarily affects confidentiality and integrity of impacted applications. Attackers can steal sensitive information including session tokens and authentication credentials, manipulate data displayed to users, and perform unauthorized actions on behalf of authenticated victims.

Root Cause

The root cause stems from insufficient sanitization of Vega JSON specifications when processed by applications that expose vega objects to the global scope. The vulnerability exists because the library's "safe mode" expressionInterpreter does not adequately protect against exploitation when combined with globally accessible function gadgets.

Development debugging practices that attach vega or vega.View instances to global variables or the window object create the necessary conditions for exploitation, as these exposed objects can be leveraged as gadgets to execute malicious code embedded in crafted Vega specifications.

Attack Vector

The attack is network-based and requires user interaction with the vulnerable page. An attacker crafts a malicious Vega JSON specification containing embedded JavaScript code. When a victim opens or interacts with this specification in a vulnerable application, the malicious code executes within the application's security context.

The attack flow involves:

  1. Attacker creates a malicious Vega JSON specification containing XSS payload
  2. Victim is tricked into opening the specification in a vulnerable application
  3. The application processes the specification with vega objects exposed globally
  4. Malicious JavaScript executes with full access to the application's DOM and cookies
  5. Attacker can exfiltrate data, hijack sessions, or perform actions as the victim

The vulnerability mechanism exploits the global exposure of vega objects. When the library or View instances are attached to window, they become accessible as function gadgets that can be invoked through carefully crafted specification payloads. For detailed technical analysis of the exploitation technique, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-65110

Indicators of Compromise

  • Unexpected JavaScript execution when loading Vega visualizations
  • Suspicious network requests originating from visualization rendering contexts
  • Anomalous DOM modifications during Vega specification processing
  • Unexplained authentication token access or exfiltration attempts

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor for suspicious Vega JSON specifications containing potential script injection patterns
  • Review application code for global exposure of vega or vega.View instances to window
  • Audit user-submitted Vega JSON definitions for malicious payloads before processing

Monitoring Recommendations

  • Enable client-side security monitoring for XSS attack patterns
  • Log and analyze Vega specification submissions from untrusted sources
  • Implement real-time alerting for CSP violations in visualization rendering contexts
  • Monitor for unusual JavaScript execution patterns during Vega processing

How to Mitigate CVE-2025-65110

Immediate Actions Required

  • Update Vega v6 installations to vega-selections@6.1.2 (requires ESM)
  • Update Vega v5 installations to vega-selections@5.6.3 (no ESM needed)
  • Remove any global attachments of vega or vega.View instances to window or global variables
  • Restrict user-defined Vega JSON specifications to trusted sources only

Patch Information

Patched versions are available through the official Vega repository. For Vega v6, update to vega-selections@6.1.2 which requires ESM support. For Vega v5, update to vega-selections@5.6.3 which does not require ESM. Both patches address the underlying vulnerability that enables arbitrary JavaScript execution through malicious specifications.

For additional details and patch verification, consult the GitHub Security Advisory.

Workarounds

  • Remove all global attachments of vega or vega.View instances from window object
  • Restrict Vega/Vega-lite definitions to only trusted, source-code-provided JSON
  • Implement strict input validation and sanitization for any user-provided Vega specifications
  • Deploy Content Security Policy headers to mitigate potential XSS exploitation
bash
# Configuration example - Remove global vega exposure
# Before (vulnerable):
# window.vega = vega;
# window.view = new vega.View(...);

# After (secure):
# Use module-scoped variables instead of window attachments
# const view = new vega.View(...);
# Do not expose to global scope

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechVega

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-59840: Vega Visualization Grammar 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