]> 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:29:03 +0000 (14:29 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 21:29:03 +0000 (14:29 -0700)
commite2e8847bf52f4a81490653c6d13b7e3821b2c2be
tree19b0746e674d7668ca187f8f5536a790a78e5cf5
parenta1565a80efe30c065d43d84623cc615ea00b9f76
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]