Cyber Posture

CVE-2024-57669

High

Published: 03 February 2025

Published
03 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0147 81.0th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57669 is a high-severity Path Traversal (CWE-22) vulnerability. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 19.0% 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates CVE-2024-57669 by identifying, patching, and verifying the fix for the directory traversal flaw in BackupController.java as provided in the referenced commit.

prevent

Validates untrusted inputs to the BackupController endpoint to block directory traversal payloads such as '../' sequences.

prevent

Restricts backup file path inputs to predefined safe directories, preventing traversal to arbitrary sensitive files readable by the application process.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1083 File and Directory Discovery Discovery
Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system.
Why these techniques?

Directory traversal in public-facing web plugin directly enables remote unauthenticated file access (T1190) to read arbitrary local files (T1005) including via directory enumeration (T1083).

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

NVD Description

Directory Traversal vulnerability in Zrlog backup-sql-file.jar v.3.0.31 allows a remote attacker to obtain sensitive information via the BackupController.java file.

Deeper analysisAI

CVE-2024-57669 is a Directory Traversal vulnerability (CWE-22) in the Zrlog backup-sql-file.jar plugin version 3.0.31. The flaw exists in the BackupController.java file and enables a remote attacker to obtain sensitive information. Published on 2025-02-03, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with no requirements for privileges or user interaction.

A remote, unauthenticated attacker can exploit this vulnerability over the network with low complexity. By crafting malicious requests to the affected BackupController endpoint, the attacker traverses directories to access and disclose sensitive files on the server, potentially exposing configuration data, database contents, or other arbitrary files readable by the application process.

Mitigation is addressed in a patch commit (32bdb36e6cc4f0b72e1ba85ef4458fb980946ea4) in the zrlog-plugin-backup-sql-file repository at https://github.com/94fzb/zrlog-plugin-backup-sql-file/commit/32bdb36e6cc4f0b72e1ba85ef4458fb980946ea4. Further details appear in Zrlog issue #193 (https://github.com/94fzb/zrlog/issues/193) and a vulnerable research repository (https://github.com/HypeDuke/vulnerable-research/blob/main/CVE-2024-57669). Security practitioners should update to the patched version and review access controls on backup endpoints.

Details

CWE(s)

CVEs Like This One

CVE-2026-30914Shared CWE-22
CVE-2025-60946Shared CWE-22
CVE-2024-57549Shared CWE-22
CVE-2025-2264Shared CWE-22
CVE-2026-6024Shared CWE-22
CVE-2025-67160Shared CWE-22
CVE-2026-22557Shared CWE-22
CVE-2025-52452Shared CWE-22
CVE-2026-25869Shared CWE-22
CVE-2024-57451Shared CWE-22

References