Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security] - #85

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-backstage-backend-defaults-vulnerability
Open

fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security]#85
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-backstage-backend-defaults-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@backstage/backend-defaults (source) ^0.7.0^0.12.0 age confidence

Backstage has a Possible Symlink Path Traversal in Scaffolder Actions

CVE-2026-24046 / GHSA-rq6q-wr2q-7pgp

More information

Details

Impact

Multiple Scaffolder actions and archive extraction utilities were vulnerable to symlink-based path traversal attacks. An attacker with access to create and execute Scaffolder templates could exploit symlinks to:

  1. Read arbitrary files via the debug:log action by creating a symlink pointing to sensitive files (e.g., /etc/passwd, configuration files, secrets)
  2. Delete arbitrary files via the fs:delete action by creating symlinks pointing outside the workspace
  3. Write files outside the workspace via archive extraction (tar/zip) containing malicious symlinks

This affects any Backstage deployment where users can create or execute Scaffolder templates.

Patches

This vulnerability is fixed in the following package versions:

  • @backstage/backend-defaults version 0.12.2, 0.13.2, 0.14.1, 0.15.0
  • @backstage/plugin-scaffolder-backend version 2.2.2, 3.0.2, 3.1.1
  • @backstage/plugin-scaffolder-node version 0.11.2, 0.12.3

Users should upgrade to these versions or later.

Workarounds
  • Follow the recommendation in the Backstage Threat Model to limit access to creating and updating templates
  • Restrict who can create and execute Scaffolder templates using the permissions framework
  • Audit existing templates for symlink usage
  • Run Backstage in a containerized environment with limited filesystem access
References

Severity

  • CVSS Score: 7.1 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Backstage has a Possible SSRF when reading from allowed URL's in backend.reading.allow

CVE-2026-24048 / GHSA-q2x5-4xjx-c6p9

More information

Details

Impact

The FetchUrlReader component, used by the catalog and other plugins to fetch content from URLs, followed HTTP redirects automatically. This allowed an attacker who controls a host listed in backend.reading.allow to redirect requests to internal or sensitive URLs that are not on the allowlist, bypassing the URL allowlist security control.

This is a Server-Side Request Forgery (SSRF) vulnerability that could allow access to internal resources, but it does not allow attackers to include additional request headers.

Patches

This vulnerability is fixed in @backstage/backend-defaults version 0.12.2, 0.13.2, 0.14.1, and 0.15.0. Users should upgrade to this version or later.

Workarounds
  • Restrict backend.reading.allow to only trusted hosts that you control and that do not issue redirects
  • Ensure allowed hosts do not have open redirect vulnerabilities
  • Use network-level controls to block access from Backstage to sensitive internal endpoints
References

Severity

  • CVSS Score: 3.5 / 10 (Low)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

backstage/backstage (@​backstage/backend-defaults)

v0.12.2

Compare Source

v0.12.1

Compare Source

Patch Changes

v0.12.0

Compare Source

Minor Changes
  • 133519b: feat: new cache manager Infinispan Data Grid
Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
  • 3ccb7fc: Enhanced error handling in the auditor service factory to pass errors as objects. Aligned WinstonRootAuditorService with the default service factory's error handling.
Patch Changes

v0.10.0

Compare Source

Minor Changes
  • d385854: BREAKING: The DefaultSchedulerService constructor options now requires RootLifecycleService, HttpRouterService, and PluginMetadataService fields.

    The scheduler will register a REST API for listing and triggering tasks. Please see the scheduler documentation for more details about this API.

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • 1daedce: Remove Throttle of Bitbucket Server API calls
  • 01edf6e: Allow pass through of redis client and cluster options to Cache core service
  • cf4eb13: Added actor property to BackstageUserPrincipal containing the subject of the last service (if any) who performed authentication on behalf of the user.
Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Release a newer version of @backstage/techdocs-common including a bug fix #​4088.

v0.8.0

Compare Source

Minor Changes
  • a4aa244: This change introduces the auditor service implementation details.
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch from 7c20620 to f044b44 Compare February 2, 2026 16:01
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch 2 times, most recently from bdc606c to 84741b9 Compare February 17, 2026 17:55
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch from 84741b9 to 7f4ae0b Compare March 5, 2026 16:58
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch from 7f4ae0b to e45ac27 Compare March 13, 2026 13:03
@renovate renovate Bot changed the title fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security] fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate
renovate Bot deleted the renovate/npm-backstage-backend-defaults-vulnerability branch March 27, 2026 02:51
@renovate renovate Bot changed the title fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security] - autoclosed fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch 3 times, most recently from f5dd355 to da96d6b Compare April 1, 2026 15:43
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch from da96d6b to fd00d0c Compare May 1, 2026 11:25
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch 2 times, most recently from 948cb4d to 19905e8 Compare May 18, 2026 13:38
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch 2 times, most recently from b905556 to ca5ab67 Compare June 2, 2026 00:07
@renovate
renovate Bot force-pushed the renovate/npm-backstage-backend-defaults-vulnerability branch from ca5ab67 to 4dcde31 Compare June 11, 2026 21:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants