Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-29184

CVE-2026-29184: Backstage Information Disclosure Flaw

CVE-2026-29184 is an information disclosure vulnerability in Backstage that allows malicious scaffolder templates to bypass log redaction and exfiltrate secrets. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-29184 Overview

CVE-2026-29184 is an Information Disclosure vulnerability affecting Backstage, an open framework for building developer portals. Prior to version 3.1.4, a malicious scaffolder template can bypass the log redaction mechanism to exfiltrate secrets provided run through task event logs. This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File).

Critical Impact

Malicious scaffolder templates can bypass log redaction controls to expose sensitive secrets through task event logs, potentially compromising credentials and sensitive configuration data.

Affected Products

  • Backstage versions prior to 3.1.4
  • Backstage Scaffolder plugin with template execution capabilities
  • Developer portal deployments utilizing Backstage scaffolder templates

Discovery Timeline

  • March 7, 2026 - CVE-2026-29184 published to NVD
  • March 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-29184

Vulnerability Analysis

This vulnerability exists in Backstage's scaffolder template execution engine where the log redaction mechanism fails to properly sanitize sensitive information. When scaffolder templates are executed, they can be crafted in a way that circumvents the intended redaction controls, allowing secrets that are passed during template execution to be written to task event logs in cleartext.

The root cause stems from insufficient input validation and output encoding in the log processing pipeline. Malicious actors with the ability to create or modify scaffolder templates can exploit this gap to capture credentials, API keys, database passwords, and other sensitive configuration values that flow through the templating system.

Root Cause

The vulnerability is classified as CWE-532 (Insertion of Sensitive Information into Log File). The scaffolder component fails to consistently apply redaction rules to all output paths, creating a bypass condition where specially crafted template syntax can force sensitive values to be logged without proper sanitization.

Attack Vector

The attack requires network access and exploits the scaffolder template processing mechanism. An attacker with high privileges who can create or modify scaffolder templates could craft malicious templates designed to capture and exfiltrate secrets. The attack also requires user interaction, as a victim must execute the malicious template for the secrets to be exposed in the logs.

The exploitation flow involves:

  1. Attacker creates a malicious scaffolder template with bypass techniques
  2. Template is deployed to the Backstage instance
  3. When users execute the template with secrets, the redaction bypass triggers
  4. Sensitive information is written to task event logs
  5. Attacker retrieves secrets from accessible log files

Detection Methods for CVE-2026-29184

Indicators of Compromise

  • Unusual patterns in scaffolder task event logs containing potential secret-like values
  • Scaffolder templates with suspicious syntax designed to manipulate output formatting
  • Unexpected access to task event log storage or log aggregation systems
  • Template modifications by unauthorized or newly created user accounts

Detection Strategies

  • Implement log analysis rules to detect potential cleartext secrets in task event logs
  • Monitor scaffolder template creation and modification events for suspicious activity
  • Deploy file integrity monitoring on scaffolder template directories
  • Review access patterns to log storage systems for anomalous behavior

Monitoring Recommendations

  • Enable detailed audit logging for all scaffolder template operations
  • Configure alerts for template modifications by non-standard administrative accounts
  • Implement regular automated scanning of log files for exposed credential patterns
  • Monitor for bulk log file access or export operations

How to Mitigate CVE-2026-29184

Immediate Actions Required

  • Upgrade Backstage to version 3.1.4 or later immediately
  • Audit existing scaffolder templates for potentially malicious redaction bypass patterns
  • Review task event logs for any historical secret exposure
  • Rotate any credentials that may have been exposed through template execution

Patch Information

This vulnerability has been patched in Backstage version 3.1.4. Organizations should update their Backstage installations to this version or later to remediate the log redaction bypass. For detailed patch information and upgrade guidance, refer to the GitHub Security Advisory.

Workarounds

  • Restrict scaffolder template creation and modification to trusted administrators only
  • Implement manual review processes for all new scaffolder templates before deployment
  • Limit access to task event logs to essential personnel with need-to-know requirements
  • Consider disabling scaffolder functionality until the patch can be applied in high-security environments
bash
# Configuration example - Restrict template access
# Update your Backstage permission policy to limit template creation
# Add to your packages/backend/src/plugins/permission.ts

# Ensure only authorized roles can modify templates
# BACKSTAGE_SCAFFOLDER_TEMPLATE_EDITORS="admin-group"
# Restrict log access
# BACKSTAGE_LOG_ACCESS_ROLES="security-team,platform-admins"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechBackstage

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32237: Backstage Information Disclosure Bug

  • CVE-2026-32235: Backstage OIDC Auth Bypass Vulnerability

  • CVE-2026-32236: Backstage Auth Backend SSRF Vulnerability

  • CVE-2026-29186: Backstage Plugin-techdocs-node RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English