CVE-2024-28698
Published: 22 July 2024
Summary
CVE-2024-28698 is a critical-severity Path Traversal (CWE-22) vulnerability in Intruder (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 7.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
A directory traversal vulnerability tracked as CVE-2024-28698 affects Marimer LLC CSLA .NET versions prior to 8.0 in the MobileFormatter component. The flaw, assigned CWE-22 and a CVSS v3.1 score of 9.8, permits path manipulation that leads to arbitrary code execution when untrusted input is processed.
Remote attackers can exploit the issue over the network without authentication or user interaction by submitting a specially crafted script to the MobileFormatter, resulting in full compromise of confidentiality, integrity, and availability on the target system.
The referenced GitHub pull request 3552 and accompanying Intruder.io analysis describe the remediation, which centers on upgrading to CSLA .NET 8.0 or later to close the traversal vector in MobileFormatter.
The associated EPSS score remains flat at 0.0891 with no material rise from its recorded peak, indicating steady but limited post-disclosure exploitation interest.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-2313
Vulnerability details
Directory Traversal vulnerability in Marimer LLC CSLA .Net before 8.0 allows a remote attacker to execute arbitrary code via a crafted script to the MobileFormatter component.
- 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.