请求 `Session` 对象在使用 verify=False 发出第一个请求后不验证请求 (CVE-2024-35195)
CVE编号
CVE-2024-35195利用情况
暂无补丁情况
N/A披露时间
2024-05-21漏洞描述
Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of `verify`. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接 |
|
---|---|
https://github.com/psf/requests/commit/a58d7f2ffb4d00b46dca2d70a3932a0b37e22fac | |
https://github.com/psf/requests/pull/6655 | |
https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56 |
- 攻击路径 本地
- 攻击复杂度 高
- 权限要求 高
- 影响范围 未更改
- 用户交互 需要
- 可用性 无
- 保密性 高
- 完整性 高
CWE-ID | 漏洞类型 |
Exp相关链接

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