In Nim before 1.2.6, the standard library asyncftpclient lacks a check for whether a message contains a newline character.
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://github.com/nim-lang/Nim/blob/dc5a40f3f39c6ea672e6dc6aca7f8118a69dda99/lib/pure/asyncftpclient.nim#L145 | third party advisory exploit |
https://github.com/nim-lang/Nim/compare/v1.2.4...v1.2.6 | third party advisory patch |
https://consensys.net/diligence/vulnerabilities/nim-asyncftpd-crlf-injection/ | third party advisory exploit |
https://github.com/tintinweb/pub/tree/master/pocs/cve-2020-15690 | third party advisory exploit |
http://www.openwall.com/lists/oss-security/2021/02/04/3 | mailing list exploit third party advisory |