-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.9] gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) #94093
Conversation
…pythonGH-93879) Fix an open redirection vulnerability in the `http.server` module when an URI path starts with `//` that could produce a 301 Location header with a misleading target. Vulnerability discovered, and logic fix proposed, by Hamza Avvan (@hamzaavvan). Test and comments authored by Gregory P. Smith [Google]. (cherry picked from commit 4abab6b) Co-authored-by: Gregory P. Smith <greg@krypto.org>
Status check is done, and it's a success ✅ . |
3 similar comments
Status check is done, and it's a success ✅ . |
Status check is done, and it's a success ✅ . |
Status check is done, and it's a success ✅ . |
@gpshead 3.9 won't automerge anymore either without RMs landing it. It is now also "such an old branch" 🥲 |
Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
Fix an open redirection vulnerability in the
http.server
module whenan URI path starts with
//
that could produce a 301 Location headerwith a misleading target. Vulnerability discovered, and logic fix
proposed, by Hamza Avvan (@hamzaavvan).
Test and comments authored by Gregory P. Smith [Google].
(cherry picked from commit 4abab6b)
Co-authored-by: Gregory P. Smith greg@krypto.org
Automerge-Triggered-By: GH:gpshead