中危 wolfssl wolfssl 对因果或异常条件的不恰当检查
CVE编号
CVE-2022-38152利用情况
暂无补丁情况
官方补丁披露时间
2022-09-01漏洞描述
An issue was discovered in wolfSSL before 5.5.0. When a TLS 1.3 client connects to a wolfSSL server and SSL_clear is called on its session, the server crashes with a segmentation fault. This occurs in the second session, which is created through TLS session resumption and reuses the initial struct WOLFSSL. If the server reuses the previous session structure (struct WOLFSSL) by calling wolfSSL_clear(WOLFSSL* ssl) on it, the next received Client Hello (that resumes the previous session) crashes the server. Note that this bug is only triggered when resuming sessions using TLS session resumption. Only servers that use wolfSSL_clear instead of the recommended SSL_free; SSL_new sequence are affected. Furthermore, wolfSSL_clear is part of wolfSSL's compatibility layer and is not enabled by default. It is not part of wolfSSL's native API.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | wolfssl | wolfssl | * | Up to (excluding) 5.5.0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.17 | wolfssl | * | Up to (excluding) 5.5.0-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.18 | wolfssl | * | Up to (excluding) 5.5.0-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_edge | wolfssl | * | Up to (excluding) 5.5.0-r0 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | wolfssl | * | Up to (including) 4.6.0+p1-0+deb11u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | wolfssl | * | Up to (excluding) 5.5.3-1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | wolfssl | * | Up to (excluding) 5.5.3-1 | |||||
- 攻击路径 本地
- 攻击复杂度 复杂
- 权限要求 无需权限
- 影响范围 越权影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 数据泄露
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-754 | 对因果或异常条件的不恰当检查 |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论