CVE-2026-88064 PUBLISHED

Backstage: Improper input validation in TechDocs MkDocs configuration

Assigner: GitHub_M
Reserved: 09.09.2026 Published: 16.09.2026 Updated: 16.09.2026

Backstage is an open framework for building developer portals. Prior to 1.14.6 and from 1.15.0 until 1.15.4, the @backstage/plugin-techdocs-node package insufficiently validates mkdocs.yml supplied by an authenticated user who can register or modify a TechDocs source. Unsafe Python YAML tags, markdown_extensions names and configuration, theme options, and extra_templates values can reach the documentation generator and cause unintended code execution. The resulting impact is limited to the files, credentials, network access, and other resources available to the TechDocs backend or build container. This issue is fixed in versions 1.14.6 and 1.15.4.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

Vendor backstage
Product backstage
Versions
  • Version < 1.14.6 is affected
  • Version >= 1.15.0, < 1.15.4 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine CWE