]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jun 2022 21:36:55 +0000 (14:36 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 21:36:55 +0000 (14:36 -0700)
commit5715382d3a89ca118ce2e224d8c69550d21fe51b
tree46ebc130ad6c07de319b0a9f7078766e2f6e4b22
parent1b8aa7aafd2ac07836777707fd9ba5ffb353eb0c
gh-87389: Fix an open redirection vulnerability in http.server. (GH-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 4abab6b603dd38bec1168e9a37c40a48ec89508e)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Security/2022-06-15-20-09-23.gh-issue-87389.QVaC3f.rst [new file with mode: 0644]