GHSA-jw37-5gqr-cf9j

Suggest an improvement
Source
https://github.com/advisories/GHSA-jw37-5gqr-cf9j
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/08/GHSA-jw37-5gqr-cf9j/GHSA-jw37-5gqr-cf9j.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-jw37-5gqr-cf9j
Aliases
Related
Published
2020-08-17T21:44:54Z
Modified
2023-11-01T04:51:58.182817Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Server-Side Request Forgery in ftp-srv
Details

Background

The FTP protocol creates two connections, one for commands and one for transferring data. This second data connection can be created in two ways, on the server by sending the PASV command, or on the client by sending the PORT command.

The PORT command sends the IP and port for the server to connect to the client with.

Issue

Since the client can send an arbitrary IP with the PORT command, this can be used to cause the server to make a connection elsewhere.

Patches

  • fix: disallow PORT connections to alternate hosts: e449e75219d918c400dec65b4b0759f60476abca

Deprecation notices have been published for older versions.

Workarounds

Blacklisting the FTP Command PORT will prevent the server from exposing this behaviour through active connections until a fix is applied.

const ftp = new FtpSrv({
  blacklist: ['PORT']
});

References

https://www.npmjs.com/advisories/1445

Credits

Thank you to; @trs for fixing it @andreeleuterio for reporting it to us for an anonymous user (Vincent) through the NPM platform @quiquelhappy for bringing it to our attention after it slipped through the cracks during Christmas

For more information

If you have any questions or comments about this advisory: * Open an issue at https://github.com/autovance/ftp-srv * Email us directly; security@autovance.com

Database specific
{
    "nvd_published_at": "2020-08-17T22:15:00Z",
    "github_reviewed_at": "2020-08-17T21:42:37Z",
    "severity": "CRITICAL",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-918"
    ]
}
References

Affected packages

npm / ftp-srv

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.0.0
Fixed
2.19.6

npm / ftp-srv

Package

Affected ranges

Type
SEMVER
Events
Introduced
3.0.0
Fixed
3.1.2

npm / ftp-srv

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.0.0
Fixed
4.3.4