Skip to main content

Spring Tools CVE-2026-47882

| EUVDEUVD-2026-50973 HIGH
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) (CWE-338)
2026-07-30 vmware GHSA-cpfc-g4p9-rg24
8.3
CVSS 3.1 · Vendor: vmware
Share

Severity by source

Vendor (vmware) PRIMARY
8.3 HIGH
AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
vuln.today AI
9.0 CRITICAL

Deployed DevTools remote endpoint is typically network-reachable (AV:N); predicting the weak PRNG secret is non-trivial (AC:H); no privileges needed (PR:N); compromise crosses to the separate deployed app (S:C) enabling full code execution (C/I/A:H).

3.1 AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (vmware).

CVSS VectorVendor: vmware

Attack Vector
Adjacent
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jul 30, 2026 - 08:30 vuln.today
CVE Published
Jul 30, 2026 - 05:26 cve.org
HIGH 8.3

DescriptionCVE.org

When enabling Spring Boot DevTools support for a remote application target (for example a Docker container or Cloud Foundry app) from the Spring Tools Boot Dashboard, Spring Tools generates a shared secret that authenticates DevTools remote-restart uploads to the deployed application. This secret was generated using a non-cryptographic pseudo-random number generator rather than a cryptographically secure source of randomness. Affected Spring Products and Versions: Spring Tools for Eclipse: 5.2.0 and earlier

AnalysisAI

Predictable shared-secret generation in Spring Tools for Eclipse (5.2.0 and earlier) weakens the authentication protecting Spring Boot DevTools remote-restart uploads to remotely deployed targets such as Docker containers or Cloud Foundry apps. Because the secret is derived from a non-cryptographic PRNG rather than a secure random source, an attacker able to reach the deployed application's DevTools remote endpoint may predict the secret, authenticate restart uploads, and push arbitrary code, yielding remote code execution (CVSS 8.3, scope-changed). There is no public exploit identified at time of analysis, and it is not listed in CISA KEV.

Technical ContextAI

The affected component is the Spring Tools IDE tooling (cpe:2.3:a:spring:spring_tools_for_eclipse) and specifically its Boot Dashboard integration with Spring Boot DevTools 'remote' support. Spring Boot DevTools includes a RemoteSpringApplication client and a server-side endpoint that lets a developer trigger live restarts and file uploads to an application running elsewhere; these uploads are authenticated by a shared secret configured on both ends. Spring Tools automates provisioning that secret when a remote target is enabled from the Boot Dashboard. The root cause (no CWE assigned in the input, but functionally CWE-338 Use of Cryptographically Weak PRNG / CWE-330 Use of Insufficiently Random Values) is that this secret was produced with a general-purpose pseudo-random generator (e.g. java.util.Random-style) whose output is statistically predictable and, given enough observed values or knowledge of seeding, can be reconstructed - collapsing the entropy that the upload-authentication mechanism depends on.

RemediationAI

Consult the vendor advisory at https://spring.io/security/cve-2026-47882 and upgrade Spring Tools for Eclipse to a release later than 5.2.0 once available; no exact fix version is provided in the available data, so treat this as 'patch available per vendor advisory' and confirm the fixed build number directly from spring.io. As compensating controls until patched: do not enable DevTools remote support from the Boot Dashboard against internet- or shared-network-reachable targets, and never enable spring-boot-devtools remote in production deployments (remove the devtools dependency and any spring.devtools.remote.secret usage from production artifacts). If remote restart is required during development, restrict network access to the DevTools remote endpoint to trusted developer hosts (firewall/security-group allowlist or VPN) so a predictable secret cannot be exploited remotely, and manually set a long, high-entropy spring.devtools.remote.secret rather than relying on the tool-generated value - the trade-off being additional manual key management. Rotate any secrets previously generated by an affected Spring Tools version.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-47882 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy