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

CVE-2026-39417: MaxKB AI Assistant RCE Vulnerability

CVE-2026-39417 is a remote code execution flaw in MaxKB AI assistant that bypasses prior security fixes, allowing attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: April 17, 2026

CVE-2026-39417 Overview

CVE-2026-39417 is a Remote Code Execution (RCE) vulnerability in MaxKB, an open-source AI assistant for enterprise. This vulnerability exists due to an incomplete fix for CVE-2025-53928, where the MCP node of the workflow engine remains exploitable. Versions 2.7.1 and below are affected, allowing attackers to achieve arbitrary command execution by bypassing the security patch through crafted JSON payloads.

Critical Impact

Authenticated attackers can achieve Remote Code Execution on the MaxKB server by injecting malicious MCP node configurations with stdio transport, arbitrary commands, and arguments when workflows are triggered via chat.

Affected Products

  • MaxKB versions 2.7.1 and below
  • MaxKB workflow engine MCP node component
  • MaxKB instances with workflow creation API access enabled

Discovery Timeline

  • 2026-04-14 - CVE-2026-39417 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2026-39417

Vulnerability Analysis

This vulnerability represents an incomplete security fix for the previously identified CVE-2025-53928. The original patch addressed the code path responsible for loading MCP configurations from the database (the referencing code path). However, the else branch that handles loading mcp_servers directly from user-supplied JSON was left completely unpatched.

The flaw is classified under CWE-20 (Improper Input Validation). The mcp_source field is defined as optional (required=False), which creates the bypass opportunity. An attacker can simply omit this field or set it to any non-referencing value to circumvent the existing security controls entirely.

Root Cause

The root cause stems from inconsistent input validation across multiple code branches handling MCP configuration loading. While the developers secured the database referencing path after CVE-2025-53928, they failed to apply the same restrictions to the direct JSON input path. This oversight allows attackers to inject complete MCP node configurations directly through the workflow creation API without any validation.

Attack Vector

The attack is network-based and requires low-privilege authentication with user interaction to trigger the malicious workflow. An attacker exploits this vulnerability by:

  1. Calling the workflow creation API directly with a crafted JSON payload
  2. Omitting or setting mcp_source to a non-referencing value to bypass the fix
  3. Injecting a complete MCP node configuration containing stdio transport with arbitrary command and arguments
  4. Triggering the workflow via chat to execute the injected commands

The vulnerability enables Remote Code Execution when the malicious workflow is triggered, allowing attackers to execute arbitrary system commands on the MaxKB server. For detailed technical analysis of the vulnerable code path, refer to the GitHub Security Advisory GHSA-pw52-326g-r5xj.

Detection Methods for CVE-2026-39417

Indicators of Compromise

  • Unexpected workflow creations containing MCP node configurations with stdio transport types
  • API calls to workflow creation endpoints with JSON payloads containing mcp_servers configurations that omit the mcp_source field
  • Unusual command execution patterns originating from MaxKB worker processes
  • Workflow executions spawning child processes with unexpected command-line arguments

Detection Strategies

  • Monitor workflow creation API endpoints for suspicious JSON payloads containing direct mcp_servers configurations
  • Implement logging for all MCP node configurations created without proper mcp_source referencing
  • Audit workflow definitions for embedded command execution parameters in MCP nodes
  • Deploy application-layer firewalls to inspect and filter malformed workflow creation requests

Monitoring Recommendations

  • Enable verbose logging on MaxKB workflow engine components to capture MCP node configuration details
  • Monitor process execution chains for MaxKB worker processes spawning unexpected subprocesses
  • Set up alerts for workflow creations by users with elevated API access privileges
  • Review authentication logs for unusual patterns of workflow creation API calls

How to Mitigate CVE-2026-39417

Immediate Actions Required

  • Upgrade MaxKB to version 2.8.0 or later immediately
  • Audit existing workflows for any suspicious MCP node configurations with stdio transport
  • Restrict API access to workflow creation endpoints until the patch is applied
  • Review recent workflow creation logs for potential exploitation attempts

Patch Information

The vulnerability has been fixed in MaxKB version 2.8.0. The patch is available through the GitHub Release v2.8.0. The fix addresses the incomplete validation in the else branch that handles direct JSON input for MCP configurations. The specific commit addressing this vulnerability can be reviewed at the GitHub Commit 50e96002.

Workarounds

  • Implement network-level access controls to restrict workflow creation API access to trusted IP addresses only
  • Deploy a web application firewall (WAF) rule to block requests containing suspicious MCP node configurations
  • Disable the MCP node functionality in workflows if not required for business operations
  • Enable strict input validation at the API gateway level to reject workflow payloads with direct mcp_servers configurations
bash
# Configuration example
# Restrict workflow API access via reverse proxy (nginx example)
location /api/workflow/ {
    # Allow only trusted internal networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Proxy to MaxKB backend
    proxy_pass http://maxkb-backend;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMaxkb

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Commit Update

  • GitHub Release v2.8.0

  • GitHub Security Advisory GHSA-pw52-326g-r5xj
  • Related CVEs
  • CVE-2026-39424: MaxKB Chat Export RCE Vulnerability

  • CVE-2026-39421: MaxKB AI Assistant RCE Vulnerability

  • CVE-2026-39420: MaxKB Sandbox Escape RCE Vulnerability

  • CVE-2025-53928: Maxkb RCE Vulnerability via MCP Call
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