CVE-2025-1791
Published: 01 March 2025
Description
Adversaries may upload tools to third-party or adversary controlled infrastructure to make it accessible during targeting.
Security Summary
CVE-2025-1791 is a critical vulnerability in Zorlan SkyCaiji version 2.9, affecting the fileAction function within the file vendor/skycaiji/app/admin/controller/Tool.php. The issue arises from manipulation of the save_data argument, enabling unrestricted file upload. Published on 2025-03-01, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and is linked to CWE-284 (Improper Access Control) and CWE-434 (Unrestricted Upload of File with Dangerous Type).
A remote attacker with low privileges can exploit this vulnerability over the network with low complexity and no user interaction required. Exploitation allows limited impacts to confidentiality, integrity, and availability, potentially enabling attackers to upload malicious files.
Advisories referenced in VulDB entries (ctiid.298012, id.298012, submit.502648) and a GitHub issue (sheratan4/cve/issues/5) document the vulnerability. The exploit has been publicly disclosed and may be used by attackers. No specific patches or mitigation steps are detailed in the provided information.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Unrestricted file upload in public-facing web application (T1190) enables staging of malware/tools (T1608.001, T1608.002) and deployment of web shells for execution/persistence (T1100, T1505.003), leading to RCE.