Cyber Resilience

CVE-2025-43016

Path Traversal in Jetbrains Rider ≤ 2025.1.2

Published
25 April 2025
Modified
17 June 2026
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
EPSS Score 0.0034 27th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-43016 is a medium-severity Relative Path Traversal (CWE-23) vulnerability in Jetbrains Rider. Its CVSS base score is 5.4 (Medium).

Operationally, ranked at the 27th 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 SI-2 (Flaw Remediation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In JetBrains Rider before 2025.1.2 custom archive unpacker allowed arbitrary file overwrite during remote debug session

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-24939Same product: Jetbrains Rider
CVE-2025-54531Same vendor: Jetbrains
CVE-2025-59456Same vendor: Jetbrains
CVE-2026-59792Same vendor: Jetbrains
CVE-2024-24940Same vendor: Jetbrains
CVE-2024-24938Same vendor: Jetbrains
CVE-2024-27199Same vendor: Jetbrains
CVE-2024-36362Same vendor: Jetbrains
CVE-2024-54154Same vendor: Jetbrains
CVE-2025-23385Same product: Jetbrains Rider

Affected Assets

jetbrains
rider
≤ 2025.1.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-17 Remote Access
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

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

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of untrusted archive paths to block relative traversal writes during unpack.

AC-17 Remote Access partial match
prevent

Restricts and authorizes remote debug sessions that invoke the vulnerable custom archive unpacker.

prevent

Requires prompt application of the vendor patch that eliminates the path-traversal flaw in Rider < 2025.1.2.

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