The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2025-1087

CVE-2025-1087: Kong Insomnia RCE Vulnerability

CVE-2025-1087 is a template injection vulnerability in Kong Insomnia Desktop Application that enables remote code execution. Attackers exploit insufficient input validation to execute arbitrary JavaScript code.

Published: April 1, 2026

CVE-2025-1087 Overview

Kong Insomnia Desktop Application before version 11.0.2 contains a template injection vulnerability that allows attackers to execute arbitrary code. The vulnerability exists due to insufficient validation of user-supplied input when processing template strings, which can lead to arbitrary JavaScript execution in the context of the application.

Critical Impact

This template injection vulnerability enables remote attackers to achieve arbitrary code execution through malicious template strings, potentially compromising developer workstations and sensitive API credentials stored within Insomnia.

Affected Products

  • Kong Insomnia Desktop Application versions prior to 11.0.2

Discovery Timeline

  • 2025-05-09 - CVE-2025-1087 published to NVD
  • 2025-09-17 - Last updated in NVD database

Technical Details for CVE-2025-1087

Vulnerability Analysis

This vulnerability is classified as CWE-20 (Improper Input Validation) and represents a template injection flaw in the Kong Insomnia API client. The application processes user-supplied template strings without adequate sanitization, allowing malicious actors to inject and execute arbitrary JavaScript code within the Electron-based desktop application context.

Insomnia is a popular API development platform used by developers to design, debug, and test APIs. The application supports dynamic templating features that allow users to insert variables and expressions into requests. However, the template parsing engine fails to properly validate input, creating an exploitation vector that can be triggered through crafted API project files or shared workspaces.

The network-based attack vector combined with the requirement for user interaction (opening a malicious project file) makes this vulnerability particularly dangerous in collaborative development environments where teams share Insomnia workspaces.

Root Cause

The root cause of CVE-2025-1087 lies in improper input validation within the template processing functionality. When Insomnia parses template strings embedded in API requests, environment variables, or workspace configurations, it fails to adequately sanitize user-controlled input before evaluation. This allows attackers to craft malicious template expressions that break out of the intended templating context and execute arbitrary JavaScript code within the Node.js/Electron runtime environment.

Attack Vector

The attack can be conducted remotely over a network by convincing a victim to open a malicious Insomnia project file or import a compromised workspace. The exploitation requires user interaction—the victim must actively open or import the attacker-controlled content. Once triggered, the injected template code executes with the same privileges as the Insomnia application, potentially allowing attackers to:

  • Access sensitive API keys and authentication tokens stored in the application
  • Read and exfiltrate local files accessible to the application process
  • Execute system commands through Node.js child processes
  • Pivot to other systems using compromised credentials

The vulnerability mechanism involves crafting template expressions that escape the intended variable substitution context. For detailed technical analysis of the exploitation technique, refer to the TantoSec Blog Post.

Detection Methods for CVE-2025-1087

Indicators of Compromise

  • Unusual Insomnia workspace files received from untrusted sources containing complex or obfuscated template expressions
  • Unexpected outbound network connections from the Insomnia process
  • Child processes spawned by Insomnia that are not typical of normal application behavior
  • Access to sensitive files or environment variables outside normal API testing workflows

Detection Strategies

  • Monitor for Insomnia application processes spawning unexpected child processes or shell commands
  • Implement endpoint detection rules to identify JavaScript code execution patterns within Electron applications
  • Review imported workspace files for suspicious template syntax before opening in the application
  • Use application-level sandboxing to detect and block anomalous file system or network access from Insomnia

Monitoring Recommendations

  • Enable verbose logging for Insomnia application activities on developer workstations
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring Electron-based application behavior
  • Implement network monitoring to detect unusual outbound connections from developer tools
  • Establish baseline behavior profiles for API development tools to identify anomalous activities

How to Mitigate CVE-2025-1087

Immediate Actions Required

  • Upgrade Kong Insomnia Desktop Application to version 11.0.2 or later immediately
  • Avoid opening Insomnia workspace files or project exports from untrusted or unknown sources
  • Review recently imported workspaces for suspicious template expressions or unexpected configurations
  • Consider temporarily using web-based API testing tools until the patched version is deployed

Patch Information

Kong has addressed this vulnerability in Insomnia version 11.0.2. Organizations should prioritize upgrading all instances of the Insomnia Desktop Application to this version or later. The fix implements proper input validation and sanitization for template string processing, preventing the injection of arbitrary code through template expressions.

For the latest release information and download links, refer to the GitHub Insomnia Repository.

Workarounds

  • Restrict the use of template features in Insomnia until the patched version can be deployed
  • Implement strict workspace import policies, only allowing files from trusted sources
  • Run Insomnia in isolated environments or containers to limit the impact of potential code execution
  • Use application sandboxing solutions to restrict file system and network access for the Insomnia process

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechKong Insomnia

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.95%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L/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
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Insomnia Repository

  • TantoSec Blog Post
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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