CVE-2016-9964: bottle.py vulnerable to CRLF Injection
(updated )
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
- github.com/advisories/GHSA-j6f7-hghw-g437
- github.com/bottlepy/bottle
- github.com/bottlepy/bottle/commit/6d7e13da0f998820800ecb3fe9ccee4189aefb54
- github.com/bottlepy/bottle/commit/78f67d51965db11cb1ed0003f1eb7926458b5c2c
- github.com/bottlepy/bottle/issues/913
- github.com/pypa/advisory-database/tree/main/vulns/bottle/PYSEC-2016-24.yaml
- nvd.nist.gov/vuln/detail/CVE-2016-9964
- web.archive.org/web/20170214030628/http://www.securityfocus.com/bid/94961
Detect and mitigate CVE-2016-9964 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →