Cyber Resilience

CVE-2025-0212

MediumPublic PoC

Published: 04 January 2025

Published
04 January 2025
Modified
10 January 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.0010 26.8th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0212 is a medium-severity Injection (CWE-74) vulnerability in Campcodes Student Grading 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 26.8th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-0212 is a critical SQL injection vulnerability in Campcodes Student Grading System 1.0, affecting the /view_students.php file through manipulation of the 'id' argument. Classified under CWE-74 and CWE-89, it enables attackers to inject malicious SQL payloads into database queries. The issue 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), indicating medium severity with network accessibility, low attack complexity, and requirements for low privileges.

Attackers with low-privileged user access (PR:L) can exploit this remotely without user interaction, potentially extracting sensitive data (C:L), modifying database contents (I:L), or disrupting service availability (A:L). The vulnerability allows remote initiation of SQL injection attacks on the affected endpoint.

Advisories from VulDB (ctiid.290157, id.290157, submit.474168) document the flaw and its public disclosure, while a GitHub repository provides a proof-of-concept exploit. The vendor site at campcodes.com offers no specific patch details in the referenced materials; practitioners should monitor for updates and apply input sanitization or parameterized queries to /view_students.php as interim mitigations.

The exploit has been publicly disclosed, increasing the risk of widespread abuse against unpatched instances of this system.

EU & UK References

Vulnerability details

A vulnerability was found in Campcodes Student Grading System 1.0. It has been classified as critical. This affects an unknown part of the file /view_students.php. The manipulation of the argument id leads to sql injection. It is possible to initiate…

more

the attack 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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Why these techniques?

SQL injection in public-facing web app (/view_students.php) enables exploitation of public-facing applications (T1190), data collection from databases (T1213.006), and abuse of server software components (T1505) as mapped by advisories.

CVEs Like This One

CVE-2025-7183Same vendor: Campcodes
CVE-2025-0210Same vendor: Campcodes
CVE-2025-9744Same vendor: Campcodes
CVE-2026-0597Same vendor: Campcodes
CVE-2025-7220Same vendor: Campcodes
CVE-2025-7218Same vendor: Campcodes
CVE-2025-7219Same vendor: Campcodes
CVE-2025-7217Same vendor: Campcodes
CVE-2024-57162Same vendor: Campcodes
CVE-2025-0410Shared CWE-74, CWE-89

Affected Assets

campcodes
student grading system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection in /view_students.php by validating the 'id' argument against malicious payloads using defined tools and procedures.

prevent

Requires identification, reporting, and correction of the specific SQL injection flaw in Campcodes Student Grading System 1.0.

detect

Scans the system to detect SQL injection vulnerabilities like CVE-2025-0212 in /view_students.php on a defined frequency.

References