Add advisory for suppaftp CRLF command injection (GHSA-8mhj-xm4h-m5m6) - #3156
Open
veeso wants to merge 1 commit into
Open
Add advisory for suppaftp CRLF command injection (GHSA-8mhj-xm4h-m5m6)#3156veeso wants to merge 1 commit into
veeso wants to merge 1 commit into
Conversation
veeso
force-pushed
the
suppaftp-crlf-injection
branch
from
August 18, 2026 16:23
73f113c to
52c5f7c
Compare
veeso
marked this pull request as ready for review
August 18, 2026 16:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an advisory for
suppaftpversions before 10.0.2.Command arguments (user name, password, paths, SITE arguments and custom commands) were written to the FTP control channel without validation, so an argument containing a carriage return or a line feed could smuggle a second command to the server. Fixed in 10.0.2 by rejecting any command line that contains CR or LF.
Reported as veeso/suppaftp#171 by @suidpit (Shielder), found by Team Atlanta and verified by OSTIF. Fix merged in veeso/suppaftp#172, released as 10.0.2. I am the crate maintainer.
GitHub advisory: GHSA-8mhj-xm4h-m5m6. A CVE has been requested through GitHub and will be added to
aliasesonce assigned. Opened as draft until the GHSA is published.