9 Star 1 Fork 30

src-openEuler/python-requests

CVE-2023-32681

已完成
CVE和安全问题
创建于  
2023-05-24 12:43

一、漏洞信息
漏洞编号:CVE-2023-32681
漏洞归属组件:python-requests
漏洞归属的版本:2.24.0,2.25.1,2.26.0,2.27.1,2.28.1
CVSS V3.0分值:
BaseScore:6.1 Medium
Vector:CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N
漏洞简述:
Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuild_proxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent through the tunnel, the proxy will identify the header in the request itself and remove it prior to forwarding to the destination server. However when sent over HTTPS, the Proxy-Authorization header must be sent in the CONNECT request as the proxy has no visibility into the tunneled request. This results in Requests forwarding proxy credentials to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate sensitive information. This issue has been patched in version 2.31.0.
漏洞公开时间:2023-05-27 02:15:00
漏洞创建时间:2023-05-28 02:02:28
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2023-32681

更多参考(点击展开)
参考来源 参考链接 来源链接
nvd https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
nvd https://github.com/psf/requests/releases/tag/v2.31.0
nvd https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5
nvd https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AW7HNFGYP44RT3DUDQXG2QT3OEV2PJ7Y/
nvd https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KOYASTZDGQG2BWLSNBPL3TQRL2G7QYNZ/
redhat https://access.redhat.com/security/cve/CVE-2023-32681
suse_bugzilla http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-32681 https://bugzilla.suse.com/show_bug.cgi?id=1211674
suse_bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2209469 https://bugzilla.suse.com/show_bug.cgi?id=1211674
redhat_bugzilla https://user:pass@proxy:8080), https://bugzilla.redhat.com/show_bug.cgi?id=2209469
redhat_bugzilla https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q) https://bugzilla.redhat.com/show_bug.cgi?id=2209469
debian https://security-tracker.debian.org/tracker/CVE-2023-32681
cve_search https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
cve_search https://github.com/psf/requests/releases/tag/v2.31.0
cve_search https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5
cve_search https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AW7HNFGYP44RT3DUDQXG2QT3OEV2PJ7Y/
cve_search https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KOYASTZDGQG2BWLSNBPL3TQRL2G7QYNZ/
github_advisory https://nvd.nist.gov/vuln/detail/CVE-2023-32681 https://github.com/advisories/GHSA-j8r2-6x86-q33q
github_advisory https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AW7HNFGYP44RT3DUDQXG2QT3OEV2PJ7Y/ https://github.com/advisories/GHSA-j8r2-6x86-q33q
github_advisory https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q https://github.com/advisories/GHSA-j8r2-6x86-q33q
github_advisory https://github.com/psf/requests/releases/tag/v2.31.0 https://github.com/advisories/GHSA-j8r2-6x86-q33q
github_advisory https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5 https://github.com/advisories/GHSA-j8r2-6x86-q33q
osv https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q https://osv.dev/vulnerability/GHSA-j8r2-6x86-q33q
osv https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5 https://osv.dev/vulnerability/GHSA-j8r2-6x86-q33q
osv https://github.com/psf/requests https://osv.dev/vulnerability/GHSA-j8r2-6x86-q33q
nvd https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
nvd https://github.com/psf/requests/releases/tag/v2.31.0
nvd https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5
nvd https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AW7HNFGYP44RT3DUDQXG2QT3OEV2PJ7Y/

漏洞分析指导链接:
https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md
漏洞数据来源:
其它
漏洞补丁信息:

详情(点击展开)
影响的包 修复版本 修复补丁 问题引入补丁 来源
https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5 nvd
https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5 github_advisory
https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5 osv
https://github.com/psf/requests/commit/74ea7cf7a6a27a4eeb2ae24e162bcc942a6706d5 debian

二、漏洞分析结构反馈
影响性分析说明:
Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuild_proxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent through the tunnel, the proxy will identify the header in the request itself and remove it prior to forwarding to the destination server. However when sent over HTTPS, the Proxy-Authorization header must be sent in the CONNECT request as the proxy has no visibility into the tunneled request. This results in Requests forwarding proxy credentials to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate sensitive information. This issue has been patched in version 2.31.0.
openEuler评分:
6.1
Vector:CVSS:2.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N
受影响版本排查(受影响/不受影响):
1.openEuler-20.03-LTS-SP1(2.24.0):受影响
2.openEuler-20.03-LTS-SP3(2.24.0):受影响
3.openEuler-22.03-LTS(2.26.0):受影响
4.openEuler-22.03-LTS-SP1(2.26.0):受影响

修复是否涉及abi变化(是/否):
1.openEuler-20.03-LTS-SP1(2.24.0):否
2.openEuler-20.03-LTS-SP3(2.24.0):否
3.openEuler-22.03-LTS(2.26.0):否
4.openEuler-22.03-LTS-SP1(2.26.0):否

三、漏洞修复
安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2023-1341

评论 (10)

majun-bot 创建了CVE和安全问题 2年前
majun-bot 添加了
 
CVE/UNFIXED
标签
2年前
展开全部操作日志
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
参考网址 关联pr 状态 补丁链接
https://nvd.nist.gov/vuln/detail/CVE-2023-32681
https://ubuntu.com/security/CVE-2023-32681NoneNonehttps://discourse.ubuntu.com/c/ubuntu-pro
https://www.opencve.io/cve/CVE-2023-32681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2023-32681
https://security-tracker.debian.org/tracker/CVE-2023-32681
http://www.cnnvd.org.cn/web/vulnerability/queryLds.tag?qcvCnnvdid=CVE-2023-32681

说明:补丁链接仅供初步排查参考,实际可用性请人工再次确认,补丁下载验证可使用CVE补丁工具
若补丁不准确,烦请在此issue下评论 '/report-patch 参考网址 补丁链接1,补丁链接2' 反馈正确信息,便于我们不断优化工具,不胜感激。
如 /report-patch https://security-tracker.debian.org/tracker/CVE-2021-3997 https://github.com/systemd/systemd/commit/5b1cf7a9be37e20133c0208005274ce4a5b5c6a1

openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
majun-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
majun-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 修改了描述 2年前

影响性分析说明:
Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuild_proxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent through the tunnel, the proxy will identify the header in the request itself and remove it prior to forwarding to the destination server. However when sent over HTTPS, the Proxy-Authorization header must be sent in the CONNECT request as the proxy has no visibility into the tunneled request. This results in Requests forwarding proxy credentials to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate sensitive information. This issue has been patched in version 2.31.0.
openEuler评分: (评分和向量)
BaseScore:6.1
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N
受影响版本排查(受影响/不受影响):
1.openEuler-20.03-LTS-SP1(2.24.0):受影响
2.openEuler-20.03-LTS-SP3(2.24.0):受影响
3.openEuler-22.03-LTS(2.26.0):受影响
4.openEuler-22.03-LTS-SP1(2.26.0):受影响

修复是否涉及abi变化(是/否):
1.openEuler-20.03-LTS-SP1(2.24.0):否
2.openEuler-20.03-LTS-SP3(2.24.0):否
3.openEuler-22.03-LTS(2.26.0):否
4.openEuler-22.03-LTS-SP1(2.26.0):否

openeuler-ci-bot 修改了描述 2年前
张攀 通过合并 Pull Request !41: fix CVE-2023-32681任务状态待办的 修改为已完成 2年前
openeuler-ci-bot 任务状态已完成 修改为待办的 2年前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 移除了
 
sig/Networking
标签
2年前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
张攀 通过合并 Pull Request !42: fix CVE-2023-32681任务状态待办的 修改为已完成 2年前
openeuler-ci-bot 任务状态已完成 修改为待办的 2年前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 移除了
 
sig/Networking
标签
2年前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
张攀 通过合并 Pull Request !43: fix CVE-2023-32681任务状态待办的 修改为已完成 2年前
openeuler-ci-bot 任务状态已完成 修改为待办的 2年前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 移除了
 
sig/Networking
标签
2年前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
张攀 通过合并 Pull Request !44: fix CVE-2023-32681任务状态待办的 修改为已完成 2年前
openeuler-ci-bot 任务状态已完成 修改为待办的 2年前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 移除了
 
sig/Networking
标签
2年前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
openeuler-sync-bot 通过合并 Pull Request !45: [sync] PR-43: fix CVE-2023-32681任务状态待办的 修改为已完成 2年前
openeuler-ci-bot 任务状态已完成 修改为待办的 2年前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 移除了
 
sig/Networking
标签
2年前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
openeuler-sync-bot 通过合并 Pull Request !46: [sync] PR-43: fix CVE-2023-32681任务状态待办的 修改为已完成 2年前
openeuler-ci-bot 任务状态已完成 修改为待办的 2年前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 移除了
 
sig/Networking
标签
2年前
openeuler-ci-bot 添加了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
openeuler-sync-bot 通过合并 Pull Request !47: [sync] PR-44: fix CVE-2023-32681任务状态待办的 修改为已完成 2年前
openeuler-ci-bot 移除了
 
CVE/UNFIXED
标签
2年前
openeuler-ci-bot 移除了
 
sig/Networking
标签
2年前
openeuler-ci-bot 添加了
 
CVE/FIXED
标签
2年前
openeuler-ci-bot 添加了
 
sig/Networking
标签
2年前
openeuler-ci-bot 修改了描述 2年前
openeuler-ci-bot 计划开始日期设置为2023-05-24 2年前
openeuler-ci-bot 计划截止日期设置为2023-06-23 2年前
openeuler-ci-bot 优先级设置为次要 2年前
openeuler-ci-bot 移除了
 
CVE/FIXED
标签
4个月前
openeuler-ci-bot 移除了
 
sig/Networking
标签
4个月前
openeuler-ci-bot 添加了
 
CVE/UNAFFECTED
标签
4个月前
openeuler-ci-bot 添加了
 
sig/Networking
标签
4个月前

登录 后才可以发表评论

状态
负责人
项目
预计工期 (小时)
开始日期   -   截止日期
-
置顶选项
优先级
里程碑
分支
参与者(3)
5329419 openeuler ci bot 1632792936 张攀-zppzhangpan majun-bot-openMajun_admin
1
https://gitee.com/src-openeuler/python-requests.git
git@gitee.com:src-openeuler/python-requests.git
src-openeuler
python-requests
python-requests

搜索帮助