Cyber Posture

CVE-2025-0341

MediumPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
04 March 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0008 23.6th percentile
Risk Priority 13 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 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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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

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)

Affected Products

campcodes
computer laboratory management system
1.0

CVEs Like This One

CVE-2025-7470Same vendor: Campcodes
CVE-2025-15404Same vendor: Campcodes
CVE-2025-0213Same vendor: Campcodes
CVE-2025-7538Same vendor: Campcodes
CVE-2025-7547Same vendor: Campcodes
CVE-2026-7733Shared CWE-284, CWE-434
CVE-2026-2979Shared CWE-284, CWE-434
CVE-2026-3800Shared CWE-284, CWE-434
CVE-2026-4220Shared CWE-284, CWE-434
CVE-2026-4536Shared CWE-284, CWE-434

References