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

CVE-2025-15022: Vaadin Framework XSS Vulnerability

CVE-2025-15022 is a cross-site scripting flaw in Vaadin Framework affecting action captions that accept unsanitized HTML. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-15022 Overview

CVE-2025-15022 is a Cross-Site Scripting (XSS) vulnerability in Vaadin Framework affecting the Action class component. Action captions in Vaadin accept HTML by default but were not properly sanitized, potentially allowing XSS attacks if caption content is derived from user input.

In Vaadin Framework 7 and 8, the Action class is a general-purpose class that may be used by multiple components. In Vaadin 23 and newer, the Action class is only used by the Spreadsheet component. Vaadin 14 is not affected as the Spreadsheet component was not supported in that version.

Critical Impact

Attackers can inject malicious HTML/JavaScript through unsanitized Action captions, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of authenticated users.

Affected Products

  • Vaadin Framework 7.0.0 - 7.7.49
  • Vaadin Framework 8.0.0 - 8.29.1
  • Vaadin 23.1.0 - 23.6.5
  • Vaadin 24.0.0 - 24.8.13
  • Vaadin 24.9.0 - 24.9.6
  • com.vaadin:vaadin-spreadsheet-flow23.1.0 - 24.9.6

Discovery Timeline

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

Technical Details for CVE-2025-15022

Vulnerability Analysis

This vulnerability exists due to improper input sanitization in the Vaadin Action class when processing caption content. The Action class accepts HTML content by default without applying proper sanitization, creating an XSS attack surface when application developers use user-supplied data in action captions.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents the fundamental issue of failing to sanitize user-controlled data before rendering it in a web context.

In Vaadin Framework 7 and 8, the impact is broader as the Action class serves as a general-purpose component used across multiple UI elements. In Vaadin 23 and newer versions, the attack surface is more limited as the Action class is only utilized by the Spreadsheet component.

Root Cause

The root cause of this vulnerability is the default acceptance of HTML content in Action captions without proper sanitization. When developers pass user-supplied input directly to Action caption methods, the unsanitized HTML is rendered in the browser, enabling script injection.

The fixed versions address this by sanitizing captions by default and providing an explicit API to enable HTML content mode for backwards compatibility. In Vaadin 23 and newer, the fix implements HTML sanitization using Jsoup with a relaxed safelist to balance security with functionality.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker to craft malicious input that gets processed by the Action class caption functionality. The attack requires some user interaction, as a victim must view the page containing the malicious content.

An attacker could exploit this vulnerability by:

  1. Identifying an application input field that feeds into an Action caption
  2. Injecting malicious HTML/JavaScript payload through the input
  3. Waiting for another user (potentially an administrator) to view the affected page
  4. The malicious script executes in the victim's browser context

The exploitation typically involves injecting event handlers or script tags within the HTML content. Since action captions may be displayed in menus, toolbars, or context menus, the malicious content could be triggered when users interact with these UI elements.

Detection Methods for CVE-2025-15022

Indicators of Compromise

  • Unusual HTML or JavaScript content in application logs related to Action component captions
  • Web application firewall alerts for XSS patterns targeting Vaadin endpoints
  • Reports from users experiencing unexpected browser behavior or redirects
  • Suspicious entries in action caption fields containing <script>, onerror, onclick, or similar HTML event handlers

Detection Strategies

  • Review application source code for instances where user input is passed directly to Action caption methods without validation
  • Monitor web server logs for requests containing encoded HTML entities or JavaScript patterns targeting Vaadin components
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Deploy web application firewall rules to identify XSS payloads in request parameters

Monitoring Recommendations

  • Enable verbose logging for Vaadin components to capture suspicious caption content
  • Configure browser-side XSS auditors and CSP violation reporting endpoints
  • Monitor for anomalous session activity that could indicate successful XSS exploitation
  • Set up alerts for user-reported security incidents involving unexpected UI behavior

How to Mitigate CVE-2025-15022

Immediate Actions Required

  • Audit your application code for any use of the Action class with user-supplied caption content
  • Validate and sanitize all user input before passing to Vaadin Action captions
  • Implement Content Security Policy headers to mitigate XSS impact
  • Upgrade to the patched versions as soon as possible

Patch Information

The fixed versions sanitize captions by default and provide an API to explicitly enable HTML content mode for backwards compatibility. In Vaadin 23 and newer, HTML is sanitized using Jsoup with a relaxed safelist.

Vulnerable Version RangeFixed Version
7.0.0 - 7.7.49≥7.7.50
8.0.0 - 8.29.1≥8.30.0
23.1.0 - 23.6.5≥23.6.6
24.0.0 - 24.8.13≥24.8.14
24.9.0 - 24.9.6≥24.9.7

For additional details, see the Vaadin Security Advisory for CVE-2025-15022 and the GitHub Pull Request containing the fix.

Workarounds

  • Manually sanitize all user input before passing to Action captions using a library like OWASP Java HTML Sanitizer
  • Implement server-side input validation to reject HTML content in fields that feed into Action captions
  • Use text-only captions by stripping HTML tags from user-supplied content
  • Deploy a Web Application Firewall (WAF) with XSS protection rules as an interim measure
bash
# Maven dependency update example for Vaadin 8.x
# Update pom.xml to use fixed version
mvn versions:use-dep-version -Dincludes=com.vaadin:vaadin-server -DdepVersion=8.30.0
mvn clean install

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechVaadin

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/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:N/AU:N/R:U/V:D/RE:L/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Pull Request

  • Vaadin Security Advisory CVE-2025-15022
  • Related CVEs
  • CVE-2026-2741: Vaadin Path Traversal Vulnerability

  • CVE-2026-2742: Vaadin Authentication 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