CVE-2024-48224
Published: 25 October 2024
Summary
CVE-2024-48224 is a medium-severity Path Traversal (CWE-22) vulnerability in Funadmin Funadmin. Its CVSS base score is 4.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 40.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-2968
Vulnerability details
Funadmin v5.0.2 has an arbitrary file read vulnerability in /curd/index/editfile.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The arbitrary file read vulnerability allows authenticated backend administrators to access any file on the server (including traversal), enabling collection of data from local system files (T1005), file and directory discovery (T1083), unsecured credentials in files (T1081, T1552.001), and exploitation specifically for credential access (T1212).
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.