In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade aioftp
to version 0.26.3 or higher.
aioftp is a ftp client/server for asyncio
Affected versions of this package are vulnerable to CRLF Injection via the aioftp.Client.command
method that lacks checks for CR/LF characters in command strings. An attacker can add the \r\n
characters and inject additional headers in the FTP request sent.