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

CVE-2026-29075: Mesa Python Library RCE Vulnerability

CVE-2026-29075 is a remote code execution vulnerability in Mesa Python library that allows untrusted code execution in privileged runners. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-29075 Overview

CVE-2026-29075 is a critical code injection vulnerability in Mesa, an open-source Python library for agent-based modeling. The vulnerability exists in the benchmarks.yml GitHub Actions workflow, where checking out untrusted code may lead to arbitrary code execution in a privileged runner context. This flaw affects Mesa version 3.5.0 and prior versions, potentially allowing attackers to compromise the CI/CD pipeline and execute malicious code with elevated privileges.

Critical Impact

Attackers can exploit this vulnerability to execute arbitrary code within GitHub Actions runners, potentially leading to supply chain compromise, credential theft, and unauthorized access to repository secrets.

Affected Products

  • Mesa Python Library version 3.5.0 and prior
  • mesa_project mesa (Python package)
  • Projects utilizing affected Mesa versions in CI/CD pipelines

Discovery Timeline

  • 2026-03-06 - CVE CVE-2026-29075 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-29075

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw resides in the benchmarks.yml GitHub Actions workflow configuration, which improperly handles checkout operations for untrusted code contributions.

When the workflow processes pull requests or other external contributions, it checks out the submitted code in a privileged runner environment without adequate security controls. This creates an opportunity for attackers to inject malicious code that executes during the CI/CD pipeline with the runner's elevated permissions.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit, making it particularly dangerous for open-source projects that accept external contributions. Successful exploitation could result in complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability is improper workflow configuration in benchmarks.yml that allows untrusted code to execute in a privileged context. GitHub Actions workflows that check out code from pull requests without proper isolation can inadvertently grant attackers access to repository secrets, deployment credentials, and the ability to modify the codebase.

The workflow failed to implement security best practices such as:

  • Using pull_request_target with appropriate restrictions
  • Isolating untrusted code execution from privileged operations
  • Implementing proper permission boundaries for workflow runs

Attack Vector

The attack vector is network-based, requiring an attacker to submit a malicious pull request or contribution to a repository using the vulnerable Mesa library. The attack flow involves:

  1. An attacker identifies a repository using a vulnerable version of Mesa
  2. The attacker crafts a malicious pull request containing code designed to exploit the workflow
  3. When the benchmarks.yml workflow triggers, it checks out the attacker's code
  4. The malicious code executes within the privileged runner environment
  5. The attacker gains access to secrets, tokens, or the ability to modify repository contents

The vulnerability mechanism involves the unsafe checkout of untrusted code in GitHub Actions workflows. When a workflow uses actions/checkout to fetch code from a pull request without proper security boundaries, any scripts or code within that checkout can execute with the runner's permissions. For detailed technical analysis, see the GitHub Security Advisory GHSA-3j55-5q6x-2h48.

Detection Methods for CVE-2026-29075

Indicators of Compromise

  • Unexpected workflow runs on privileged runners from external contributors
  • Unauthorized access to repository secrets or environment variables
  • Suspicious modifications to repository files following workflow execution
  • Unusual network connections or data exfiltration from CI/CD runners

Detection Strategies

  • Review GitHub Actions audit logs for unusual workflow execution patterns
  • Monitor for unexpected changes to workflow files or repository configurations
  • Implement branch protection rules to require approval for external contributions
  • Use GitHub's security alerts and Dependabot to identify vulnerable Mesa versions

Monitoring Recommendations

  • Enable GitHub Actions audit logging and regularly review execution history
  • Set up alerts for workflow runs triggered by first-time contributors
  • Monitor runner environments for unexpected processes or network activity
  • Implement secret scanning to detect potential credential exposure

How to Mitigate CVE-2026-29075

Immediate Actions Required

  • Update Mesa to a version containing commit c35b8cd67fc89dd680ae218e49b77f6e1ee07a27 or later
  • Review all GitHub Actions workflows for similar unsafe checkout patterns
  • Audit recent workflow runs for signs of exploitation
  • Rotate any secrets that may have been exposed through CI/CD pipelines

Patch Information

The vulnerability has been patched via commit c35b8cd. Users should update to the latest version of Mesa that includes this fix. The patch can be verified by reviewing the GitHub commit c35b8cd67fc89dd680ae218e49b77f6e1ee07a27.

For more details on the vulnerability and remediation, consult the GitHub Security Advisory GHSA-3j55-5q6x-2h48.

Workarounds

  • Restrict workflow triggers to exclude pull_request events from untrusted sources
  • Use pull_request_target with explicit checkout restrictions for external contributions
  • Implement manual approval requirements for workflows processing external code
  • Isolate benchmark execution in separate, unprivileged workflow jobs
bash
# Configuration example - Secure workflow trigger configuration
# Instead of triggering on all pull_request events:
# on:
#   pull_request:
#     branches: [main]

# Use workflow_dispatch with manual approval or restrict to trusted branches:
# on:
#   push:
#     branches: [main]
#   workflow_dispatch:

# Or use pull_request_target with explicit ref checkout:
# on:
#   pull_request_target:
#     branches: [main]
# Note: When using pull_request_target, only checkout the base branch
# and never checkout or run untrusted code from the PR head

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMesa Project

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • GitHub Commit Note

  • GitHub Security Advisory GHSA-3j55-5q6x-2h48
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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