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

CVE-2026-22683: Windmill Privilege Escalation Vulnerability

CVE-2026-22683 is a privilege escalation vulnerability in Windmill versions 1.56.0 through 1.614.0, allowing Operator role users to bypass restrictions and escalate to RCE. This post covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-22683 Overview

CVE-2026-22683 is a missing authorization vulnerability (CWE-862) affecting Windmill versions 1.56.0 through 1.614.0. This vulnerability allows users with the Operator role to bypass intended access controls and perform prohibited entity creation and modification actions via the backend API. Although Operators are documented and priced as unable to create or modify entities, the API fails to enforce this restriction on workspace endpoints, enabling privilege escalation to remote code execution within Windmill deployments.

Critical Impact

Operators can create and update scripts, flows, apps, and raw_apps. Combined with the ability to execute scripts via the jobs API, this allows direct privilege escalation to remote code execution within the Windmill deployment.

Affected Products

  • Windmill versions 1.56.0 through 1.614.0
  • All deployments using the Operator role introduced in version 1.56.0
  • Self-hosted and cloud-hosted Windmill instances

Discovery Timeline

  • April 7, 2026 - CVE-2026-22683 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-22683

Vulnerability Analysis

This vulnerability stems from a fundamental disconnect between Windmill's documented role-based access control (RBAC) model and its actual API implementation. The Operator role was designed as a restricted permission tier—users who can execute workflows but cannot create or modify the underlying scripts, flows, or applications. However, the backend API endpoints responsible for workspace entity management failed to implement the corresponding authorization checks.

The impact is significant because Windmill is an open-source workflow automation platform where scripts can execute arbitrary code. An attacker with only Operator-level access can craft malicious scripts, deploy them through the unprotected API endpoints, and then execute them via the jobs API—achieving full remote code execution within the deployment context.

Root Cause

The root cause is a missing authorization check in multiple backend API handlers. The apps.rs, flows.rs, scripts.rs, and raw_apps.rs handlers in the windmill-api backend module accept requests from authenticated Operators without verifying whether the is_operator flag is set. This violates the principle of least privilege and contradicts the documented behavior of the Operator role.

Attack Vector

The attack vector is network-based and requires low-privileged authentication (Operator role). An attacker with valid Operator credentials can:

  1. Authenticate to the Windmill API with Operator credentials
  2. Send POST/PUT requests to workspace endpoints (/api/w/{workspace}/scripts, /api/w/{workspace}/flows, /api/w/{workspace}/apps)
  3. Create a malicious script containing arbitrary code
  4. Execute the script via the jobs API endpoint
  5. Achieve remote code execution in the context of the Windmill worker process
rust
// Security patch in backend/windmill-api/src/apps.rs
// Source: https://github.com/windmill-labs/windmill/commit/c621a74804f4f6e8318819c01e3a23a17698588b

     Path(w_id): Path<String>,
     multipart: Multipart,
 ) -> Result<(StatusCode, String)> {
+    if authed.is_operator {
+        return Err(Error::NotAuthorized(
+            "Operators cannot create apps for security reasons".to_string(),
+        ));
+    }
     let (path, _id) = process_app_multipart!(
         authed,
         user_db,
rust
// Security patch in backend/windmill-api/src/flows.rs
// Source: https://github.com/windmill-labs/windmill/commit/c621a74804f4f6e8318819c01e3a23a17698588b

     Path(w_id): Path<String>,
     Json(nf): Json<NewFlow>,
 ) -> Result<(StatusCode, String)> {
+    if authed.is_operator {
+        return Err(Error::NotAuthorized(
+            "Operators cannot create flows for security reasons".to_string(),
+        ));
+    }
     check_scopes(&authed, || format!("flows:write:{}", nf.path))?;
     validate_flow(&nf).await?;
     if *CLOUD_HOSTED {

Detection Methods for CVE-2026-22683

Indicators of Compromise

  • Unexpected script, flow, or app creation events in audit logs by Operator-role users
  • API requests to /api/w/{workspace}/scripts, /api/w/{workspace}/flows, or /api/w/{workspace}/apps endpoints from Operator accounts
  • Execution of newly created scripts by Operator users that were not previously authorized
  • Unusual job execution patterns or new workflow entities appearing in workspaces

Detection Strategies

  • Review Windmill audit logs for entity creation or modification events associated with Operator-role user accounts
  • Monitor API access logs for POST/PUT requests to workspace endpoints from users with Operator permissions
  • Implement alerting on any script, flow, or app creation by non-admin users
  • Correlate job execution logs with entity creation timestamps to identify potential exploitation attempts

Monitoring Recommendations

  • Enable verbose audit logging in Windmill to capture all API interactions
  • Set up SIEM rules to detect unauthorized entity creation patterns
  • Periodically audit all scripts, flows, and apps to identify unexpected or malicious entries
  • Monitor network traffic for anomalous API request patterns targeting workspace endpoints

How to Mitigate CVE-2026-22683

Immediate Actions Required

  • Upgrade Windmill to version 1.615.0 or later immediately
  • Audit all Operator-role user accounts and their recent activity
  • Review all scripts, flows, and apps created since deploying version 1.56.0 for unauthorized or malicious content
  • Consider temporarily revoking Operator access until the patch is applied

Patch Information

Windmill Labs has released version 1.615.0 which includes the security fix. The patch adds explicit authorization checks for the is_operator flag in all relevant API handlers, returning an Error::NotAuthorized response when Operators attempt to create or modify workspace entities.

The security fix is tracked in commit c621a74804f4f6e8318819c01e3a23a17698588b. For more details, see the Windmill Labs Version Release.

Workarounds

  • Restrict network access to the Windmill API to trusted IP ranges only until patching is complete
  • Remove Operator role assignments temporarily and assign users to more restricted roles
  • Deploy an API gateway or reverse proxy with custom rules to block POST/PUT requests to workspace endpoints from Operator users
  • Implement additional network segmentation to isolate Windmill worker processes
bash
# Configuration example - Nginx reverse proxy rule to block Operator entity creation
# Apply until Windmill is upgraded to 1.615.0+

# In your nginx server block, add upstream request inspection
# to reject unauthorized entity creation attempts
location ~ ^/api/w/[^/]+/(scripts|flows|apps|raw_apps)$ {
    # Block POST/PUT for Operator users at proxy level
    # Requires header injection from authentication layer
    if ($http_x_user_role = "operator") {
        return 403 "Operator role cannot create entities";
    }
    proxy_pass http://windmill_backend;
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindmill

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-862
  • Technical References
  • Nextcloud Flow Release Notes

  • Chocapikk RCE Analysis

  • Chocapikk PoC Repository

  • Windmill Labs Commit Log

  • Windmill Labs Version Release

  • Windmill Official Website
  • Related CVEs
  • CVE-2026-23696: Windmill CE/EE SQL Injection Vulnerability

  • CVE-2026-33881: Windmill Developer Platform RCE Vulnerability

  • CVE-2026-29059: Windmill Path Traversal Vulnerability

  • CVE-2026-26964: Windmill Information Disclosure Flaw
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