๐Ÿ” CVE Alert

CVE-2026-15806

UNKNOWN 0.0

`HTTPPasswordMgr` can send saved HTTPS credentials via HTTP because of incorrect scheme matching

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-319 CWE-522
Vendor python software foundation
Product cpython
Published Aug 18, 2026
Last Updated Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for python software foundation cpython

Be the first to know when new unknown vulnerabilities affecting python software foundation cpython are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Python Software Foundation / CPython
0 < 3.15.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/python/cpython/issues/155694 github.com: https://github.com/python/cpython/pull/155696 mail.python.org: https://mail.python.org/archives/list/[email protected]/thread/3OKPE5S75KDNA7FY7AI3PL2MXM2X5RB3/ github.com: https://github.com/python/cpython/commit/a0d023fbd23773e24b35d8368789470e22cda5d8 github.com: https://github.com/python/cpython/commit/a2773a34183b7d94a243bb98fd658926cc5348ce github.com: https://github.com/python/cpython/commit/a7bb524fef61f77ede01f660ffbd591e1d5837ce openwall.com: http://www.openwall.com/lists/oss-security/2026/08/18/3

Credits

๐Ÿ” ลukasz (https://github.com/lkk7) Kirill Podoprigora (https://github.com/Eclips4) Senthil Kumaran (https://github.com/orsenthil)