Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven
Not in CISA KEV

GHSA-j8mx-j73w-9mxw

Fix: vaadin/flow#24219

GHSA-j8mx-j73w-9mxw is a CWE-209 vulnerability in com.vaadin:flow-plugins. O3 Security confirms whether GHSA-j8mx-j73w-9mxw is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Vaadin Build Plugins is Affected by a Possible Information Disclosure Vulnerability

Also known asCVE-2026-7860
Published
May 19, 2026
Updated
Jun 4, 2026
Affected
14 pkgs
Patched
14 / 14
Exploits
None indexed
Exploitation data as of Aug 14, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-j8mx-j73w-9mxw.

EPSS Exploitation Probability

via FIRST.org ↗
0.1%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs2th percentile — riskier than 2% of all scored CVEsHighest risk
0.00%0.21%0.41%0.62%0.0%0.1%0.1%0.1%Jun 26Aug 26Aug 26

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Real-World Exposure

14 pkgs affected
com.vaadin:flow-pluginscom.vaadin:flow-pluginscom.vaadin:flow-pluginscom.vaadin:flow-pluginscom.vaadin:flow-pluginscom.vaadin:flow-maven-plugincom.vaadin:flow-maven-plugincom.vaadin:flow-maven-plugin+6 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

A possible information disclosure vulnerability exists in the Vaadin Maven plugin and Vaadin Gradle plugin that exposes the full set of environment variables in build logs whenever the frontend build process exits with a non-zero status. Because the build environment may contain credentials supplied as secrets, any failed frontend build can expose those secrets in clear text in CI logs and archived build artifacts.

Users of affected versions should apply the following mitigation or upgrade. Releases that have fixed this issue include:

Product versionMitigation
Vaadin 23.0.0 - 23.6.10Upgrade to 23.6.11
Vaadin 24.0.0 - 24.9.17Upgrade to 24.9.18
Vaadin 24.10.0 - 24.10.3Upgrade to 24.10.4
Vaadin 25.0.0 - 25.0.11Upgrade to 25.0.12
Vaadin 25.1.0 - 25.1.4Upgrade to 25.1.5 or newer

Please note that Vaadin versions 10-13 and 15-22 are no longer supported and you should update either to the latest 23, 24, or 25 version.

Maven coordinatesVulnerable versionFixed version
com.vaadin:flow-plugin-base23.0.0 - 23.6.10≥ 23.6.11
com.vaadin:flow-plugin-base24.0.0 - 24.9.17≥ 24.9.18
com.vaadin:flow-plugin-base24.0.0 - 24.10.3≥ 24.10.4
com.vaadin:flow-plugin-base25.0.0 - 25.0.11≥ 25.0.12
com.vaadin:flow-plugin-base25.1.0 - 25.1.4≥ 25.1.5
com.vaadin:flow-maven-plugin23.0.0 - 23.6.10≥ 23.6.11
com.vaadin:flow-maven-plugin24.0.0 - 24.9.17≥ 24.9.18
com.vaadin:flow-maven-plugin24.0.0 - 24.10.3≥ 24.10.4
com.vaadin:flow-maven-plugin25.0.0 - 25.0.11≥ 25.0.12
com.vaadin:flow-maven-plugin25.1.0 - 25.1.4≥ 25.1.5
com.vaadin:flow-gradle-plugin24.0.0 - 24.9.17≥ 24.9.18
com.vaadin:flow-gradle-plugin24.0.0 - 24.10.3≥ 24.10.4
com.vaadin:flow-gradle-plugin25.0.0 - 25.0.11≥ 25.0.12
com.vaadin:flow-gradle-plugin25.1.0 - 25.1.4≥ 25.1.5

Affected Packages

14 total 14 fixed
EcosystemPackageVulnerable rangeFix
Mavencom.vaadin:flow-plugins23.0.0&&< 23.6.1123.6.11
Mavencom.vaadin:flow-plugins24.0.0&&< 24.9.1824.9.18
Mavencom.vaadin:flow-plugins24.10.0&&< 24.10.424.10.4
Mavencom.vaadin:flow-plugins25.0.0&&< 25.0.1225.0.12
Mavencom.vaadin:flow-plugins25.1.0&&< 25.1.525.1.5
Mavencom.vaadin:flow-maven-plugin23.0.0&&< 23.6.1123.6.11

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for com.vaadin:flow-plugins. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update com.vaadin:flow-plugins to 23.6.11 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-j8mx-j73w-9mxw is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether GHSA-j8mx-j73w-9mxw is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-j8mx-j73w-9mxw. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

A possible information disclosure vulnerability exists in the Vaadin Maven plugin and Vaadin Gradle plugin that exposes the full set of environment variables in build logs whenever the frontend build process exits with a non-zero status. Because the build environment may contain credentials supplied as secrets, any failed frontend build can expose those secrets in clear text in CI logs and archived build artifacts. Users of affected versions should apply the following mitigation or upgrade. Releases that have fixed this issue include: | Product version | Mitigation | |---|---| | `Vaadin 23
O3 Security · Impact-Aware SCA

Is GHSA-j8mx-j73w-9mxw in your dependencies?

O3 detects GHSA-j8mx-j73w-9mxw across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.

GHSA-j8mx-j73w-9mxw: flow-plugins… | O3 Security