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

CVE-2026-31976: Xygeni-Action Supply Chain RCE Vulnerability

CVE-2026-31976 is a supply chain attack exploiting tag poisoning in xygeni-action GitHub Action that enabled remote code execution on CI runners. This post covers the attack mechanism, affected timeframe, and mitigation.

Published: March 13, 2026

CVE-2026-31976 Overview

CVE-2026-31976 is a critical supply chain compromise affecting the xygeni-action GitHub Action for Xygeni Scanner. On March 3, 2026, an attacker leveraged compromised GitHub App credentials to execute a sophisticated tag poisoning attack. While malicious pull requests (#46, #47, #48) containing obfuscated shell code were blocked by branch protection rules, the attacker used the compromised credentials to redirect the mutable v5 tag to a malicious commit (4bf1d4e19ad81a3e8d4063755ae0f482dd3baf12) from one of the unmerged PRs. This commit remained accessible in the repository's git object store, causing any workflow referencing @v5 to fetch and execute malicious code.

Critical Impact

Any GitHub Actions workflow referencing xygeni/xygeni-action@v5 during the affected window (approximately March 3–10, 2026) executed a C2 implant that granted attackers arbitrary command execution on CI runners for up to 180 seconds per workflow run.

Affected Products

  • xygeni/xygeni-action GitHub Action (v5 tag during March 3–10, 2026)
  • GitHub Actions workflows referencing xygeni/xygeni-action@v5
  • CI/CD pipelines utilizing the compromised action version

Discovery Timeline

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

Technical Details for CVE-2026-31976

Vulnerability Analysis

This vulnerability represents a supply chain attack through tag poisoning (CWE-506: Embedded Malicious Code). The attack exploits a fundamental weakness in how GitHub Actions handles mutable version tags. Unlike immutable commit SHAs, version tags like v5 can be moved to point at any commit in the repository's object store—including commits from unmerged pull requests that remain in git's object database.

The attacker injected obfuscated shell code into the action.yml file through pull requests that were never merged. Although branch protection rules successfully blocked the merge, the malicious commits persisted in the repository's git object store. With compromised GitHub App credentials, the attacker then reassigned the v5 tag to reference one of these malicious commits.

Root Cause

The root cause of this vulnerability stems from multiple security weaknesses: compromised GitHub App credentials that permitted tag manipulation, the inherent mutability of git version tags, and the persistence of commit objects from unmerged pull requests in the git object store. GitHub Actions workflows typically reference actions using mutable tags for convenience (e.g., @v5), which creates a trust relationship that can be exploited when tag integrity is compromised.

Attack Vector

The attack leverages network-accessible CI/CD infrastructure. When a workflow triggers and references xygeni/xygeni-action@v5, GitHub fetches the commit pointed to by the v5 tag. During the compromise window, this resolved to the malicious commit containing an obfuscated C2 implant embedded in action.yml. Upon execution, the implant established communication with attacker-controlled infrastructure and enabled arbitrary command execution on the CI runner environment for up to 180 seconds per workflow run.

The attack mechanism involved embedding obfuscated shell code within the legitimate action.yml structure. When GitHub Actions parsed and executed this file, the malicious code would activate, establishing a reverse shell or C2 channel that persisted throughout the workflow execution window. This provided attackers with access to secrets, environment variables, and the ability to modify build artifacts or inject further malicious code into downstream deliverables.

Detection Methods for CVE-2026-31976

Indicators of Compromise

  • Workflow runs referencing xygeni/xygeni-action@v5 between March 3–10, 2026
  • Unusual network connections from CI runners to external infrastructure during workflow execution
  • Presence of commit SHA 4bf1d4e19ad81a3e8d4063755ae0f482dd3baf12 in workflow logs or action references
  • Unexpected modifications to build artifacts or deployment packages during the affected period

Detection Strategies

  • Audit GitHub Actions workflow logs for references to the malicious commit SHA 4bf1d4e19ad81a3e8d4063755ae0f482dd3baf12
  • Review network egress patterns from CI/CD runners for anomalous connections during March 3–10, 2026
  • Examine workflow run histories for unexplained execution time increases (potential 180-second C2 sessions)
  • Scan build artifacts and deployed code for signs of tampering or injection

Monitoring Recommendations

  • Implement commit SHA pinning for all GitHub Actions dependencies instead of mutable version tags
  • Deploy network monitoring on CI/CD runners to detect unauthorized outbound connections
  • Enable comprehensive logging for GitHub App credential usage and tag manipulation events
  • Configure alerts for workflow execution anomalies including duration spikes and network activity

How to Mitigate CVE-2026-31976

Immediate Actions Required

  • Immediately update all workflow references from xygeni/xygeni-action@v5 to a verified commit SHA
  • Rotate all secrets and credentials that may have been exposed during workflows run between March 3–10, 2026
  • Audit all build artifacts and deployments from the affected period for signs of compromise
  • Review and revoke potentially compromised GitHub App installations and credentials

Patch Information

The xygeni-action maintainers have addressed this issue by restoring the v5 tag to point at legitimate code. However, best practice dictates using immutable commit SHA references rather than mutable version tags. For detailed remediation guidance, see the GitHub Security Advisory and the Issue Discussion.

Workarounds

  • Pin all GitHub Actions to specific commit SHAs instead of version tags (e.g., uses: xygeni/xygeni-action@<verified-sha>)
  • Implement GitHub's Dependabot or similar tooling to monitor for action updates while maintaining SHA pinning
  • Use GitHub's allow list functionality to restrict which actions can run in your organization
  • Consider self-hosting critical actions to maintain full control over the supply chain
bash
# Configuration example: Pin actions to specific commit SHA instead of mutable tags
# Before (vulnerable to tag poisoning):
# uses: xygeni/xygeni-action@v5

# After (SHA-pinned, resistant to tag manipulation):
# uses: xygeni/xygeni-action@<verified-commit-sha>

# Verify action integrity before pinning:
git ls-remote https://github.com/xygeni/xygeni-action.git refs/tags/v5
# Compare returned SHA against known-good commit from security advisory

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechXygeni Action

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-506
  • Technical References
  • GitHub Issue Discussion

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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