Python 3.03.10: Open Redirect in http.server lib/http/server.py
CVE-2021-28861 Published on August 23, 2022
Python 3.x through 3.10 has an open redirection vulnerability in lib/http/server.py due to no protection against multiple (/) at the beginning of URI path which may leads to information disclosure. NOTE: this is disputed by a third party because the http.server.html documentation page states "Warning: http.server is not recommended for production. It only implements basic security checks."
Vulnerability Analysis
CVE-2021-28861 can be exploited with network access, requires user interaction. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have a high impact on confidentiality, with no impact on integrity and availability.
Weakness Type
What is an Open Redirect Vulnerability?
A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks. An http parameter may contain a URL value and could cause the web application to redirect the request to the specified URL. By modifying the URL value to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials. Because the server name in the modified link is identical to the original site, phishing attempts have a more trustworthy appearance.
CVE-2021-28861 has been classified to as an Open Redirect vulnerability or weakness.
Products Associated with CVE-2021-28861
You can be notified by email with stack.watch whenever vulnerabilities like CVE-2021-28861 are published in these products:
Vulnerable Packages
The following package name and versions may be associated with CVE-2021-28861
| Package Manager | Vulnerable Package | Versions | Fixed In |
|---|---|---|---|
| pip | codechecker | <= 6.24.5 | 6.24.6 |
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.