Cyber Resilience

CVE-2025-52395

Critical

Published: 21 August 2025

Published
21 August 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0082 74.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-52395 is a critical-severity Improper Authentication (CWE-287) vulnerability in Roadcube (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 25.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and IA-8 (Identification and Authentication (Non-organizational Users)).

Deeper analysis

CVE-2025-52395 is a critical vulnerability affecting Roadcute API version 1, published on 2025-08-21. The issue stems from the application's password reset API endpoint, which exposes functionality without properly validating the identity of the requester, as classified under CWE-287 (Improper Authentication). This flaw enables remote arbitrary code execution and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

A remote attacker requires no privileges, authentication, or user interaction to exploit the vulnerability over the network with low attack complexity. By targeting the inadequately validated password reset endpoint, the attacker can achieve arbitrary code execution, resulting in high impacts to confidentiality, integrity, and availability on the affected system.

Advisories and additional details are available in the referenced sources, including the GitHub repository at https://github.com/Arakiba/CVEs/tree/main/CVE-2025-52395 and the vendor site at https://www.roadcube.com/.

EU & UK References

Vulnerability details

An issue in Roadcute API v.1 allows a remote attacker to execute arbitrary code via the application exposing a password reset API endpoint that fails to validate the identity of the requester properly

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The CVE describes unauthenticated RCE against a public password reset API endpoint, directly matching exploitation of a public-facing application.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-71279Shared CWE-287
CVE-2024-13804Shared CWE-287
CVE-2024-57046Shared CWE-287
CVE-2026-1203Shared CWE-287
CVE-2026-1740Shared CWE-287
CVE-2025-43995Shared CWE-287
CVE-2026-7876Shared CWE-287
CVE-2025-0637Shared CWE-287
CVE-2025-61882Shared CWE-287
CVE-2026-0589Shared CWE-287

Affected Assets

Roadcube
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access to the password reset API endpoint, directly preventing exploitation by unauthorized remote requesters.

prevent

Enforces access protections for publicly accessible endpoints like the password reset API, mitigating unauthenticated access that enables arbitrary code execution.

prevent

Mandates identification and authentication for non-organizational users accessing the API, addressing the core improper validation of requester identity.

References