CVE-2025-0341
Published: 09 January 2025
Summary
CVE-2025-0341 is a medium-severity Improper Access Control (CWE-284) vulnerability in Campcodes Computer Laboratory 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 23.6th 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
Remediates the specific flaw in /class/edit/edit that allows manipulation of the e_photo argument for unrestricted upload of dangerous files leading to RCE.
Validates the e_photo input parameter to verify file types, sizes, and contents, directly preventing unrestricted upload of arbitrary dangerous files.
Enforces approved access authorizations on the vulnerable /class/edit/edit endpoint to mitigate improper access control enabling low-privilege exploitation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unrestricted file upload (CWE-434) in web app directly enables web shell deployment for RCE (T1505.003) and exploitation of public-facing application (T1190).
NVD Description
A vulnerability, which was classified as critical, has been found in CampCodes Computer Laboratory Management System 1.0. Affected by this issue is some unknown functionality of the file /class/edit/edit. The manipulation of the argument e_photo leads to unrestricted upload. The…
more
attack may be launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-0341 is a critical vulnerability in CampCodes Computer Laboratory Management System version 1.0. It affects some unknown functionality in the file /class/edit/edit, where manipulation of the e_photo argument enables unrestricted file upload. The issue, published on 2025-01-09, is associated with CWE-284 (Improper Access Control) and CWE-434 (Unrestricted Upload of File with Dangerous Type), and 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).
The vulnerability can be exploited remotely by an authenticated attacker possessing low privileges. Exploitation requires low complexity and no user interaction, allowing the attacker to upload arbitrary files. A publicly disclosed proof-of-concept demonstrates remote code execution via this arbitrary file upload mechanism.
Advisories from VulDB (ctiid.290828, id.290828, submit.476884) confirm the remote exploitability and public disclosure of the proof-of-concept on GitHub, which details remote code execution through arbitrary file upload in the Computer Laboratory Management System. The vendor's site at campcodes.com is referenced, but no specific patches or mitigations are detailed in the available advisories.
A GitHub repository provides a POC for remote code execution, highlighting the vulnerability's potential for practical abuse since its public disclosure.
Details
- CWE(s)