A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-44246

CVE-2026-44246: nnU-Net Agentic Workflow Injection RCE

CVE-2026-44246 is an agentic workflow injection vulnerability in nnU-Net's GitHub workflow that allows attackers to execute unauthorized commands through prompt injection. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-44246 Overview

CVE-2026-44246 is an agentic workflow injection vulnerability in nnU-Net, a semantic segmentation framework that automatically adapts its pipeline to a dataset. The flaw exists in the Issue Triage GitHub Actions workflow defined in .github/workflows/issue-triage.yml. Versions prior to 2.4.1 allow any authenticated GitHub user who opens an issue to inject attacker-controlled content directly into a Claude-powered agent prompt. The agent then runs with permissions to comment on and relabel issues, enabling abuse of the authenticated workflow context. The vulnerability is fixed in version 2.4.1.

Critical Impact

Any logged-in GitHub user can submit a crafted issue to steer an automated agent into performing authenticated actions on the repository beyond its intended triage scope.

Affected Products

  • nnU-Net (MIC-DKFZ/nnUNet) versions prior to 2.4.1
  • Repositories using the issue-triage.yml workflow with anthropics/claude-code-action
  • GitHub Actions environments configured with allowed_non_write_users: ${{ github.event.issue.user.login }}

Discovery Timeline

  • 2026-05-12 - CVE-2026-44246 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44246

Vulnerability Analysis

The nnU-Net Issue Triage workflow is triggered automatically on the issues.opened event. The workflow embeds untrusted issue title and body content directly into the prompt passed to anthropics/claude-code-action. Because the action is configured as a command-capable Claude agent, the prompt content can influence agent behavior. The agent holds permissions to comment on issues and apply labels via the gh CLI within the authenticated workflow context.

The allowed_non_write_users field is dynamically set to ${{ github.event.issue.user.login }}, which resolves to the issue author. This configuration effectively grants every issue submitter the ability to reach the agentic workflow. An external attacker without write access to the repository can deliver prompt-injection payloads through normal issue submission.

Root Cause

The root cause is unsafe inclusion of attacker-controlled text in an LLM agent prompt combined with an overly permissive access gate. Issue body and title fields are not sanitized or isolated before being concatenated into the agent prompt. The workflow trusts the issue author identity as an authorization boundary, but issue creation is open to any GitHub user.

Attack Vector

An attacker creates a GitHub account and opens an issue against the nnU-Net repository. The issue body contains instructions crafted to override the agent's intended triage role. When the workflow fires, the Claude agent processes the injected instructions and may execute permitted gh commands such as posting comments or relabeling the issue. This produces authenticated actions attributed to the workflow rather than the attacker.

The vulnerability requires no privileges, no user interaction by maintainers, and is reachable over the network through standard GitHub issue submission. See the GitHub Security Advisory GHSA-63mx-j37w-gh59 for full technical context.

Detection Methods for CVE-2026-44246

Indicators of Compromise

  • Issues from low-reputation or newly created GitHub accounts containing prompt-style directives such as "ignore previous instructions" or embedded role markers
  • Unexpected label changes or automated comments on issues that do not match the documented triage logic
  • Workflow run logs from issue-triage.yml showing agent tool invocations beyond standard triage actions

Detection Strategies

  • Audit GitHub Actions run history for the issue-triage workflow and compare agent outputs against expected triage behavior
  • Review issue bodies submitted before patching for prompt-injection patterns targeting claude-code-action
  • Monitor repository audit logs for label or comment activity correlated with issues.opened events from non-collaborator accounts

Monitoring Recommendations

  • Enable GitHub Actions workflow run notifications and forward logs to a centralized SIEM for analysis
  • Track changes to files under .github/workflows/ and alert on modifications to allowed_non_write_users or agent permission fields
  • Establish a baseline of expected triage agent actions and alert on deviations such as unprompted comments or unauthorized label changes

How to Mitigate CVE-2026-44246

Immediate Actions Required

  • Upgrade nnU-Net to version 2.4.1 or later, which contains the fix for this workflow
  • Review prior workflow runs of issue-triage.yml for any agent actions that may have been influenced by malicious issue content
  • Restrict allowed_non_write_users to a vetted set of identities rather than dynamically resolving to the issue author

Patch Information

The MIC-DKFZ maintainers released the fix in nnU-Net 2.4.1. Repository operators should pull the updated workflow file from the upstream release and replace any locally maintained copy of .github/workflows/issue-triage.yml. Full remediation details are available in the GitHub Security Advisory GHSA-63mx-j37w-gh59.

Workarounds

  • Disable the issue-triage.yml workflow until the patched version is deployed
  • Remove the dynamic ${{ github.event.issue.user.login }} value from allowed_non_write_users and replace it with explicit maintainer logins
  • Sanitize or wrap untrusted issue title and body fields before passing them to the agent prompt, treating them as data rather than instructions
  • Reduce agent tool permissions so the workflow cannot comment or relabel based on untrusted input
bash
# Configuration example: disable the vulnerable workflow until patched
gh workflow disable issue-triage.yml --repo MIC-DKFZ/nnUNet

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNn U Net

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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