summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-03-15 12:02:45 -0700
committerGitHub <noreply@github.com>2021-03-15 12:02:45 -0700
commit7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (patch)
treeb7c5671cf8879229add26a6096748405b2abfed4 /Python/fileutils.c
parent83f676092e6936a17cf4a209681f021a49e2e171 (diff)
downloadcpython-git-7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335.tar.gz
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
bpo-43285: Make ftplib not trust the PASV response. The IPv4 address value returned from the server in response to the PASV command should not be trusted. This prevents a malicious FTP server from using the response to probe IPv4 address and port combinations on the client network. Instead of using the returned address, we use the IP address we're already connected to. This is the strategy other ftp clients adopted, and matches the only strategy available for the modern IPv6 EPSV command where the server response must return a port number and nothing else. For the rare user who _wants_ this ugly behavior, set a `trust_server_pasv_ipv4_address` attribute on your `ftplib.FTP` instance to True. (cherry picked from commit 0ab152c6b5d95caa2dc1a30fa96e10258b5f188e) Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions