CVE-2025-0213
Published: 04 January 2025
Summary
CVE-2025-0213 is a medium-severity Improper Access Control (CWE-284) vulnerability in Campcodes Project Management System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.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.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates unrestricted file upload by enforcing validation of the 'file' argument for type, content, and safety at system entry points.
Requires identification, reporting, and correction of the specific flaw in /forms/update_forms.php, preventing exploitation via timely patching.
Enforces restrictions on file uploads such as allowed types, sizes, and extensions to block dangerous files at the application interface.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability allows unrestricted arbitrary file upload in a public-facing web application (/forms/update_forms.php), enabling remote exploitation of public-facing applications (T1190) and facilitating the deployment of web shells for remote code execution (T1505.003), as demonstrated in the RCE POC.
NVD Description
A vulnerability was found in Campcodes Project Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /forms/update_forms.php?action=change_pic2&id=4. The manipulation of the argument file leads to unrestricted upload. The attack can be initiated…
more
remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-0213 is a critical vulnerability in Campcodes Project Management System 1.0, affecting unknown code in the file /forms/update_forms.php?action=change_pic2&id=4. The issue stems from manipulation of the 'file' argument, enabling unrestricted file upload (CWE-284, CWE-434). It was published on 2025-01-04 with 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).
An authenticated attacker with low privileges (PR:L) can exploit this vulnerability remotely without user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability. A publicly disclosed proof-of-concept on GitHub demonstrates remote code execution via arbitrary file upload.
VulDB advisories (vuldb.com/?ctiid.290158, vuldb.com/?id.290158, vuldb.com/?submit.474200) document the vulnerability and its submission details. The vendor site is at www.campcodes.com/, but no specific patches or mitigations are detailed in the provided references.
The exploit has been disclosed to the public and may be used, as noted in the CVE description.
Details
- CWE(s)