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-32237

CVE-2026-32237: Backstage Information Disclosure Bug

CVE-2026-32237 is an information disclosure vulnerability in Backstage that exposes environment secrets to authenticated users via scaffolder dry-run API responses. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-32237 Overview

Backstage, an open framework for building developer portals, contains an information disclosure vulnerability in the scaffolder backend plugin. Prior to version 3.1.5, authenticated users with permission to execute scaffolder dry-runs can gain access to server-configured environment secrets through the dry-run API response. While secrets are properly redacted in log output, they are not redacted in all parts of the response payload, allowing attackers to extract sensitive configuration data.

Critical Impact

Authenticated attackers can extract server-configured environment secrets via the scaffolder dry-run API, potentially compromising deployment credentials, API keys, and other sensitive configuration data.

Affected Products

  • Backstage @backstage/plugin-scaffolder-backend versions prior to 3.1.5
  • Deployments with configured scaffolder.defaultEnvironment.secrets

Discovery Timeline

  • 2026-03-12 - CVE CVE-2026-32237 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-32237

Vulnerability Analysis

This vulnerability is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue lies in inconsistent secret redaction within the scaffolder backend plugin. When processing dry-run requests, the application correctly redacts secrets from log output but fails to apply the same redaction to the API response payload. This creates a path for authenticated users to extract environment secrets that should remain confidential.

The attack requires network access and high privileges (permission to execute scaffolder dry-runs), which limits the attack surface. However, the potential impact is significant as it can lead to complete exposure of configured secrets including deployment credentials, third-party API keys, and other sensitive environment variables.

Root Cause

The root cause is improper handling of sensitive data in the NunjucksWorkflowRunner.ts file within the scaffolder backend plugin. The secrets configuration was being passed to the workflow context regardless of whether the operation was a dry-run or actual execution. This design flaw meant that dry-run API responses could inadvertently expose secret values that were never intended to be returned to clients.

Attack Vector

The attack vector requires an authenticated user with scaffolder dry-run permissions to send a specially crafted dry-run request to the scaffolder API. The response payload would include environment secrets and task secrets in the workflow context, exposing sensitive configuration data that would normally be redacted in production logging.

typescript
// Security patch in plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts
// Source: https://github.com/backstage/backstage/commit/3b62dd2d6bf7623ebd23e4b5a6dceb209f98dfce

         ...context,
         environment: {
           parameters: this.environment?.parameters ?? {},
-          secrets: this.environment?.secrets ?? {},
+          secrets: task.isDryRun ? {} : this.environment?.secrets ?? {},
         },
-        secrets: task.secrets ?? {},
+        secrets: task.isDryRun ? {} : task.secrets ?? {},
       };

       const resolvedEach =

Detection Methods for CVE-2026-32237

Indicators of Compromise

  • Unusual or excessive scaffolder dry-run API requests from authenticated users
  • API responses containing unexpected secret values in the payload
  • Audit logs showing repeated dry-run executions targeting specific templates
  • Anomalous access patterns to templates configured with sensitive secrets

Detection Strategies

  • Monitor scaffolder API endpoints for dry-run requests, particularly from users who don't typically use this functionality
  • Implement response payload inspection to detect potential secret leakage in API responses
  • Review access logs for patterns indicating reconnaissance or enumeration of scaffolder templates
  • Enable detailed auditing of all scaffolder operations to track potential exploitation attempts

Monitoring Recommendations

  • Configure alerts for elevated dry-run API request volumes from individual users
  • Implement network-level monitoring for scaffolder API traffic patterns
  • Review authentication logs for accounts with scaffolder permissions that may have been compromised
  • Establish baseline metrics for normal scaffolder usage to identify anomalous behavior

How to Mitigate CVE-2026-32237

Immediate Actions Required

  • Upgrade @backstage/plugin-scaffolder-backend to version 3.1.5 or later immediately
  • Review audit logs for any suspicious scaffolder dry-run activity prior to patching
  • Rotate any secrets configured in scaffolder.defaultEnvironment.secrets as a precaution
  • Assess which users have scaffolder dry-run permissions and verify their need for access

Patch Information

The vulnerability is addressed in @backstage/plugin-scaffolder-backend version 3.1.5. The fix modifies the NunjucksWorkflowRunner.ts file to ensure that secrets are excluded from the workflow context during dry-run operations. The patch ensures that both environment secrets and task secrets return empty objects when task.isDryRun is true. For detailed information, refer to the GitHub Security Advisory GHSA-8wq8-6859-qx77 and the commit changes.

Workarounds

  • Temporarily restrict or revoke scaffolder dry-run permissions for non-essential users until the patch can be applied
  • If upgrading is not immediately possible, consider disabling the dry-run functionality at the API gateway level
  • Remove or clear scaffolder.defaultEnvironment.secrets configuration temporarily if secrets are not essential for operations
  • Implement additional API-level access controls to limit who can invoke dry-run endpoints
bash
# Configuration example - Upgrade the scaffolder backend plugin
npm update @backstage/plugin-scaffolder-backend@^3.1.5

# Verify the installed version
npm list @backstage/plugin-scaffolder-backend

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

  • SeverityMEDIUM

  • CVSS Score4.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-8wq8-6859-qx77
  • Related CVEs
  • CVE-2026-29184: Backstage Information Disclosure Flaw

  • 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