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

CVE-2026-2741: Vaadin Path Traversal Vulnerability

CVE-2026-2741 is a path traversal vulnerability in Vaadin Framework affecting Node.js download and extraction. Malicious ZIP archives can write files outside intended directories during automated downloads.

Published: March 13, 2026

CVE-2026-2741 Overview

CVE-2026-2741 is a Path Traversal vulnerability affecting multiple versions of the Vaadin web application framework. Specially crafted ZIP archives can escape the intended extraction directory during Node.js download and extraction in Vaadin's build process. Vaadin automatically downloads and extracts Node.js if it is not installed locally, creating an attack surface where malicious actors can serve crafted archives containing path traversal sequences that write files outside the intended extraction directory.

The vulnerability can be exploited through various attack vectors including DNS hijacking, man-in-the-middle (MITM) attacks, compromised mirrors, or supply chain attacks. An attacker who can intercept or control the Node.js download can inject malicious content into the build environment.

Critical Impact

Successful exploitation allows attackers to write arbitrary files outside the intended extraction directory, potentially leading to code execution or system compromise during the build process.

Affected Products

  • Vaadin 14.2.0 through 14.14.0
  • Vaadin 23.0.0 through 23.6.6
  • Vaadin 24.0.0 through 24.9.8
  • Vaadin 25.0.0 through 25.0.2

Discovery Timeline

  • March 10, 2026 - CVE-2026-2741 published to NVD
  • March 11, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2741

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal). The flaw exists in how Vaadin's build tooling handles ZIP archive extraction when downloading Node.js dependencies.

During the build process, Vaadin checks for a locally installed Node.js runtime. If none is found, the framework automatically downloads and extracts Node.js from an external source. The extraction routine fails to properly validate file paths within the archive, allowing entries containing path traversal sequences (such as ../) to write files outside the designated extraction directory.

The attack requires an adversarial position in the network path between the Vaadin build environment and the Node.js download source. This could be achieved through DNS hijacking to redirect requests to an attacker-controlled server, MITM attacks on networks where the build process runs, compromise of legitimate mirror servers, or supply chain attacks targeting package distribution infrastructure.

Root Cause

The root cause is improper input validation during ZIP archive extraction. The extraction process does not sanitize or reject archive entries containing directory traversal sequences like ../ or absolute paths. When these malicious entries are processed, files are written to locations outside the intended extraction directory based on the attacker-controlled path components.

Attack Vector

The attack is network-based and requires the attacker to intercept or control the Node.js download. The exploitation flow involves:

  1. The Vaadin build process initiates a download for Node.js
  2. An attacker intercepts this request through DNS hijacking, MITM, or compromised infrastructure
  3. The attacker serves a malicious ZIP archive containing entries with path traversal sequences
  4. The vulnerable extraction routine processes these entries, writing files to attacker-specified locations outside the intended directory
  5. Depending on write permissions and target locations, this can lead to arbitrary file overwrite, code injection, or build process compromise

The vulnerability affects build-time operations, meaning development and CI/CD environments are the primary targets. Exploitation is constrained by the requirement for network-level access to intercept downloads.

Detection Methods for CVE-2026-2741

Indicators of Compromise

  • Unexpected files appearing outside Vaadin's Node.js extraction directory during builds
  • Network traffic to unusual or unauthorized Node.js download sources
  • Build logs showing extraction of files with ../ path components
  • Modified or new files in parent directories of the expected extraction location

Detection Strategies

  • Monitor network traffic from build environments for DNS anomalies or connections to untrusted hosts during Node.js downloads
  • Implement file integrity monitoring on build servers to detect unexpected file writes during Vaadin builds
  • Review build logs for extraction warnings or errors indicating path traversal attempts
  • Use network segmentation and allowlisting to restrict where build processes can download dependencies

Monitoring Recommendations

  • Configure build pipelines to verify checksums of downloaded Node.js archives against known-good values
  • Implement TLS certificate pinning for Node.js download endpoints where possible
  • Deploy intrusion detection rules to alert on ZIP files containing path traversal sequences
  • Audit DNS configurations and use DNSSEC to prevent DNS hijacking attacks

How to Mitigate CVE-2026-2741

Immediate Actions Required

  • Upgrade Vaadin 14.2.0-14.14.0 to version 14.14.1 or newer
  • Upgrade Vaadin 23.0.0-23.6.6 to version 23.6.7 or newer
  • Upgrade Vaadin 24.0.0-24.9.8 to version 24.9.9 or newer
  • Upgrade Vaadin 25.0.0-25.0.2 to version 25.0.3 or newer
  • Use a globally pre-installed Node.js version compatible with your Vaadin version to bypass the vulnerable download mechanism

Patch Information

Vaadin has released patches addressing this vulnerability across all affected version branches. The fixes implement proper path validation during ZIP archive extraction to prevent directory traversal attacks. Multiple pull requests have been merged to address this issue:

  • GitHub Pull Request #23125
  • GitHub Pull Request #23130
  • GitHub Pull Request #23131
  • GitHub Pull Request #23133
  • GitHub Pull Request #23135

For complete details, refer to the Vaadin CVE-2026-2741 Security Advisory.

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

Workarounds

  • Install Node.js globally on build machines rather than relying on Vaadin's automatic download functionality
  • Verify the integrity of Node.js downloads using checksums before allowing extraction
  • Implement network controls to ensure Node.js downloads only come from trusted, verified sources
  • Use container-based builds with pre-installed Node.js to eliminate the download attack surface
bash
# Install Node.js globally to bypass Vaadin's automatic download
# Example for Ubuntu/Debian systems
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs

# Verify installation
node --version
npm --version

# Vaadin will detect the global installation and skip the download

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechVaadin

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:N/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:N/AU:N/R:U/V:D/RE:L/U:Amber
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Pull Request #23125

  • GitHub Pull Request #23130

  • GitHub Pull Request #23131

  • GitHub Pull Request #23133

  • GitHub Pull Request #23135

  • Vaadin CVE-2026-2741 Security Advisory
  • Related CVEs
  • CVE-2026-2742: Vaadin Authentication Bypass 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