CVE-2026-40975
EUVD-2026-2593928.04.2026, 00:16
Values produced by ${random.value} are not suitable for use as secrets. ${random.uuid} is not affected. ${random.int} and ${random.long} should never be used for secrets as they are numeric values with a predictable range.
Affected: Spring Boot 4.0.0–4.0.5 (fix 4.0.6), 3.5.0–3.5.13 (fix 3.5.14), 3.4.0–3.4.15 (fix 3.4.16), 3.3.0–3.3.18 (fix 3.3.19), 2.7.0–2.7.32 (fix 2.7.33); random value property source / weak PRNG for secrets. Versions that are no longer supported are also affected per vendor advisory.Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| vmware | spring_boot | 𝑥 < 2.7.33 |
| vmware | spring_boot | 3.3.0 ≤ 𝑥 < 3.3.19 |
| vmware | spring_boot | 3.4.0 ≤ 𝑥 < 3.4.16 |
| vmware | spring_boot | 3.5.0 ≤ 𝑥 < 3.5.14 |
| vmware | spring_boot | 4.0.0 ≤ 𝑥 < 4.0.6 |
𝑥
= Vulnerable software versions
Early Detection
Affected products identified ahead of NVD analysis through intelligence sources.
| Vendor | Product | Version | Source |
|---|---|---|---|
| Red Hat | Red Hat OpenShift Dev Spaces 3.28 | 1779528224 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift Dev Spaces 3.28 | 1779359423 ≤ 𝑥 < * | ADP |
Common Weakness Enumeration
- CWE-330 - Use of Insufficiently Random ValuesThe software uses insufficiently random numbers or values in a security context that depends on unpredictable numbers.
- CWE-338 - Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG's algorithm is not cryptographically strong.
References