Cyber Resilience

CVE-2024-28698

Critical

Published: 22 July 2024

Published
22 July 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0891 92.8th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

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

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

Intruder
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