Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
☕
☕ Maven
Not in CISA KEV
MEDIUM severity

GHSA-r937-wjx7-w2jp — kotlin-gradle-plugin

MEDIUMFix: JetBrains/kotlin@bf51df6

GHSA-r937-wjx7-w2jp is a medium-severity (CVSS 6.7) Deserialization of Untrusted Data vulnerability in org.jetbrains.kotlin:kotlin-gradle-plugin. A fix is available for org.jetbrains.kotlin:kotlin-gradle-plugin — see the affected versions and patch details below.

JetBrains Kotlin: Unsafe Deserialization in Kotlin Build Cache Enables Code Execution

Also known asCVE-2026-53914
Published
Jun 26, 2026
Updated
Aug 12, 2026
Affected
1 pkg
Patched
1 / 1
Exploits
None indexed
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • A successful exploit gives an attacker total control of the affected component, not partial access.
  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-r937-wjx7-w2jp.

EPSS Exploitation Probability

via FIRST.org ↗
0.3%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs24th percentile — riskier than 24% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

How urgent is this, really

GHSA-r937-wjx7-w2jp by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.

Where this sits among everything scored

Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.

Real-World Exposure

1 pkg affected
☕org.jetbrains.kotlin:kotlin-gradle-plugin

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

In JetBrains Kotlin before 2.4.20 code execution was possible via unsafe deserialization in the build cache metadata

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
☕Mavenorg.jetbrains.kotlin:kotlin-gradle-pluginall versions2.4.20-Beta1org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20-Beta1

Affected Products

1 product · 1 configurations
Application
kotlinjetbrains
< 2.4.20
range

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.jetbrains.kotlin:kotlin-gradle-plugin, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update org.jetbrains.kotlin:kotlin-gradle-plugin to 2.4.20-Beta1 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-r937-wjx7-w2jp is resolved across your whole dependency graph.

  3. Workarounds

    Do not deserialise data from untrusted sources: where the format allows it, restrict deserialisation to an explicit allowlist of expected types, and prefer a data-only format (JSON, Protobuf) over one that can reconstruct arbitrary objects until you can upgrade.

Frequently Asked Questions

In JetBrains Kotlin before 2.4.20 code execution was possible via unsafe deserialization in the build cache metadata
O3 Security · Impact-Aware SCA

Is GHSA-r937-wjx7-w2jp in your dependencies?

Find it across Maven, including transitive dependencies.

GHSA-r937-wjx7-w2jp: kotlin-gradle-plugin | O3 Security