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

CVE-2025-66648: Vega-Functions XSS Vulnerability

CVE-2025-66648 is a cross-site scripting flaw in vega-functions that allows attackers to execute malicious JavaScript via untrusted input. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-66648 Overview

CVE-2025-66648 is a Cross-Site Scripting (XSS) vulnerability affecting vega-functions, which provides function implementations for the Vega expression language. Prior to version 6.1.1, sites that allow users to supply untrusted user input are vulnerable to malicious exploitation of an internal function (not part of the public API) that could be leveraged to execute unintentional JavaScript in the context of a victim's browser.

Critical Impact

This XSS vulnerability allows attackers to execute arbitrary JavaScript code in victim browsers when untrusted user input is processed through the Vega expression language, potentially leading to session hijacking, data theft, or further compromise of affected web applications.

Affected Products

  • vega-functions versions prior to 6.1.1
  • Applications using Vega visualization grammar with untrusted user input
  • Web applications leveraging vega.expressionInterpreter (CSP safe mode does not prevent this issue)

Discovery Timeline

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

Technical Details for CVE-2025-66648

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists within an internal function of vega-functions that was not part of the intended public API. When web applications accept untrusted user input and process it through the Vega expression language, attackers can craft malicious input that exploits this internal function to execute arbitrary JavaScript code.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit. The scope is changed, meaning the vulnerability can affect resources beyond the security scope of the vulnerable component, impacting both confidentiality and integrity of user sessions and data.

Root Cause

The root cause of this vulnerability lies in insufficient input sanitization within an internal function of the vega-functions library. Although this function was not intended for public use, it remained accessible and could be invoked through crafted expressions. The internal function failed to properly validate and sanitize input before processing, allowing malicious JavaScript to be injected and executed in the browser context.

Notably, the vulnerability persists even when using vega.expressionInterpreter as described in CSP safe mode, indicating that the security bypass occurs at a level where Content Security Policy mitigations are ineffective.

Attack Vector

The attack vector for CVE-2025-66648 involves network-based exploitation where an attacker supplies malicious input to a vulnerable web application that processes data through the Vega expression language. The attacker crafts input that invokes the vulnerable internal function with JavaScript payload, which then executes in the victim's browser when the Vega visualization or expression is rendered.

Since the vulnerability bypasses CSP safe mode protections, traditional XSS mitigations may not be effective. The attack does not require authentication or privileges, and no user interaction is needed beyond the victim viewing content containing the malicious expression.

For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-66648

Indicators of Compromise

  • Unexpected JavaScript execution originating from Vega visualization components
  • Anomalous network requests to external domains from pages containing Vega visualizations
  • User reports of suspicious behavior when interacting with data visualization features
  • Evidence of session token exfiltration or unauthorized data access following visualization rendering

Detection Strategies

  • Monitor application logs for unusual expression patterns or payloads in Vega-related input fields
  • Implement Web Application Firewall (WAF) rules to detect potential XSS payloads targeting Vega expressions
  • Deploy browser-based security monitoring to detect unexpected script execution contexts
  • Audit client-side JavaScript execution for calls to internal vega-functions methods

Monitoring Recommendations

  • Enable verbose logging for all user-supplied input processed by Vega components
  • Configure SIEM alerts for XSS-related indicators in web application traffic
  • Monitor Content Security Policy violation reports if implemented alongside vega.expressionInterpreter
  • Track version information of deployed vega-functions packages across environments

How to Mitigate CVE-2025-66648

Immediate Actions Required

  • Upgrade vega-functions to version 6.1.1 or later immediately
  • Audit all applications using Vega visualization libraries for potentially vulnerable versions
  • Review and restrict sources of untrusted user input that flow into Vega expressions
  • Deploy additional input validation layers at the application level pending upgrade

Patch Information

The vulnerability has been fixed in vega-functions version 6.1.1. Organizations should upgrade to this version or later to remediate the vulnerability. The fix addresses the vulnerable internal function to prevent JavaScript execution through malicious expression input. For additional details, see the GitHub Security Advisory.

Workarounds

  • There is no workaround available besides upgrading to version 6.1.1 or later
  • Using vega.expressionInterpreter as described in CSP safe mode does NOT prevent this issue
  • As a temporary measure, restrict or disable user-supplied input to Vega visualizations until upgrade is complete
  • Consider implementing strict input validation at the application layer to filter potentially malicious expressions
bash
# Upgrade vega-functions to the patched version
npm update vega-functions@6.1.1

# Verify installed version
npm list vega-functions

# For yarn users
yarn upgrade vega-functions@6.1.1

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechVega Functions

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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