Cyber Resilience

CVE-2024-41628

High

Published: 26 July 2024

Published
26 July 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.9147 99.7th percentile
Risk Priority 70 60% EPSS · 20% KEV · 20% CVSS

Summary

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

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

Deeper analysis

CVE-2024-41628 is a directory traversal vulnerability in Severalnines Cluster Control versions 1.9.8 before 1.9.8-9778, 2.0.0 before 2.0.0-9779, and 2.1.0 before 2.1.0-9780. The flaw exists in the CMON API and allows inclusion and display of arbitrary file content via crafted HTTP requests, corresponding to CWE-22 with a CVSS 3.1 score of 7.5.

Unauthenticated remote attackers can exploit the issue over the network to read sensitive files on affected servers, achieving high-impact disclosure of confidential data without any user interaction or privileges.

Vendor maintenance releases published in July 2024 address the vulnerability through the fixed builds listed above; users are advised to upgrade to 1.9.8-9778, 2.0.0-9779, or 2.1.0-9780 or later according to the published changelogs.

A public proof-of-concept exists on GitHub, and the EPSS score has reached 0.9147.

EU & UK References

Vulnerability details

Directory Traversal vulnerability in Severalnines Cluster Control 1.9.8 before 1.9.8-9778, 2.0.0 before 2.0.0-9779, and 2.1.0 before 2.1.0-9780 allows a remote attacker to include and display file content in an HTTP request via the CMON API.

CWE(s)

Related Threats

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

Affected Assets

Severalnines
Cluster Control
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