CVE-2026-59792
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn JetBrains IntelliJ IDEA before 2026.1.4, 2026.2 code execution via path traversal in project workspace ID handling was possible
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA path traversal vulnerability in JetBrains IntelliJ IDEA's project workspace ID handling allows attackers to execute arbitrary code. The vulnerability exists in versions prior to 2026.1.4 and enables malicious workspace configurations to traverse filesystem paths and inject executable content.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2026.1.4CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify IntelliJ IDEA installation and versionLocate the IntelliJ IDEA installation directory and check the version. On Windows, common paths are C:\Program Files\JetBrains\IntelliJ IDEA or in the user's AppData. On macOS, check /Applications or ~/Library/Application Support/JetBrains. On Linux, check /opt or ~/snap. Look for a version file or check the IDE's about dialog information.Affected if The installed version is any version below 2026.1.4
-
Verify project workspace directory existsCheck for the presence of workspace storage directories. In IntelliJ projects, workspace data is typically stored in .idea/workspace.xml or similar workspace storage files under the project directory. Locate any project directories that contain IntelliJ workspace configuration.Affected if A project workspace directory exists and is being used by the IDE
-
Examine workspace ID configuration filesInspect the .idea/workspace.xml file or other workspace storage files in project directories. Look for workspaceId elements or identifiers that may be used in file path construction. These files are typically XML files in the .idea folder of an IntelliJ project.Affected if Workspace ID configuration files are present and contain user-controlled identifiers
-
Check for file write operations in recent IDE activityReview IDE logs (idea.log) for any file write operations involving workspace paths. The logs are typically found in the IDE's log directory (help > Show Log in Explorer). Look for file path constructions that might include workspace identifiers.Affected if The IDE has been used to open projects and log entries show workspace-related file operations
You are affected if IntelliJ IDEA version is below 2026.1.4 and you have used the IDE to open projects with workspace files, as the path traversal in workspace ID handling can be triggered during normal IDE operation.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2026.1.4
Upgrade IntelliJ IDEA to version 2026.1.4 or later to patch the path traversal vulnerability. Restrict access to project workspace directories and validate workspace IDs in development environments.
2026.1.4
- Open IntelliJ IDEA and navigate to Help > Check for Updates (or IntelliJ IDEA > Check for Updates on macOS)
- In the update dialog, if version 2026.1.4 or later is available, click Download and Install
- Alternatively, download IntelliJ IDEA 2026.1.4 or later directly from www.jetbrains.com/idea/download
- If using a custom plugin repository, verify all plugins are compatible with the new version before upgrading
- After upgrading, restart IntelliJ IDEA to complete the installation
- Verify the installation by checking Help > About shows version 2026.1.4 or later
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-59792 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-59792 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data