bottle.py vulnerable to CRLF Injection
High severity
GitHub Reviewed
Published
May 17, 2022
to the GitHub Advisory Database
•
Updated Nov 18, 2024
Description
Published by the National Vulnerability Database
Dec 16, 2016
Published to the GitHub Advisory Database
May 17, 2022
Reviewed
May 31, 2022
Last updated
Nov 18, 2024
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.
References