Cyber Resilience

CVE-2024-45241

High

Published: 26 August 2024

Published
26 August 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.9083 99.6th percentile
Risk Priority 69 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-45241 is a high-severity Path Traversal (CWE-22) vulnerability in Daly (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 0.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-45241 is a path traversal vulnerability in the GeneralDocs.aspx endpoint of CentralSquare CryWolf, a false alarm management solution, affecting all versions through August 9, 2024. The flaw resides in the handling of the rpt parameter, which fails to properly sanitize input and permits access to files outside the application's web root directory, resulting in unauthorized disclosure of sensitive information. The issue carries a CVSS 3.1 score of 7.5 and is classified under CWE-22.

Unauthenticated remote attackers can exploit the vulnerability over the network by supplying crafted values to the rpt parameter in requests to GeneralDocs.aspx. Successful exploitation grants read access to arbitrary files on the underlying server, potentially exposing configuration data, credentials, or other sensitive material without requiring authentication or user interaction.

The current EPSS score of 0.9083, with a recorded peak of 0.9129, indicates a high likelihood of exploitation. Public references include a technical analysis and proof-of-concept repository detailing the traversal technique, along with the vendor product page, though no official patch or mitigation guidance is referenced in available sources.

EU & UK References

Vulnerability details

A traversal vulnerability in GeneralDocs.aspx in CentralSquare CryWolf (False Alarm Management) through 2024-08-09 allows unauthenticated attackers to read files outside of the working web directory via the rpt parameter, leading to the disclosure of sensitive information.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

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

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References