]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94093)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jun 2022 08:42:02 +0000 (01:42 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 08:42:02 +0000 (10:42 +0200)
commitdefaa2b19a9a01c79c1d5641a8aa179bb10ead3f
tree3f14f8a13c04f557f301c6a4a43eb9051bee161f
parent893adbf001e1d47b17180e471439571522338e28
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94093)

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]