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

CVE-2026-2742: Vaadin Authentication Bypass Vulnerability

CVE-2026-2742 is an authentication bypass vulnerability in Vaadin applications using Spring Security that allows unauthenticated access to framework endpoints. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-2742 Overview

An authentication bypass vulnerability exists in the Vaadin web application framework when used with Spring Security. The flaw stems from inconsistent path pattern matching of reserved framework paths, specifically affecting how the /VAADIN endpoint handles requests without a trailing slash. This inconsistency allows unauthenticated users to bypass security filters, trigger framework initialization, and create sessions without proper authorization.

The vulnerability affects multiple Vaadin release branches including versions 14.0.0 through 14.14.0, 23.0.0 through 23.6.6, 24.0.0 through 24.9.7, and 25.0.0 through 25.0.1. Organizations running Vaadin applications with Spring Security integration should prioritize upgrading to patched versions.

Critical Impact

Unauthenticated attackers can bypass Spring Security filters by accessing the /VAADIN endpoint without a trailing slash, enabling unauthorized session creation and framework initialization in affected applications.

Affected Products

  • Vaadin 14.0.0 through 14.14.0
  • Vaadin 23.0.0 through 23.6.6
  • Vaadin 24.0.0 through 24.9.7
  • Vaadin 25.0.0 through 25.0.1

Discovery Timeline

  • 2026-03-10 - CVE-2026-2742 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-2742

Vulnerability Analysis

This authentication bypass vulnerability (CWE-284: Improper Access Control) occurs due to a mismatch between how Vaadin's internal routing handles the /VAADIN endpoint and how Spring Security interprets path patterns. When Spring Security is configured to protect application routes, the security filter chain relies on consistent path matching to enforce authentication requirements.

The /VAADIN endpoint is a reserved framework path used by Vaadin for serving static resources, client-side engine files, and handling internal framework operations. Under normal circumstances, this endpoint should be subject to the same security constraints as other application paths when Spring Security is enabled.

The vulnerability allows attackers to access the endpoint by omitting the trailing slash, which causes the request to bypass Spring Security's path matching logic while still being processed by Vaadin's internal handlers. This creates an opportunity for unauthorized framework initialization and session creation, potentially serving as a stepping stone for further exploitation.

Root Cause

The root cause lies in inconsistent path pattern matching between Vaadin's internal request routing and Spring Security's filter chain. Vaadin treats /VAADIN and /VAADIN/ as equivalent endpoints for framework operations, while Spring Security's path matchers may only be configured to protect one variant. This semantic gap allows requests to slip through security enforcement when formatted in a way that Spring Security does not recognize as a protected path but Vaadin still processes.

Attack Vector

An attacker can exploit this vulnerability by sending HTTP requests directly to the /VAADIN endpoint without a trailing slash. Since this is a network-accessible attack vector requiring low complexity and no special privileges, attackers can craft simple HTTP requests to trigger the bypass. The attack does not require user interaction, making it suitable for automated exploitation attempts.

The exploitation flow involves:

  1. Identifying a Vaadin application using Spring Security
  2. Sending a request to /VAADIN (without trailing slash)
  3. Bypassing Spring Security authentication filters
  4. Triggering unauthorized framework initialization
  5. Creating sessions without proper authorization

For technical implementation details, refer to the Vaadin CVE-2026-2742 Advisory and associated pull requests including PR #22998, PR #23033, and PR #23034.

Detection Methods for CVE-2026-2742

Indicators of Compromise

  • Unexpected HTTP requests to /VAADIN endpoint without trailing slash from external IP addresses
  • Anomalous session creation events not associated with authenticated user activity
  • Framework initialization logs triggered by requests lacking proper authentication context
  • Increased volume of requests to framework-reserved paths from untrusted sources

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and log requests to /VAADIN endpoints with unusual path patterns
  • Review Spring Security logs for authentication bypass attempts and unexpected anonymous session creation
  • Deploy SentinelOne Singularity to detect behavioral anomalies associated with unauthorized application access
  • Analyze HTTP access logs for patterns indicating path manipulation attempts targeting Vaadin framework endpoints

Monitoring Recommendations

  • Configure alerting for requests to /VAADIN without trailing slash from external networks
  • Monitor session creation rates for anomalies that may indicate unauthorized access
  • Implement application-level logging for all framework initialization events with correlation to authentication state
  • Enable SentinelOne's real-time threat detection to identify exploitation attempts targeting web application vulnerabilities

How to Mitigate CVE-2026-2742

Immediate Actions Required

  • Identify all Vaadin applications in your environment and determine their version numbers
  • Prioritize upgrading applications using Spring Security to patched Vaadin versions
  • Review application logs for evidence of exploitation attempts prior to patching
  • Implement temporary WAF rules to normalize path patterns for /VAADIN requests while preparing upgrades

Patch Information

Vaadin has released patches across all affected version branches. Users should upgrade according to their current version:

Current Version RangeUpgrade To
14.0.0 - 14.14.014.14.1 or newer
23.0.0 - 23.6.623.6.7 or newer
24.0.0 - 24.9.724.9.8 or newer
25.0.0 - 25.0.125.0.2 or newer

Note that Vaadin versions 10-13 and 15-22 are no longer supported. Users on these versions should migrate to the latest supported release branch (14, 23, 24, or 25).

For patch implementation details, review the fix commits in PR #23037, PR #23052, and PR #23057.

Workarounds

  • Configure Spring Security with explicit path matchers that cover both /VAADIN and /VAADIN/** patterns
  • Implement a servlet filter or reverse proxy rule to normalize /VAADIN requests by appending trailing slashes before reaching the application
  • Restrict access to /VAADIN endpoints at the network level using firewall rules while awaiting patched versions
  • Consider temporarily disabling public access to affected applications if they handle sensitive operations
bash
# Example Spring Security configuration snippet to cover path variations
# Add explicit antMatchers for Vaadin paths in your SecurityConfiguration
# .antMatchers("/VAADIN", "/VAADIN/**").permitAll()
# Note: Consult official Vaadin documentation for recommended Spring Security configuration

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVaadin

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.28%

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

  • GitHub Pull Request #23033

  • GitHub Pull Request #23034

  • GitHub Pull Request #23037

  • GitHub Pull Request #23052

  • GitHub Pull Request #23057

  • Vaadin CVE-2026-2742 Advisory
  • Related CVEs
  • CVE-2026-2741: Vaadin Path Traversal Vulnerability

  • CVE-2025-15022: Vaadin Framework XSS 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