A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-7860

CVE-2026-7860: Vaadin Plugin Information Disclosure Flaw

CVE-2026-7860 is an information disclosure vulnerability in Vaadin Maven and Gradle plugins that exposes environment variables and secrets in build logs. This post covers the technical details, affected versions, and mitigation steps.

Published: May 21, 2026

CVE-2026-7860 Overview

CVE-2026-7860 is an information disclosure vulnerability affecting the Vaadin Maven plugin and Vaadin Gradle plugin. The flaw causes the plugins to log the full set of environment variables to build output whenever the frontend build process exits with a non-zero status. Continuous integration (CI) environments commonly inject credentials, API tokens, and signing keys as environment variables, so any failed frontend build can expose those secrets in clear text within CI logs and archived build artifacts. The issue is tracked under [CWE-209] Generation of Error Message Containing Sensitive Information.

Critical Impact

Failed frontend builds emit all process environment variables to logs, leaking CI/CD secrets such as deployment tokens, registry credentials, and signing keys to anyone with log access.

Affected Products

  • com.vaadin:flow-plugin-base versions 23.0.0–23.6.10, 24.0.0–24.10.3, and 25.0.0–25.1.4
  • com.vaadin:flow-maven-plugin versions 23.0.0–23.6.10, 24.0.0–24.10.3, and 25.0.0–25.1.4
  • com.vaadin:flow-gradle-plugin versions 24.0.0–24.10.3 and 25.0.0–25.1.4

Discovery Timeline

  • 2026-05-19 - CVE-2026-7860 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-7860

Vulnerability Analysis

The Vaadin build plugins delegate the frontend asset compilation step to an external Node.js process. When that child process terminates with a non-zero exit code, the plugin's error-reporting path serializes the complete process environment into the build log to aid troubleshooting. The environment block typically includes every variable inherited from the CI runner, including secrets that orchestration platforms inject for the duration of the job.

The vulnerability is categorized as information exposure through an error message [CWE-209]. Exploitation does not require an attacker to actively trigger the flaw. Any transient frontend build failure, such as a broken dependency, network timeout, or syntax error, is sufficient to surface secrets. Once written, the variables persist in CI history, archived artifacts, and downstream log aggregation systems.

Root Cause

The plugin's failure handler prints the child process environment without filtering or redaction. There is no allowlist of safe variables and no pattern-based suppression for names containing tokens such as SECRET, TOKEN, KEY, or PASSWORD. The behavior is unconditional on non-zero exit status from the Node.js frontend build invocation.

Attack Vector

The attack vector is local and requires read access to build logs or artifacts. An attacker who can view CI job output, pull request build summaries, or stored artifact bundles can extract secrets from any failed Vaadin frontend build. In multi-tenant CI environments or projects with public build logs, this widens the disclosure scope to unauthenticated viewers. The vulnerability does not produce executable code paths and is not directly exploitable for code execution.

The vulnerability manifests in the error-reporting branch of the frontend build invocation. See the Vaadin Security Advisory and the GitHub Pull Request for the corrective patch details.

Detection Methods for CVE-2026-7860

Indicators of Compromise

  • Build log entries from flow-maven-plugin or flow-gradle-plugin containing blocks of KEY=VALUE pairs immediately following a frontend build failure message.
  • Presence of variables named *_TOKEN, *_SECRET, *_PASSWORD, AWS_*, GITHUB_TOKEN, or NPM_TOKEN in archived CI logs.
  • Unexpected use of credentials originally provisioned only to CI runners appearing in external systems after a failed Vaadin build.

Detection Strategies

  • Scan historical CI logs and archived build artifacts for environment variable dumps tied to the Vaadin frontend build step.
  • Run secret-scanning tools such as gitleaks or trufflehog against CI log archives, not only source repositories.
  • Correlate failed Vaadin build events with downstream authentication anomalies in cloud and registry audit trails.

Monitoring Recommendations

  • Enable log redaction features in the CI platform (GitHub Actions, GitLab CI, Jenkins) for any string registered as a secret.
  • Alert on retrieval of build logs and artifacts from jobs that contain Vaadin plugin failure markers.
  • Rotate CI-scoped credentials on a fixed cadence and after each confirmed frontend build failure on vulnerable plugin versions.

How to Mitigate CVE-2026-7860

Immediate Actions Required

  • Upgrade com.vaadin:flow-maven-plugin and com.vaadin:flow-plugin-base to 23.6.11, 24.10.4, or 25.1.5 or later, matching your major version line.
  • Upgrade com.vaadin:flow-gradle-plugin to 24.10.4 or 25.1.5 or later.
  • Audit all CI logs and archived build artifacts generated by vulnerable plugin versions for exposed secrets.
  • Rotate any credential that may have been present in the build environment during a failed Vaadin frontend build.

Patch Information

Vaadin has released fixed versions on all three supported branches. Upgrade to 23.6.11 or newer for the 23.x line, 24.10.4 or newer for the 24.x line, and 25.1.5 or newer for the 25.x line. Vaadin versions 10–13 and 15–22 are no longer supported and must be migrated to 23, 24, or 25 to receive the fix. Patch details are available in the Vaadin Security Advisory and the upstream GitHub Pull Request.

Workarounds

  • Configure the CI runner to inject secrets only into the specific steps that require them, removing them from the environment visible to the Vaadin build step.
  • Restrict read access to CI logs and artifact storage to authorized personnel and disable public log visibility on open-source projects.
  • Enable platform-native secret masking and confirm that masked values cover all credential variables consumed by builds.
bash
# Configuration example: upgrade pinned Vaadin plugin versions in pom.xml or build.gradle
# Maven (pom.xml)
# <plugin>
#   <groupId>com.vaadin</groupId>
#   <artifactId>flow-maven-plugin</artifactId>
#   <version>24.10.4</version>
# </plugin>

# Gradle (build.gradle)
# plugins {
#   id 'com.vaadin' version '24.10.4'
# }

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVaadin

  • SeverityLOW

  • CVSS Score1.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:H/VI:N/VA:N/SC:H/SI:H/SA:N/E:U/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:A/V:C/RE:L/U:Green
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-209
  • Technical References
  • GitHub Pull Request

  • Vaadin Security Advisory
  • Related CVEs
  • CVE-2026-2742: Vaadin Spring Security Auth Bypass Flaw

  • 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 Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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