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

CVE-2026-23696: Windmill CE/EE SQL Injection Vulnerability

CVE-2026-23696 is an SQL injection flaw in Windmill CE and EE versions 1.276.0 through 1.603.2 affecting folder ownership management. Attackers can exploit this to escalate privileges and execute arbitrary code.

Published: April 10, 2026

CVE-2026-23696 Overview

CVE-2026-23696 is a critical SQL injection vulnerability affecting Windmill CE and EE versions 1.276.0 through 1.603.2. The flaw exists in the folder ownership management functionality, where authenticated attackers can inject malicious SQL commands through the owner parameter. Successful exploitation enables attackers to extract sensitive data including JWT signing secrets and administrative user identifiers, forge administrative tokens, and ultimately achieve arbitrary code execution via workflow execution endpoints.

Critical Impact

This SQL injection vulnerability enables a complete attack chain from authenticated user to full system compromise through JWT secret extraction, token forgery, and remote code execution via workflow endpoints.

Affected Products

  • Windmill Community Edition (CE) versions 1.276.0 through 1.603.2
  • Windmill Enterprise Edition (EE) versions 1.276.0 through 1.603.2

Discovery Timeline

  • 2026-04-07 - CVE-2026-23696 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-23696

Vulnerability Analysis

This vulnerability is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The SQL injection flaw resides in how Windmill handles the owner parameter within its folder ownership management functionality. When an authenticated user submits a request to modify folder ownership, the application fails to properly sanitize or parameterize the owner input before incorporating it into SQL queries executed against the backend database.

The attack chain is particularly dangerous because it enables multi-stage exploitation. An attacker first leverages the SQL injection to read sensitive configuration data from the database, including the JWT signing secret used to authenticate administrative sessions. With this secret in hand, the attacker can forge a valid administrative JWT token without needing actual administrative credentials. Finally, using this forged administrative token, the attacker gains access to workflow execution endpoints, which provide the capability to execute arbitrary code on the underlying system.

Root Cause

The root cause is insufficient input validation and the lack of parameterized queries in the folder ownership management code path. User-supplied input from the owner parameter is concatenated directly into SQL statements rather than being passed as a bound parameter, allowing attackers to break out of the intended query structure and inject additional SQL commands.

Attack Vector

The attack is network-based and requires low-privilege authentication to the Windmill platform. An attacker with any valid user account can craft malicious requests to the folder ownership management endpoint, injecting SQL payloads through the owner parameter. The injection allows the attacker to perform UNION-based or blind SQL injection attacks to extract sensitive database contents.

Once the JWT signing secret is extracted, the attacker crafts a forged administrative token locally. This token is then used to authenticate to privileged API endpoints, specifically workflow execution endpoints that allow arbitrary script or command execution. This transforms a relatively constrained SQL injection vulnerability into full remote code execution.

Technical details and proof-of-concept information are available in the Chocapikk Blog RCE Analysis and the Chocapikk GitHub Repository.

Detection Methods for CVE-2026-23696

Indicators of Compromise

  • Unusual SQL error messages or database exceptions in Windmill application logs related to folder ownership operations
  • HTTP requests to folder ownership endpoints containing SQL metacharacters such as single quotes, UNION keywords, or comment sequences (--, /*)
  • Evidence of JWT tokens with unexpected claims or forged administrative privileges
  • Anomalous workflow executions initiated by non-administrative accounts or containing suspicious commands

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns in requests to Windmill endpoints
  • Monitor application logs for SQL syntax errors that may indicate injection attempts
  • Implement database query auditing to detect unusual SELECT statements targeting JWT secrets or user tables
  • Review authentication logs for administrative token usage patterns that don't match expected administrator behavior

Monitoring Recommendations

  • Enable detailed logging for all folder ownership management API calls and inspect for malformed input
  • Set up alerts for workflow executions that spawn shells, download external payloads, or access sensitive system files
  • Monitor for new administrative sessions or privilege changes that correlate with folder ownership modifications
  • Track database queries for anomalous patterns such as UNION-based data extraction or information schema enumeration

How to Mitigate CVE-2026-23696

Immediate Actions Required

  • Upgrade Windmill CE or EE to version 1.603.3 or later immediately
  • Audit recent folder ownership changes and workflow executions for signs of exploitation
  • Rotate JWT signing secrets and invalidate all existing sessions to prevent use of potentially forged tokens
  • Review administrative account activity and verify no unauthorized privilege escalation occurred

Patch Information

Windmill Labs has released version 1.603.3 which addresses this vulnerability. The fix is documented in the Windmill Labs Commit Update. Users should upgrade to the patched version available at the Windmill Labs Release v1.603.3. Additional technical details are available in the VulnCheck SQLi/RCE Advisory.

Workarounds

  • Implement network-level access controls to restrict which users and networks can access Windmill administrative endpoints
  • Deploy a WAF with SQL injection detection rules in front of Windmill instances as a temporary protective measure
  • Consider temporarily disabling folder ownership management functionality if operationally feasible until patching is complete
  • Enforce strict input validation at the application perimeter using a reverse proxy with request inspection capabilities
bash
# Example: Restrict access to Windmill folder management endpoints using nginx
location /api/w/folder {
    # Allow only trusted internal networks
    allow 10.0.0.0/8;
    deny all;
    
    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
  • TypeSQLI

  • Vendor/TechWindmill

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-89
  • Technical References
  • Nextcloud Flow Release Notes

  • Chocapikk Blog RCE Analysis

  • Chocapikk GitHub Repository

  • Windmill Labs Commit Update

  • Windmill Labs Release v1.603.3

  • VulnCheck SQLi/RCE Advisory

  • Windmill Official Website
  • Related CVEs
  • CVE-2026-22683: Windmill Privilege Escalation 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