Cyber Resilience

CVE-2026-59792

Path Traversal in Jetbrains Intellij Idea ≤ 2026.1.4

Published
10 July 2026
Modified
14 July 2026
Patch / advisory
CVSS Score v3.1 9.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:L
EPSS Score 0.0046 38th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-59792 is a critical-severity Relative Path Traversal (CWE-23) vulnerability in Jetbrains Intellij Idea. Its CVSS base score is 9.6 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SC-7 (Boundary Protection) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In JetBrains IntelliJ IDEA before 2026.1.4, 2026.2 code execution via path traversal in project workspace ID handling was possible

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Path traversal in project workspace ID handling allows remote code execution, directly mapping to exploitation of a public-facing application (T1190) and arbitrary command/script execution (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-64812Same product: Jetbrains Intellij Idea
CVE-2026-49367Same product: Jetbrains Intellij Idea
CVE-2024-24940Same product: Jetbrains Intellij Idea
CVE-2026-49366Same product: Jetbrains Intellij Idea
CVE-2024-46970Same product: Jetbrains Intellij Idea
CVE-2024-24941Same product: Jetbrains Intellij Idea
CVE-2023-38069Same product: Jetbrains Intellij Idea
CVE-2026-49383Same product: Jetbrains Intellij Idea
CVE-2026-64811Same product: Jetbrains Intellij Idea
CVE-2026-41882Same product: Jetbrains Intellij Idea

Affected Assets

jetbrains
intellij idea
≤ 2026.1.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-7 Boundary Protection
Detect
Catch it (NIST detect / respond)
  • SI-7 Software, Firmware, and Information Integrity
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.3.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces validation of all input values (including workspace IDs) to block path traversal sequences that lead to arbitrary code execution.

prevent

Boundary-protection mechanisms can restrict or sanitize paths crossing trust boundaries, limiting the reach of a traversal attack originating from untrusted project data.

detect

Integrity verification of software and configuration files can detect unauthorized modifications introduced via the path-traversal exploit.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and path sanitization that prevent relative traversal.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development catches path traversal via static/dynamic analysis, but does not itself implement the fix.

prevents

Secure development lifecycle mandates input validation and path-handling controls that directly prevent relative path traversal.

prevents

Application security requirements explicitly call for controls against path traversal and other injection flaws.

prevents

Secure architecture principles include directory isolation and canonicalization, reducing but not eliminating traversal risk.

prevents

Secure coding standards require neutralizing path traversal sequences, directly addressing CWE-23.

mitigates

Information access restriction limits which files can be reached, mitigating impact but not preventing the traversal flaw.

References