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."
{
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:alpha1:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:alpha2:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:alpha3:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:alpha4:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:alpha5:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:alpha6:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:alpha7:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:beta1:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:beta2:*:*:*:*:*:*",
"cpe:2.3:a:python:python:3.11.0:beta3:*:*:*:*:*:*"
],
"severity": "High"
}