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

CVE-2026-22869: Eigent Multi-Agent Workforce RCE Vulnerability

CVE-2026-22869 is a remote code execution vulnerability in Eigent multi-agent Workforce that allows arbitrary code execution via fork pull requests. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2026-22869 Overview

CVE-2026-22869 is a critical code injection vulnerability affecting Eigent, a multi-agent Workforce platform. The vulnerability exists in the CI workflow configuration file (.github/workflows/ci.yml) and allows arbitrary code execution from fork pull requests with repository write permissions. The vulnerable workflow uses pull_request_target trigger combined with checkout of untrusted PR code, enabling attackers to steal credentials, post comments, push code, or create releases.

Critical Impact

Attackers can execute arbitrary code with repository write permissions, potentially leading to credential theft, unauthorized code commits, malicious releases, and complete repository compromise.

Affected Products

  • Eigent multi-agent Workforce platform
  • GitHub repositories using the vulnerable CI workflow configuration

Discovery Timeline

  • 2026-01-13 - CVE CVE-2026-22869 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22869

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code - Code Injection). The security flaw resides in the GitHub Actions workflow configuration that improperly handles pull request events from forked repositories.

When a GitHub workflow uses the pull_request_target event trigger and subsequently checks out the pull request's HEAD code, it creates a dangerous condition where untrusted code from an external contributor's fork executes within the context of the target repository. This execution context inherits the repository's write permissions and access to secrets, creating a significant supply chain attack vector.

The vulnerability enables attackers to craft malicious pull requests that, when processed by the CI workflow, execute arbitrary commands with elevated privileges. This can result in exfiltration of repository secrets, unauthorized commits to protected branches, manipulation of GitHub releases, and potential lateral movement to other connected systems or services.

Root Cause

The root cause is an insecure GitHub Actions workflow pattern where the pull_request_target trigger is combined with a checkout of untrusted pull request code. The pull_request_target event runs in the context of the base repository (with write access and secrets), but when the workflow checks out the PR's branch, it executes attacker-controlled code with those elevated privileges.

This anti-pattern allows any external contributor to submit a malicious pull request that executes code in the privileged context of the target repository, bypassing the security boundaries that normally isolate fork pull requests.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Forking the vulnerable repository
  2. Modifying the CI workflow or adding malicious scripts that execute during the workflow run
  3. Creating a pull request to the target repository
  4. When the CI workflow runs with pull_request_target, the malicious code executes with repository write permissions and access to secrets

The vulnerability in the .github/workflows/ci.yml file creates an exploitable condition where the pull_request_target trigger combined with checkout of the PR HEAD allows untrusted code execution. See the GitHub Security Advisory GHSA-gvh4-93cq-5xxp for technical details on the specific workflow configuration.

Detection Methods for CVE-2026-22869

Indicators of Compromise

  • Unexpected workflow runs triggered by pull requests from unknown forks
  • Anomalous GitHub API activity such as unauthorized comments, commits, or releases
  • Secrets or credentials appearing in external systems or logs
  • Unauthorized modifications to repository content or settings

Detection Strategies

  • Audit GitHub Actions workflow logs for unexpected commands or script executions
  • Monitor repository activity for unauthorized commits, releases, or permission changes
  • Review pull request activity for suspicious patterns from forked repositories
  • Implement alerting on GitHub API calls that modify repository state

Monitoring Recommendations

  • Enable GitHub audit logs and configure alerting for repository write operations
  • Monitor for unauthorized access to GitHub Actions secrets
  • Implement branch protection rules and require status checks before merging
  • Use GitHub's security alerts and Dependabot for automated vulnerability notifications

How to Mitigate CVE-2026-22869

Immediate Actions Required

  • Review and update the .github/workflows/ci.yml file to remove the insecure pull_request_target with untrusted checkout pattern
  • Apply the security fix from commit bf02500
  • Audit repository for any signs of compromise following exposure to this vulnerability
  • Rotate any secrets that may have been exposed through the vulnerable workflow

Patch Information

The vulnerability has been addressed in the Eigent repository. The fix is available in GitHub Pull Request #836 and GitHub Pull Request #837. The patching commit bf02500bbbab0f01cd0ed8e6dc21fe5683d6bfb5 modifies the workflow to prevent arbitrary code execution from fork pull requests.

Workarounds

  • Replace pull_request_target with pull_request trigger when checkout of PR code is required
  • If pull_request_target is necessary, avoid checking out the untrusted PR HEAD code
  • Implement workflow permissions restrictions using the permissions key to limit token scope
  • Use GitHub's environment protection rules to require manual approval for sensitive operations
yaml
# Secure workflow configuration example
name: CI

on:
  pull_request:
    branches: [main]

permissions:
  contents: read
  pull-requests: read

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      # Workflow now runs in fork context without write permissions

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.9

  • 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:P/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-94
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #836

  • GitHub Pull Request #837

  • GitHub Security Advisory GHSA-gvh4-93cq-5xxp
  • 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