CVE-2025-62710
Sakailms Sakai ≤ 23.5
Raw vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:NSummary
CVE-2025-62710 is a medium-severity PRNG (CWE-337) vulnerability in Sakailms Sakai. Its CVSS base score is 5.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Weaken Encryption (T1600); ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SC-12 (Cryptographic Key Establishment and Management) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-35623
Vulnerability Data
Sakai is a Collaboration and Learning Environment. Prior to versions 23.5 and 25.0, EncryptionUtilityServiceImpl initialized an AES256TextEncryptor password (serverSecretKey) using RandomStringUtils with the default java.util.Random. java.util.Random is a non‑cryptographic PRNG and can be predicted from limited state/seed information (e.g., start…
more
time window), substantially reducing the effective search space of the generated key. An attacker who can obtain ciphertexts (e.g., exported or at‑rest strings protected by this service) and approximate the PRNG seed can feasibly reconstruct the serverSecretKey and decrypt affected data. SAK-49866 is patched in Sakai 23.5, 25.0, and trunk.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 3 hardening rules · 1 OS baseline
V6.5.3V7.2.3V11.5.1
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and evaluation can discover use of predictable seeds such as time or PID.
Proper cryptographic key establishment and management includes using unpredictable seeds for PRNGs that feed key generation.
Engineering principles can require cryptographically secure PRNGs seeded from high-entropy sources.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly require cryptographically secure PRNG seeding, preventing predictable seeds while the control addresses many additional weaknesses.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect and prevent use of weak or predictable PRNG seeds.
Mandates use of cryptography, which includes selecting and seeding PRNGs with sufficient entropy.
Requires secure development practices that should include proper PRNG seeding.
Application security requirements can specify cryptographic controls that mitigate predictable seeds.
Secure architecture principles include choosing cryptographically strong random number generation.
Secure coding standards explicitly forbid predictable PRNG seeds.
Hardening callouts derived
Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).
Oracle Linux 8 (3 rules)
- V-248563 The OL 8 SSH server must be configured to use strong entropy. prevents CWE-337
- V-248600 OL 8 must have the packages required to use the hardware random number generator entropy gatherer service. prevents CWE-337
- V-248599 OL 8 must enable the hardware random number generator entropy gatherer service. prevents CWE-337