Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMar 15, 2021
edited
Loading

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 whowants this ugly behavior, set atrust_server_pasv_ipv4_address
attribute on yourftplib.FTP instance to True.
(cherry picked from commit0ab152c)

Co-authored-by: Gregory P. Smithgreg@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 commandshould not be trusted.  This prevents a malicious FTP server from using theresponse to probe IPv4 address and port combinations on the client network.Instead of using the returned address, we use the IP address we'realready connected to.  This is the strategy other ftp clients adopted,and matches the only strategy available for the modern IPv6 EPSV commandwhere 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 commit0ab152c)Co-authored-by: Gregory P. Smith <greg@krypto.org>
@bedevere-botbedevere-bot added type-bugAn unexpected behavior, bug, or error type-securityA security issue labelsMar 15, 2021
@miss-islington
Copy link
ContributorAuthor

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

@miss-islington
Copy link
ContributorAuthor

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

@miss-islingtonmiss-islington merged commit7dcb4ba intopython:3.9Mar 15, 2021
@miss-islingtonmiss-islington deleted the backport-0ab152c-3.9 branchMarch 15, 2021 19:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@gpsheadgpsheadgpshead approved these changes

Assignees
No one assigned
Labels
type-bugAn unexpected behavior, bug, or errortype-securityA security issue
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@miss-islington@gpshead@the-knights-who-say-ni@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp