Cyber Resilience

CVE-2025-57729

Jetbrains Intellij Idea ≤ 2025.2

Published
20 August 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0013 3th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2025-57729 is a medium-severity Inclusion of Functionality from Untrusted Control Sphere (CWE-829) vulnerability in Jetbrains Intellij Idea. Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 3th 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 CM-11 (User-installed Software) and CM-7 (Least Functionality) — 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 2025.2 unexpected plugin startup was possible due to automatic LSP server start

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-64811Same 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-2024-24940Same product: Jetbrains Intellij Idea
CVE-2026-49366Same product: Jetbrains Intellij Idea
CVE-2026-49383Same product: Jetbrains Intellij Idea
CVE-2026-64812Same product: Jetbrains Intellij Idea
CVE-2026-41882Same product: Jetbrains Intellij Idea
CVE-2023-51655Same product: Jetbrains Intellij Idea

Affected Assets

jetbrains
intellij idea
≤ 2025.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • CM-7 Least Functionality
  • CM-11 User-installed Software
  • SI-3 Malicious Code Protection
Detect
Catch it (NIST detect / respond)
  • SI-3 Malicious Code Protection
Harden
Shrink the surface (DISA STIG)
  • 6 hardening rules · 6 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V14.2.3
  • V3.5.6
  • V9.1.3
  • V15.3.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Least Functionality directly blocks automatic startup of the unneeded LSP server component that enables the unexpected plugin execution in IntelliJ IDEA.

prevent

User-installed Software control governs plugin installation and execution, preventing automatic loading of untrusted LSP/plugin code from outside the approved control sphere.

preventdetect

Malicious Code Protection mechanisms can scan or sandbox the automatically started LSP server/plugin before it executes, mitigating the CWE-829 inclusion risk.

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.

ID.RA-09 full match
prevents

Pre-acquisition integrity/authenticity checks directly prevent inclusion of untrusted code.

GV.SC-01 mostly match
prevents

Supply-chain program directly governs inclusion of third-party executable code.

GV.SC-05 mostly match
prevents

Contractual requirements can mandate trusted sources and integrity checks for included functionality.

GV.SC-07 mostly match
prevents

Supplier risk assessment explicitly covers risks from their products and libraries.

ID.RA-10 mostly match
prevents

Critical-supplier assessment reduces risk of importing executable functionality from untrusted parties.

PR.PS-06 mostly match
prevents

Secure SDLC practices include dependency vetting and trusted-source policies.

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.

prevents

By requiring suppliers to propagate security requirements and to disclose component provenance, the control limits the inclusion of functionality obtained from untrusted third-party sources without oversight.

none

Blocking domains that serve malware or untrusted scripts prevents the browser from automatically including functionality from an attacker-controlled source.

References