bottle.py is a fast and simple micro-framework for python web-applications. redirect() in bottle.py in bottle 0.12.10 doesn't filter a "\r\n" sequence, which leads to a CRLF attack, as demonstrated by a redirect("233\r\nSet-Cookie: name=salt") call.
{
"nvd_published_at": "2016-12-16T09:59:00Z",
"severity": "HIGH",
"github_reviewed_at": "2022-05-31T15:43:48Z",
"github_reviewed": true,
"cwe_ids": [
"CWE-93"
]
}