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

CVE-2026-39424: MaxKB Chat Export RCE Vulnerability

CVE-2026-39424 is a remote code execution flaw in MaxKB's chat export feature that allows formula injection in Excel files. Affects versions 2.7.1 and below. This article covers technical details, affected versions, and patches.

Published: April 17, 2026

CVE-2026-39424 Overview

CVE-2026-39424 is a CSV Formula Injection vulnerability (CWE-1236) affecting MaxKB, an open-source AI assistant for enterprise environments. The vulnerability exists in versions 2.7.1 and below, where the chat export feature fails to properly sanitize formula elements when generating Excel files. When an administrator exports application chat history, malicious strings starting with formula characters are written directly to the output file without sanitization. Opening the exported .xlsx file in spreadsheet applications like Microsoft Excel can trigger Dynamic Data Exchange (DDE), potentially leading to arbitrary code execution on the administrator's workstation.

Critical Impact

Attackers can inject malicious formula payloads into chat conversations that, when exported by administrators, can execute arbitrary commands on their workstations via DDE exploitation in spreadsheet applications.

Affected Products

  • MaxKB versions 2.7.1 and below
  • MaxKB chat export functionality via /admin/api/workspace/{workspace_id}/application/{application_id}/chat/export

Discovery Timeline

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

Technical Details for CVE-2026-39424

Vulnerability Analysis

This vulnerability represents an Improper Neutralization of Formula Elements in a CSV File, classified under CWE-1236. The issue is particularly significant because it is a variant of CVE-2025-4546, which addressed the same vulnerability pattern in apps/dataset/serializers/document_serializers.py but failed to remediate the application chat export sink.

The vulnerable endpoint /admin/api/workspace/{workspace_id}/application/{application_id}/chat/export allows authenticated administrators to export chat history data to Excel format. When processing user-supplied chat content, the application writes strings directly to the spreadsheet without checking for formula-triggering characters such as =, +, -, @, \t, or \r.

Root Cause

The root cause stems from insufficient input sanitization in the chat export functionality. While the developers patched a similar vulnerability in document serializers (CVE-2025-4546), they overlooked the parallel code path handling application chat exports. The export function writes raw cell content to Excel files without prefixing formula characters or escaping potentially dangerous strings, allowing injected formula payloads to remain intact in the exported document.

Attack Vector

The attack requires an adversary to inject a malicious payload into a chat conversation that will later be exported by an administrator. The attack flow proceeds as follows:

  1. An attacker submits a chat message containing a formula injection payload (e.g., =cmd|'/C calc'!A0 for DDE exploitation)
  2. An administrator exports the chat history through the administrative interface
  3. The exported .xlsx file contains the unescaped malicious formula
  4. When the administrator opens the file in Microsoft Excel (or similar spreadsheet software), they may be prompted to enable external data connections
  5. If the administrator accepts the prompt, the injected command executes on their workstation

This attack leverages Dynamic Data Exchange (DDE), a Windows feature that allows applications to exchange data. While modern versions of Excel include warnings before executing DDE commands, social engineering can convince users to bypass these protections.

Detection Methods for CVE-2026-39424

Indicators of Compromise

  • Presence of chat messages containing formula-triggering characters (=, +, -, @) followed by suspicious command strings
  • Unusual outbound network connections or process executions following the opening of exported Excel files
  • Chat entries with DDE payload patterns such as =cmd| or =MSEXCEL|

Detection Strategies

  • Monitor the /admin/api/workspace/{workspace_id}/application/{application_id}/chat/export endpoint for frequent export requests
  • Implement content filtering rules to detect formula injection patterns in chat messages before storage
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious child processes spawned by spreadsheet applications

Monitoring Recommendations

  • Enable audit logging for all administrative export operations in MaxKB
  • Configure alerts for chat messages containing known formula injection patterns
  • Monitor administrator workstations for unexpected process execution following spreadsheet file operations

How to Mitigate CVE-2026-39424

Immediate Actions Required

  • Upgrade MaxKB to version 2.8.0 or later immediately
  • Review existing chat history for potential malicious formula injections before exporting
  • Educate administrators about the risks of enabling external data connections when opening exported files

Patch Information

The vulnerability has been fixed in MaxKB version 2.8.0. The fix is available in GitHub commit 24cd68a. Organizations should update to the latest version by downloading from the official release v2.8.0.

For detailed vulnerability information, refer to the GitHub Security Advisory GHSA-rr4r-7cj2-29vp.

Workarounds

  • If immediate patching is not possible, disable or restrict access to the chat export functionality until the update can be applied
  • Implement input validation at the application layer to sanitize formula characters by prefixing cells with a single quote (')
  • Configure Microsoft Excel to disable DDE by default across the organization via Group Policy
  • Open exported files in applications that do not support DDE execution, such as LibreOffice Calc with macros disabled
bash
# Disable DDE in Microsoft Excel via registry (Windows)
reg add "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Security" /v WorkbookLinkWarnings /t REG_DWORD /d 2 /f

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 Score5.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-1236
  • Technical References
  • GitHub Commit Update

  • GitHub Release v2.8.0

  • GitHub Security Advisory GHSA-rr4r-7cj2-29vp
  • Related CVEs
  • CVE-2026-39421: MaxKB AI Assistant RCE Vulnerability

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

  • CVE-2026-39417: MaxKB AI Assistant 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