Cyber Resilience

CVE-2025-0341

MediumPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
04 March 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0011 29.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

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 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.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).

Deeper analysis

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.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-7470Same vendor: Campcodes
CVE-2025-0213Same vendor: Campcodes
CVE-2025-15404Same vendor: Campcodes
CVE-2025-7538Same vendor: Campcodes
CVE-2025-7547Same vendor: Campcodes
CVE-2024-13144Shared CWE-284, CWE-434
CVE-2025-8255Shared CWE-284, CWE-434
CVE-2025-2219Shared CWE-284, CWE-434
CVE-2025-7413Shared CWE-284, CWE-434
CVE-2026-0597Same vendor: Campcodes

Affected Assets

campcodes
computer laboratory management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

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.

prevent

Validates the e_photo input parameter to verify file types, sizes, and contents, directly preventing unrestricted upload of arbitrary dangerous files.

prevent

Enforces approved access authorizations on the vulnerable /class/edit/edit endpoint to mitigate improper access control enabling low-privilege exploitation.

References