Lack of data validation In bottle
Description
bottle.py vulnerable to CRLF Injection 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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
pypi | 0.12.11 | ||
debian 14 | 0.12.11-1 | ||
debian 11 | 0.12.11-1 | ||
debian 13 | 0.12.11-1 | ||
debian 12 | 0.12.11-1 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3. 4. 5. 6.