CVE-2025-46001
Published: 18 July 2025
Summary
CVE-2025-46001 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Simogeo Filemanager. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 18.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-46001 is an arbitrary file upload vulnerability in the is_allowed_file_type() function of Filemanager v2.3.0. The issue is tracked under CWE-434 and carries a CVSS 3.1 base score of 9.8, reflecting network-accessible exploitation with no required privileges or user interaction that can result in full confidentiality, integrity, and availability impact.
An unauthenticated attacker can upload a crafted PHP file through the affected component and achieve arbitrary code execution on the server. The flaw resides in the open-source Filemanager project available on GitHub.
The associated EPSS score sits at 0.0145 with no material rise from its initial value after disclosure. Public references include the project repository, a detailed CVE entry, and an Exploit-DB record, but no advisory or patch information on mitigation steps is provided in the available sources.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-21880
Vulnerability details
An arbitrary file upload vulnerability in the is_allowed_file_type() function of Filemanager v2.3.0 allows attackers to execute arbitrary code via uploading a crafted PHP file.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary file upload vulnerability in web-based Filemanager enables exploitation of public-facing application (T1190) and deployment/execution of web shells via crafted PHP files (T1100).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces proper validation of file types and contents in functions like is_allowed_file_type() to block crafted PHP uploads.
Mandates timely remediation of the specific flaw in Filemanager v2.3.0 to eliminate the arbitrary file upload vulnerability.
Deploys malicious code protection mechanisms to scan for and prevent execution of uploaded dangerous PHP files.