QID 983063

QID 983063: Nodejs (npm) Security Update for ftp-srv (GHSA-jw37-5gqr-cf9j)

Security update has been released for ftp-srv to fix the vulnerability.

Note: The preceding description block is extracted directly from the security advisory. Using automation, we have attempted to clean and format it as much as possible without introducing additional issues.

Successful exploitation of this vulnerability may affect the confidentiality, integrity, and availability of the targeted user.

  • CVSS V3 rated as Critical - 9.1 severity.
  • CVSS V2 rated as Medium - 5 severity.
  • Solution
    * _fix: disallow PORT connections to alternate hosts_: e449e75219d918c400dec65b4b0759f60476abca

    Deprecation notices have been published for older versions.Workaround:
    Blacklisting the FTP Command `PORT` will prevent the server from exposing this behaviour through active connections until a fix is applied.
    ```js
    const ftp = new FtpSrv({
    blacklist: ['PORT']
    });
    ```
    Vendor References

    CVEs related to QID 983063

    Software Advisories
    Advisory ID Software Component Link
    GHSA-jw37-5gqr-cf9j ftp-srv URL Logo github.com/advisories/GHSA-jw37-5gqr-cf9j

    © CVE.report 2026

    Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

    CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

    Free CVE JSON API cve.report/api

    CVE.report and Source URL Uptime Status status.cve.report