CVE-2021-22947 - log back

CVE-2021-22947 edited at 15 Sep 2021 08:05:09
Severity
- Unknown
+ Medium
Remote
- Unknown
+ Remote
Type
- Unknown
+ Man-in-the-middle
Description
+ A STARTTLS protocol injection flaw via man-in-the-middle was found in curl before 7.79.0. When curl connects to an IMAP, POP3, SMTP or FTP server to exchange data securely using STARTTLS to upgrade the connection to TLS level, the server can still respond and send back multiple responses before the TLS upgrade. Such multiple "pipelined" responses are cached by curl. curl would then upgrade to TLS but not flush the in-queue of cached responses and instead use and trust the responses it got before the TLS handshake as if they were authenticated.
+ Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker's injected data comes from the TLS-protected server.
+ Over POP3 and IMAP an attacker can inject fake response data.
References
+ https://curl.se/docs/CVE-2021-22947.html
+ https://github.com/curl/curl/commit/8ef147c43646e91
Notes
CVE-2021-22947 created at 15 Sep 2021 08:00:50