Vulnerability Description
Backstage is an open framework for building developer portals, and @backstage/cli-common provides config loading functionality used by the backend and command line interface of Backstage. Prior to version 0.1.17, the `resolveSafeChildPath` utility function in `@backstage/backend-plugin-api`, which is used to prevent path traversal attacks, failed to properly validate symlink chains and dangling symlinks. An attacker could bypass the path validation via symlink chains (creating `link1 → link2 → /outside` where intermediate symlinks eventually resolve outside the allowed directory) and dangling symlinks (creating symlinks pointing to non-existent paths outside the base directory, which would later be created during file operations). This function is used by Scaffolder actions and other backend components to ensure file operations stay within designated directories. This vulnerability is fixed in `@backstage/backend-plugin-api` version 0.1.17. Users should upgrade to this version or later. Some workarounds are available. Run Backstage in a containerized environment with limited filesystem access and/or restrict template creation to trusted users.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/backstage/backstage/commit/ae4dd5d1572a4f639e1a466fd982656b50
- https://github.com/backstage/backstage/security/advisories/GHSA-2p49-45hj-7mc9
FAQ
What is CVE-2026-24047?
CVE-2026-24047 is a vulnerability with a CVSS score of 6.3 (MEDIUM). Backstage is an open framework for building developer portals, and @backstage/cli-common provides config loading functionality used by the backend and command line interface of Backstage. Prior to ver...
How severe is CVE-2026-24047?
CVE-2026-24047 has been rated MEDIUM with a CVSS base score of 6.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-24047?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.