Description
In JetBrains IntelliJ IDEA before 2026.2.1 hadoop ResourceManager could read local files via XXE
Published: 2026-08-17
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows the Hadoop ResourceManager component of JetBrains IntelliJ IDEA to process XML documents containing external entity declarations that resolve to local files. Attackers can craft a malicious XML payload which, when parsed, causes the application to read arbitrary files on the host machine. This flaw aligns with CWE‑611, enabling information disclosure of files that may contain sensitive data.

Affected Systems

The issue affects all releases of JetBrains IntelliJ IDEA prior to version 2026.2.1 that include the Hadoop ResourceManager feature. Systems running these versions are susceptible whenever an XML file that is processed by the ResourceManager is supplied by a user or an adjacent component that can influence the XML content.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be local or remote, depending on who can supply the XML payload; the flaw requires the attacker to provide or influence XML input to a running instance of the ResourceManager. While the vulnerability does not grant code execution, it can expose confidential files and compromise system information integrity.

Generated by OpenCVE AI on August 17, 2026 at 17:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade JetBrains IntelliJ IDEA to version 2026.2.1 or later, which eliminates the vulnerable XML processing path in the Hadoop ResourceManager.
  • If an upgrade is not immediately possible, configure the ResourceManager to reject or ignore XML external entities by disabling XML entity resolution or applying security settings that block external entity references.
  • Validate or sanitize any XML input before it reaches the ResourceManager, ensuring that malicious entity declarations are removed or neutralized.
  • Apply any vendor‑released configuration workarounds or patches from JetBrains, such as disabling Hadoop XML integration if the feature is not needed.

Generated by OpenCVE AI on August 17, 2026 at 17:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Title XXE Local File Disclosure in IntelliJ IDEA Hadoop ResourceManager

Mon, 17 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Jetbrains
Jetbrains intellij Idea
Vendors & Products Jetbrains
Jetbrains intellij Idea

Mon, 17 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description In JetBrains IntelliJ IDEA before 2026.2.1 hadoop ResourceManager could read local files via XXE
Weaknesses CWE-611
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'}


Subscriptions

Jetbrains Intellij Idea
cve-icon MITRE

Status: PUBLISHED

Assigner: JetBrains

Published:

Updated: 2026-08-17T16:15:31.832Z

Reserved: 2026-08-17T15:34:10.161Z

Link: CVE-2026-75055

cve-icon Vulnrichment

Updated: 2026-08-17T16:15:26.192Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-17T16:17:52.657

Modified: 2026-08-28T21:29:30.987

Link: CVE-2026-75055

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T18:00:05Z

Weaknesses
  • CWE-611

    Improper Restriction of XML External Entity Reference