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

CVE-2026-22793: 5ire Desktop AI Assistant RCE Vulnerability

CVE-2026-22793 is a remote code execution vulnerability in 5ire desktop AI assistant affecting versions before 0.15.3. Attackers can execute arbitrary JavaScript via ECharts code blocks. This article covers technical details, affected versions, impact, and mitigation steps.

Published: January 23, 2026

CVE-2026-22793 Overview

CVE-2026-22793 is a Code Injection vulnerability affecting 5ire, a cross-platform desktop artificial intelligence assistant and model context protocol client. Prior to version 0.15.3, an unsafe option parsing vulnerability in the ECharts Markdown plugin allows any user able to submit ECharts code blocks to execute arbitrary JavaScript code in the renderer context. This vulnerability can lead to Remote Code Execution (RCE) in environments where privileged APIs (such as Electron's electron.mcp) are exposed, resulting in full compromise of the host system.

Critical Impact

This vulnerability enables arbitrary JavaScript execution in the Electron renderer context, potentially allowing attackers to leverage privileged APIs for complete host system compromise through crafted ECharts code blocks.

Affected Products

  • 5ire desktop application versions prior to 0.15.3
  • Systems running 5ire with ECharts Markdown plugin enabled
  • Electron-based deployments exposing privileged APIs like electron.mcp

Discovery Timeline

  • 2026-01-21 - CVE CVE-2026-22793 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-22793

Vulnerability Analysis

This vulnerability stems from CWE-94 (Improper Control of Generation of Code - Code Injection). The ECharts Markdown plugin in 5ire fails to properly sanitize or validate options passed through ECharts code blocks before processing them. This allows attackers to inject arbitrary JavaScript code that executes within the Electron renderer context.

In Electron applications, the renderer process can have access to privileged Node.js APIs when certain security configurations are relaxed. When the electron.mcp API or similar privileged interfaces are exposed to the renderer, code execution within this context can escalate to full system access, enabling attackers to read/write files, execute system commands, and interact with the operating system at the user's privilege level.

The network-based attack vector requires user interaction—typically convincing a user to render a malicious ECharts code block within the 5ire application. The scope change indicated by the vulnerability metrics reflects that exploitation in the renderer context can affect resources beyond the vulnerable component, specifically the underlying host system.

Root Cause

The root cause is inadequate input validation and sanitization in the ECharts Markdown plugin's option parsing logic. The plugin processes user-supplied ECharts configuration objects without properly restricting or escaping JavaScript code that can be embedded within these options. ECharts supports various callback functions and event handlers in its configuration objects, and the plugin failed to properly neutralize these execution paths before rendering.

Attack Vector

The attack leverages the network-based attack surface where a malicious actor crafts a specially formatted ECharts code block containing JavaScript payloads within the chart configuration options. When a 5ire user processes or renders content containing this malicious code block, the injected JavaScript executes in the renderer context.

The exploitation scenario involves:

  1. Attacker crafts an ECharts code block with embedded JavaScript in configuration callbacks or event handlers
  2. The malicious content is delivered to a victim through any mechanism that allows content submission (chat, shared documents, imported files)
  3. When 5ire renders the ECharts visualization, the unsafe option parsing executes the embedded JavaScript
  4. If privileged APIs like electron.mcp are accessible, the attacker gains the ability to execute arbitrary code on the host system

For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-wg3x-7c26-97wj.

Detection Methods for CVE-2026-22793

Indicators of Compromise

  • Unexpected JavaScript execution patterns in Electron renderer logs
  • Unusual process spawning from the 5ire application
  • System command execution originating from the 5ire process
  • Network connections to unknown destinations initiated by 5ire
  • File system modifications in unexpected locations by the 5ire process

Detection Strategies

  • Monitor Electron application logs for JavaScript errors or execution anomalies in ECharts rendering contexts
  • Implement application-level logging to track content rendering events, particularly ECharts code blocks
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious child process creation from desktop applications
  • Audit content sources for potentially malicious ECharts configurations

Monitoring Recommendations

  • Enable verbose logging for the 5ire application to capture rendering events
  • Configure SentinelOne to monitor for suspicious behavior from Electron-based applications
  • Implement network monitoring to detect unusual outbound connections from desktop AI assistants
  • Review imported content and shared documents for suspicious ECharts code blocks

How to Mitigate CVE-2026-22793

Immediate Actions Required

  • Upgrade 5ire to version 0.15.3 or later immediately
  • Audit any content rendered through 5ire for potentially malicious ECharts code blocks
  • Restrict access to untrusted content sources until patching is complete
  • Review system logs for any indicators of compromise

Patch Information

The vulnerability has been patched in 5ire version 0.15.3. Users should update to this version or later to remediate the vulnerability. The fix implements proper sanitization of ECharts options to prevent arbitrary JavaScript execution.

For detailed patch information, see the GitHub Release v0.15.3.

Workarounds

  • Disable or remove the ECharts Markdown plugin until the patch can be applied
  • Avoid rendering content from untrusted sources in 5ire
  • Implement content security policies to restrict script execution where possible
  • Run 5ire with minimal system privileges to limit the impact of potential exploitation
bash
# Verify current 5ire version and update
# Check installed version
5ire --version

# Update to patched version 0.15.3 or later
# Follow platform-specific update procedures from the official repository
# https://github.com/nanbingxyz/5ire/releases/tag/v0.15.3

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/Tech5ire

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Release v0.15.3

  • GitHub Security Advisory GHSA-wg3x-7c26-97wj
  • Related CVEs
  • CVE-2025-68669: 5ire Desktop AI Assistant RCE Vulnerability

  • CVE-2025-47777: 5ire Desktop AI Assistant RCE Vulnerability

  • CVE-2026-22792: 5ire AI Assistant RCE Vulnerability

  • CVE-2025-58357: 5ire Desktop AI Assistant XSS Vulnerability
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