urllib3 before 1.25.9 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of putrequest(). NOTE: this is similar to CVE-2020-26116.
The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Link | Tags |
---|---|
https://bugs.python.org/issue39603 | vendor advisory issue tracking |
https://github.com/urllib3/urllib3/pull/1800 | third party advisory patch |
https://github.com/urllib3/urllib3/commit/1dd69c5c5982fae7c87a620d487c2ebf7a6b436b | third party advisory patch |
https://usn.ubuntu.com/4570-1/ | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2021/06/msg00015.html | third party advisory mailing list |
https://www.oracle.com/security-alerts/cpuoct2021.html | third party advisory patch |
https://www.oracle.com/security-alerts/cpujul2022.html | third party advisory patch |
https://lists.debian.org/debian-lts-announce/2023/10/msg00012.html | mailing list |