目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-15806— Python 加密问题漏洞

一分钟漏洞结论

影响对象
Python Software Foundation CPython
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Python是Python基金会开源的一套开源的、面向对象的程序设计语言。该语言具有可扩展、支持模块和包、支持多种平台等特点。 Python 3.15.0之前版本存在安全漏洞,该漏洞源于urllib.request模块中的HTTPPasswordMgr类及其子类在将存储的凭据与请求的URL匹配时未考虑URL协议,可能导致攻击者通过重定向或将客户端降级为明文HTTP来捕获明文凭据。

CVSS 6.0 · Medium EPSS 0.43% · P36

可能的 ATT&CK 技术 1 AI

T1078 · Valid Accounts

影响版本矩阵 1

厂商产品 版本范围状态
Python Software Foundation CPython < 3.15.0 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-15806 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
`HTTPPasswordMgr` can send saved HTTPS credentials via HTTP because of incorrect scheme matching
来源: CVE Program / CVE List V5
Vulnerability Description
The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also used for requests to the same host over http://, so an attacker able to redirect or downgrade a client to plain HTTP (for example, via an HTTPS-to-HTTP redirect or an on-path position) could capture credentials in cleartext. Credentials added for http:// URLs could likewise be sent over https://. Credential matching is now scoped by URL scheme. Credentials registered with a URL that includes a scheme are only used for requests with the same scheme. Credentials registered with a bare authority (such as example.com or example.com:8080) continue to match any scheme, preserving compatibility with existing code, including proxy authentication. Users who cannot upgrade immediately can mitigate by ensuring that applications never make plain http:// requests to hosts for which credentials are registered, for example by not following redirects to http:// URLs.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
敏感数据的明文传输
来源: CVE Program / CVE List V5
Vulnerability Title
Python 加密问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Python是Python基金会开源的一套开源的、面向对象的程序设计语言。该语言具有可扩展、支持模块和包、支持多种平台等特点。 Python 3.15.0之前版本存在安全漏洞,该漏洞源于urllib.request模块中的HTTPPasswordMgr类及其子类在将存储的凭据与请求的URL匹配时未考虑URL协议,可能导致攻击者通过重定向或将客户端降级为明文HTTP来捕获明文凭据。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Python Software Foundation CPython 0 ~ 3.15.0 -

二、漏洞 CVE-2026-15806 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-15806 的情报信息

登录查看更多情报信息。

CVE-2026-15806 补丁与修复 (6)

CVE-2026-15806 厂商安全公告 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-15806

暂无评论


发表评论