CVE-2024-51319
Published: 11 March 2025
Description
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Security Summary
CVE-2024-51319 is a local file inclusion vulnerability (CWE-98) in the /servlet/Report component of Zucchetti Ad Hoc Infinity 2.4. The flaw allows an authenticated attacker to achieve remote code execution by uploading a JSP web shell or reverse shell through the /jsp/zimg_upload.jsp endpoint.
The attack requires local access (AV:L), low privileges (PR:L), and low complexity (AC:L), with no user interaction (UI:N) and unchanged scope (S:U), earning a CVSS v3.1 base score of 7.3 (C:H/I:H/A:L). An authenticated attacker can exploit this to upload and execute arbitrary JSP code, resulting in remote code execution on the affected system.
Mitigation details are available in the advisory from BackBox at https://members.backbox.org/zucchetti-ad-hoc-infinity-multiple-vulnerabilities/. The CVE was published on 2025-03-11T15:15:42.313.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
The LFI vulnerability in the web application directly enables exploitation for RCE via upload and execution of a JSP web shell, mapping to T1190 (Exploit Public-Facing Application) and T1505.003 (Web Shell).