In the OpenSSL compatibility layer implementation, the function RAND_poll() was not behaving as expected and leading to the potential for predictable values returned from RAND_bytes() after fork() is called. This can lead to weak or predictable random numbers generated in applications that are both using RAND_bytes() and doing fork() operations. This only affects applications explicitly calling RAND_bytes() after fork() and does not affect any internal TLS operations. Although RAND_bytes() documentation in OpenSSL calls out not being safe for use with fork() without first calling RAND_poll(), an additional code change was also made in wolfSSL to make RAND_bytes() behave similar to OpenSSL after a fork() call without calling RAND_poll(). Now the Hash-DRBG used gets reseeded after detecting running in a new process. If making use of RAND_bytes() and calling fork() we recommend updating to the latest version of wolfSSL. Thanks to Per Allansson from Appgate for the report.
Conclusion & alert: CVE-2025-7394 is rated Moderate Risk (48.8/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.37%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-12 | 0.31% | 0.37% | +0.06% |
| 2 | 2026-05-14 | 0.05% | 0.31% | +0.25% |
| 3 | 2026-03-23 | — | 0.05% | — |
Full EPSS history (8 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.0 | 4.0 | HIGH |
|
— | — | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2025-7394: 1 source package rows (wolfssl); 20 state rows across 2 repos (3.22-community, edge-community); fixed 0, open 20. | https://security.alpinelinux.org/vuln/CVE-2025-7394 |
debian
|
not yet assigned | CVE-2025-7394 not yet assigned priority: Debian including 1 source packages (wolfssl), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 4, open 1. | https://security-tracker.debian.org/tracker/CVE-2025-7394 |
suse
|
medium | CVE-2025-7394 severity moderate: SUSE including 23 source package names (libmariadbd-devel, libmariadbd104-devel, …), 195 product×package rows across 32 product lines (SLES-LTSS-TERADATA 15 SP2, SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS, … (32 product lines)): Known Not Affected 195. | https://www.suse.com/security/cve/CVE-2025-7394/ |
ubuntu
|
medium | CVE-2025-7394 medium priority: Ubuntu including 1 source packages (wolfssl), 8 status rows across 8 suites (bionic, focal, jammy, noble, plucky, questing, upstream, xenial): needs-triage 7, ignored 1. | https://ubuntu.com/security/CVE-2025-7394 |
| URL | Tags |
|---|---|
| https://github.com/wolfSSL/wolfssl/blob/master/ChangeLog.md#wolfssl-release-582-july-17-2025 | Release Notes |