[New-bugs-announce] [issue43418] FTPLib module crashes when server returns byte message instead of string

Hugo Chia report at bugs.python.org
Sat Mar 6 08:33:26 EST 2021


New submission from Hugo Chia <hugochiaxyz8 at gmail.com>:

https://github.com/cowrie/cowrie/issues/1394

https://github.com/cowrie/cowrie/pull/1396

Above are some of the links mentioning the issue with the FTPLib module. It happens when the FTP server returns a byte message instead of a string. Ftplib expects a string and does not account for receiving a byte message

----------
components: Library (Lib)
messages: 388198
nosy: hugochiaxyz8
priority: normal
severity: normal
status: open
title: FTPLib module crashes when server returns byte message instead of string
type: crash
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43418>
_______________________________________


More information about the New-bugs-announce mailing list