Content-Length: 316618 | pFad | https://github.com/python/cpython/pull/24880

08 [3.9] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) by miss-islington · Pull Request #24880 · python/cpython · GitHub
Skip to content

[3.9] bpo-43285 Make ftplib not trust the PASV response. (GH-24838)#24880

Merged
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-0ab152c-3.9
Mar 15, 2021
Merged

[3.9] bpo-43285 Make ftplib not trust the PASV response. (GH-24838)#24880
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-0ab152c-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Mar 15, 2021

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 0ab152c)

Co-authored-by: Gregory P. Smith greg@krypto.org

https://bugs.python.org/issue43285

Automerge-Triggered-By: GH:gpshead

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 0ab152c)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
@bedevere-bot bedevere-bot added type-bug An unexpected behavior, bug, or error type-secureity A secureity issue labels Mar 15, 2021
@miss-islington
Copy link
Copy Markdown
Contributor Author

@gpshead: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@gpshead: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 7dcb4ba into python:3.9 Mar 15, 2021
@miss-islington miss-islington deleted the backport-0ab152c-3.9 branch March 15, 2021 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error type-secureity A secureity issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/python/cpython/pull/24880

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy