Cyber Resilience

CVE-2024-53537

Critical

Published: 31 January 2025

Published
31 January 2025
Modified
02 October 2025
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0581 90.7th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-53537 is a critical-severity Path Traversal (CWE-22) vulnerability in Openpanel Openpanel. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 9.3% 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-53537 is a path traversal vulnerability (CWE-22) affecting the File Actions functionality in the File Manager component of OpenPanel versions 0.3.4 through 0.2.1. The flaw permits unauthorized access to files and directories outside the intended scope, as reflected in its CVSS 3.1 score of 9.1.

Unauthenticated attackers with network access can exploit the issue remotely with low attack complexity and no user interaction required. Successful exploitation grants high impact on confidentiality and integrity, enabling arbitrary file reads or modifications within the application's environment.

The referenced OpenPanel changelog for version 0.3.5 explicitly documents security fixes addressing this vulnerability, indicating that upgrading to 0.3.5 or later mitigates the exposure. The additional reference points to a public disclosure archive containing further technical details.

EPSS for the CVE reached a peak of 0.0784 after starting from a lower baseline, with the current value at 0.0581; this upward movement indicates emerging exploitation interest following disclosure.

EU & UK References

Vulnerability details

An issue in OpenPanel v0.3.4 to v0.2.1 allows attackers to execute a directory traversal in File Actions of File Manager.

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?

Directory traversal in public-facing File Manager component directly enables remote unauthenticated exploitation for arbitrary file read/modify.

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

CVEs Like This One

CVE-2024-53582Same product: Openpanel Openpanel
CVE-2025-25871Same product: Openpanel Openpanel
CVE-2024-53584Same product: Openpanel Openpanel
CVE-2025-64075Shared CWE-22
CVE-2024-36512Shared CWE-22
CVE-2025-0493Shared CWE-22
CVE-2025-70231Shared CWE-22
CVE-2026-43888Shared CWE-22
CVE-2025-15031Shared CWE-22
CVE-2026-25785Shared CWE-22

Affected Assets

openpanel
openpanel
0.2.1 — 0.3.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the insufficient input validation in OpenPanel File Manager's File Actions by enforcing validation to reject directory traversal paths like '../'.

prevent

Mandates timely remediation of the specific directory traversal flaw through patching to OpenPanel v0.3.5 or later.

prevent

Enforces access control policies to restrict file reads and modifications to only intended directories, mitigating successful traversal attempts.

References