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

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

CVE-2026-49367 is an authentication bypass vulnerability in JetBrains IntelliJ IDEA that enables command execution through the guest user account. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-49367 Overview

CVE-2026-49367 affects JetBrains IntelliJ IDEA versions prior to 2026.1.1. The flaw allows command execution through the guest user account, bypassing intended authorization boundaries on the integrated development environment. The issue is classified under CWE-862 (Missing Authorization), indicating that privileged operations were exposed to accounts that should have only limited interactive access.

An authenticated guest user can leverage the weakness to execute commands within the IDE host context. The result is unauthorized code execution and potential compromise of the developer workstation or shared collaboration session.

Critical Impact

A low-privileged guest account can execute arbitrary commands on systems running vulnerable IntelliJ IDEA builds, leading to confidentiality, integrity, and availability impact on the host.

Affected Products

  • JetBrains IntelliJ IDEA versions before 2026.1.1
  • All editions distributed under cpe:2.3:a:jetbrains:intellij_idea
  • Collaboration sessions configured with guest user access

Discovery Timeline

  • 2026-05-29 - CVE-2026-49367 published to NVD
  • 2026-06-01 - Last updated in NVD database
  • 2026-06-04 - EPSS scoring updated for CVE-2026-49367

Technical Details for CVE-2026-49367

Vulnerability Analysis

The vulnerability resides in the authorization logic governing the IntelliJ IDEA guest user account. JetBrains supports collaborative coding sessions where remote participants connect as guests with intentionally restricted privileges. In affected builds, command execution actions reachable from the guest interface fail to enforce a required authorization check.

As a result, a participant joining a Code With Me or similar collaborative session as a guest can invoke command execution paths that should be reserved for the host. The vulnerability does not require user interaction beyond establishing the guest session and operates over the network attack surface exposed by the IDE.

Successful exploitation runs commands in the security context of the IDE process on the host machine. This exposes source code repositories, build pipelines, signing keys, and any credentials cached by plugins or version control integrations.

Root Cause

The root cause is a missing authorization control [CWE-862] on action handlers reachable by guest users. Privilege checks that should gate execution flows were either absent or incorrectly evaluated, treating guest sessions as equivalent to host sessions for the affected operations.

Attack Vector

Exploitation requires network reachability to a collaborative session and valid guest credentials, which are commonly distributed as session invitation links. Once joined, an attacker triggers the unauthorized command path from the guest client. No social engineering or additional user interaction on the host side is required.

No public proof-of-concept is currently listed in CISA KEV or Exploit-DB for CVE-2026-49367. Refer to the JetBrains Fixed Security Issues page for vendor technical detail.

Detection Methods for CVE-2026-49367

Indicators of Compromise

  • Unexpected child processes spawned by idea64.exe, idea, or idea.sh on developer workstations
  • Outbound network connections from the IDE process to non-corporate destinations following a guest collaboration session
  • New or modified files in project directories that do not correlate with committed source control activity
  • Guest session logs in IntelliJ IDEA showing command execution actions invoked by non-host participants

Detection Strategies

  • Inventory IntelliJ IDEA installations and flag any version earlier than 2026.1.1 as exposed
  • Correlate process creation telemetry where the parent process is IntelliJ IDEA with command shells such as cmd.exe, powershell.exe, bash, or sh
  • Alert on IntelliJ IDEA processes invoking scripting engines or network utilities during active collaborative sessions

Monitoring Recommendations

  • Enable verbose logging for Code With Me or equivalent collaboration features and forward logs to a centralized SIEM
  • Monitor egress traffic from developer endpoints for connections initiated by the IDE process to unknown infrastructure
  • Review guest session invitations for distribution outside trusted developer groups

How to Mitigate CVE-2026-49367

Immediate Actions Required

  • Upgrade all JetBrains IntelliJ IDEA installations to version 2026.1.1 or later
  • Disable Code With Me and other collaborative session features on hosts that cannot be patched immediately
  • Revoke any active guest session links issued before the upgrade and rotate any credentials handled by the IDE

Patch Information

JetBrains addressed CVE-2026-49367 in IntelliJ IDEA 2026.1.1. The fix enforces the missing authorization check so that guest accounts can no longer reach command execution actions. Patch details and the complete list of fixed issues are published on the JetBrains Fixed Security Issues page.

Workarounds

  • Restrict guest participation to read-only roles where the host configuration permits
  • Limit collaborative sessions to trusted internal networks until patching is complete
  • Run IntelliJ IDEA under a least-privileged user account to constrain the impact of any successful command execution
bash
# Verify installed IntelliJ IDEA build on Linux/macOS
cat "$(dirname "$(readlink -f "$(command -v idea)")")/../build.txt"

# Windows: check the build number from PowerShell
Get-Content "$Env:LOCALAPPDATA\JetBrains\Toolbox\apps\IDEA-U\*\build.txt"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechJetbrains Intellij Idea

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.01%

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

  • CVE-2026-49366: JetBrains IntelliJ IDEA RCE Vulnerability

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

  • 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