A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-49382

CVE-2026-49382: JetBrains IntelliJ IDEA RCE Vulnerability

CVE-2026-49382 is a remote code execution vulnerability in JetBrains IntelliJ IDEA caused by template injection in the Copyright plugin. This article covers technical details, affected versions, and mitigation strategies.

Published: June 4, 2026

CVE-2026-49382 Overview

CVE-2026-49382 affects JetBrains IntelliJ IDEA versions before 2026.1. The vulnerability enables code execution through template injection in the Copyright plugin. An attacker can craft a malicious template that executes arbitrary code when processed by the affected component. The flaw is classified under [CWE-1336] (Improper Neutralization of Special Elements Used in a Template Engine).

Exploitation requires local access and user interaction, typically through opening a project containing a malicious copyright profile configuration. JetBrains addressed the issue in IntelliJ IDEA 2026.1.

Critical Impact

Successful exploitation allows arbitrary code execution in the context of the developer running IntelliJ IDEA, compromising source code, credentials, and any system the IDE can access.

Affected Products

  • JetBrains IntelliJ IDEA versions prior to 2026.1
  • All editions (Community and Ultimate) using the bundled Copyright plugin
  • Development environments processing untrusted project configurations

Discovery Timeline

  • 2026-05-29 - CVE-2026-49382 published to the National Vulnerability Database (NVD)
  • 2026-06-01 - Last updated in NVD database

Technical Details for CVE-2026-49382

Vulnerability Analysis

The Copyright plugin in IntelliJ IDEA generates and maintains copyright headers across project files. The plugin uses a template engine that evaluates expressions to populate dynamic fields such as the current date, file name, and author. The vulnerability stems from improper neutralization of special elements in template input, which permits expression evaluation beyond the intended scope.

An attacker who controls a copyright profile, typically stored in .idea/copyright/ within a project, can embed template expressions that resolve to arbitrary method calls. When the IDE processes the template during file creation, header insertion, or template preview, the engine executes the embedded expressions.

The attack vector is local and requires user interaction, since the victim must open the malicious project and trigger template processing. Successful exploitation runs code with the privileges of the developer.

Root Cause

The root cause is unsafe evaluation of user-controlled template input inside the Copyright plugin. The template engine fails to restrict the set of accessible methods and classes, allowing template expressions to reach runtime APIs capable of executing system commands or loading arbitrary code.

Attack Vector

An attacker distributes a project, repository, or shared workspace that includes a crafted copyright profile. When a developer opens the project in a vulnerable version of IntelliJ IDEA and the IDE processes the template, the injected expression executes. Common delivery channels include public Git repositories, pull requests adding copyright configurations, and shared template archives.

The vulnerability mechanism is documented in the JetBrains Security Issues Fixed advisory. No proof-of-concept code is publicly available at this time.

Detection Methods for CVE-2026-49382

Indicators of Compromise

  • Unexpected child processes spawned by idea64.exe, idea, or the JetBrains java/jbr runtime shortly after opening a project
  • Modifications to files under .idea/copyright/ containing template expressions referencing runtime classes such as Runtime, ProcessBuilder, or groovy.lang
  • Outbound network connections initiated by the IDE process to unfamiliar hosts after project import
  • New scheduled tasks, cron entries, or persistence artifacts created by the developer account around the time a project was opened

Detection Strategies

  • Inspect .idea/copyright/profiles_settings.xml and related XML files in repositories for template expressions invoking Java reflection or process APIs
  • Hunt for IntelliJ IDEA processes executing shells (cmd.exe, powershell.exe, /bin/sh, /bin/bash) without a corresponding terminal plugin action
  • Correlate file write events in .idea/copyright/ with subsequent process creation events
  • Review installed IDE versions across developer endpoints and flag any IntelliJ IDEA build earlier than 2026.1

Monitoring Recommendations

  • Enable command-line auditing on developer workstations to capture process arguments spawned by IDE processes
  • Forward IDE process telemetry, file integrity events, and network connections to a centralized analytics platform for correlation
  • Alert on git commits that introduce or modify copyright profile configurations in monitored repositories
  • Track plugin and IDE version inventory to identify hosts still running vulnerable releases

How to Mitigate CVE-2026-49382

Immediate Actions Required

  • Upgrade IntelliJ IDEA to version 2026.1 or later on all developer workstations and build agents
  • Audit existing projects for unexpected entries in .idea/copyright/ and remove suspicious template expressions
  • Treat copyright profile changes from untrusted contributors as security-relevant during code review
  • Restrict opening of untrusted projects until patching is complete, or open them in JetBrains Safe Mode

Patch Information

JetBrains released a fix in IntelliJ IDEA 2026.1. Refer to the JetBrains Security Issues Fixed page for the canonical advisory and release notes. Update through the IDE's Toolbox App, JetBrains Toolbox, or by downloading the latest installer from the vendor.

Workarounds

  • Disable the bundled Copyright plugin from Settings > Plugins until the IDE can be upgraded
  • Enable Trusted Projects and decline trust for any repository received from an external source
  • Block IDE child process execution of shells and scripting interpreters through endpoint policy where feasible
  • Remove or quarantine any .idea/copyright/ directories included in third-party project archives before opening them
bash
# Verify installed IntelliJ IDEA version on Linux/macOS
idea --version

# Quick scan for suspicious template expressions in repositories
grep -rIE "Runtime|ProcessBuilder|groovy\.lang|java\.lang\.Class" .idea/copyright/ 2>/dev/null

# Remove untrusted copyright configurations before opening a project
rm -rf .idea/copyright/

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechJetbrains Intellij Idea

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-1336
  • Vendor Resources
  • JetBrains Security Issues Fixed
  • Related CVEs
  • CVE-2026-49366: JetBrains IntelliJ IDEA RCE Vulnerability

  • CVE-2026-49383: JetBrains IntelliJ IDEA XXE Vulnerability

  • CVE-2026-49367: JetBrains IntelliJ IDEA Auth Bypass Flaw

  • CVE-2025-57727: JetBrains IntelliJ IDEA Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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