fix: upgrade basic-ftp to 5.2.0 (CVE-2026-27699) - #5116
Conversation
Automated dependency upgrade by OrbisAI Security
|
😺 Thank you for creating this PR! Certain labels are needed to open a pull request in the
Need help? Contact the Doc Squad in the #zowe-doc Slack channel. |
|
📁 The PR description is missing the file name(s) for the updated content. List all the files included in this PR so this information displays in our Zowe Docs GitHub Slack channel. If you have addressed this issue already, refresh this page in your browser to remove this comment. |
|
📌 The subject area label is missing. Add an If you have addressed this issue already, refresh this page in your browser to remove this comment. |
|
🔍 The review label is missing. Add a If you have addressed this issue already, refresh this page in your browser to remove this comment. |
|
💾 The release label is missing. Add a If you have addressed this issue already, refresh this page in your browser to remove this comment. |
Summary
Upgrade basic-ftp from 5.0.5 to 5.2.0 to fix CVE-2026-27699.
Vulnerability
CVE-2026-27699custom-modules/docs-to-pdf/package-lock.json(dependency:basic-ftp)Description: basic-ftp: basic-ftp: File overwrite due to path traversal
Evidence
Scanner confirmation: trivy rule
CVE-2026-27699flagged this pattern.Changes
package.jsonpackage-lock.jsoncustom-modules/docs-to-pdf/package.jsoncustom-modules/docs-to-pdf/package-lock.jsonBehavior Preservation
The change is scoped to 4 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security