CVE-2026-15806: `HTTPPasswordMgr` can send saved HTTPS credentials via HTTP because of incorrect scheme matching

Published Aug 18, 2026
·
Updated

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

Other sources

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.

MITRE

Affected Software

2 affected componentsFixes available
Python CPython
Microsoft azl3 python3 3.12.14-1<3.12.14-2
3.12.14-2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 3.12.14-2
  2. Configuration

    Update Python so HTTPPasswordMgr/its subclasses scope saved credentials to requests with the same URL scheme; credentials registered with an https:// URL must only be used for https:// requests, and http:// credentials must only be used for http:// requests.

    Python urllib.request.HTTPPasswordMgr / HTTPPasswordMgrWithDefaultRealm / HTTPPasswordMgrWithPriorAuth Credential matching by URL scheme = enabled (scope credentials to same URL scheme only)
  3. Configuration

    As an immediate mitigation, ensure applications do not make plain http:// requests to hosts for which credentials are registered; specifically, do not follow HTTPS-to-HTTP redirects to http:// URLs.

    Application HTTP client behavior Redirect handling (HTTPS -> HTTP) = do not follow redirects to http:// URLs for credentialed hosts

Event History

Aug 18, 2026
CVE Published
via MITRE·03:50 PM
Data Sourced
via MITRE·03:50 PM
DescriptionWeakness
Data Sourced
via NVD·04:17 PM
DescriptionSeverityWeakness
Aug 21, 2026
Data Sourced
via Microsoft·09:02 PM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·09:02 PM
Affected Software
Updated
via Microsoft·09:02 PM
DescriptionSeverity

Frequently Asked Questions

1

Under what conditions could credentials be exposed?

Applications using HTTPPasswordMgr, HTTPPasswordMgrWithDefaultRealm, or HTTPPasswordMgrWithPriorAuth are exposed when they register credentials against an https:// URL and can be redirected or downgraded to http:// on the same host. An on-path attacker or a server-controlled HTTPS-to-HTTP redirect could cause the credentials to be sent in cleartext.

2

Are all stored credentials affected by the scheme-matching change?

The issue affects scheme-qualified credential registrations: credentials stored for https://host could be reused for http://host before the fix. Credentials registered with a bare authority, such as example.com or example.com:8080, intentionally continue to match requests using any scheme.

3

What can be done if an upgrade is not immediately possible?

Prevent applications from making plain http:// requests to any host for which credentials are registered, including by refusing to follow redirects to http:// URLs. This avoids the downgrade path that could transmit HTTPS credentials over HTTP.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203