Skip to content

fix: CVE-2026-27699 update basic-ftp to 5.2.0#6097

Open
roshil1206 wants to merge 1 commit intoUnitech:masterfrom
roshil1206:fix/CVE-2026-27699-basic-ftp
Open

fix: CVE-2026-27699 update basic-ftp to 5.2.0#6097
roshil1206 wants to merge 1 commit intoUnitech:masterfrom
roshil1206:fix/CVE-2026-27699-basic-ftp

Conversation

@roshil1206
Copy link
Copy Markdown

@roshil1206 roshil1206 commented Mar 22, 2026

Summary

  • Fixes CVE-2026-27699 (critical vulnerability in basic-ftp < 5.2.0)
  • Adds an npm overrides entry to pin basic-ftp to 5.2.0
  • The vulnerable dependency chain is: @pm2/agent -> proxy-agent -> pac-proxy-agent -> get-uri -> basic-ftp@5.0.5

Since basic-ftp is a transitive dependency and pm2 is typically installed globally (npm i -g pm2), users cannot resolve this with npm audit fix — it needs to be fixed in pm2 itself.

Closes #6088

Override basic-ftp transitive dependency (via @pm2/agent -> proxy-agent
-> pac-proxy-agent -> get-uri -> basic-ftp) from 5.0.5 to 5.2.0 to
resolve CVE-2026-27699 which affects versions < 5.2.0.

Closes Unitech#6088
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CVE-2026-27699 Critical Vulnerability

1 participant