CVE-2024-41628
Published: 26 July 2024
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
- 🇪🇺 ENISA EUVD: EUVD-2024-39110
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
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.
Validates pathnames and filenames to prevent traversal outside intended directories.