CVE-2025-7394 (CNNVD-202507-2482)
中文标题:
OpenSSL 安全漏洞
英文标题:
In the OpenSSL compatibility layer implementation, the function RAND_poll() was not behaving as expe...
漏洞描述
中文描述:
OpenSSL是OpenSSL团队的一个开源的能够实现安全套接层(SSLv2/v3)和安全传输层(TLSv1)协议的通用加密库。该产品支持多种加密算法,包括对称密码、哈希算法、安全散列算法等。 OpenSSL存在安全漏洞,该漏洞源于RAND_poll函数行为异常,可能导致fork后生成弱随机数。
英文描述:
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.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| wolfSSL | wolfSSL | - | ≤ 5.8.0 | - |
cpe:2.3:a:wolfssl:wolfssl:*:*:*:*:*:*:*:*
|
| wolfssl | wolfssl | * | - | - |
cpe:2.3:a:wolfssl:wolfssl:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
CVSS评分详情
4.0 (cna)
HIGHCVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-7394 |
2025-11-11 15:23:36 | 2025-11-11 07:40:51 |
| NVD | nvd_CVE-2025-7394 |
2025-11-11 15:00:57 | 2025-11-11 07:48:37 |
| CNNVD | cnnvd_CNNVD-202507-2482 |
2025-11-11 15:12:51 | 2025-11-11 08:00:00 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 1 -> 2
查看详细变更
- vulnerability_type: 未提取 -> 其他
- cnnvd_id: 未提取 -> CNNVD-202507-2482
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']