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 by:
link1 → link2 → /outside where intermediate symlinks eventually resolve outside the allowed directoryThis 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.
{
"severity": "MODERATE",
"github_reviewed": true,
"cwe_ids": [
"CWE-59",
"CWE-61"
],
"github_reviewed_at": "2026-01-21T22:40:51Z",
"nvd_published_at": "2026-01-21T23:15:53Z"
}