Cyber Posture

CVE-2025-0210

HighPublic PoC

Published: 04 January 2025

Published
04 January 2025
Modified
10 January 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0007 20.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-0210 is a critical SQL injection vulnerability affecting Campcodes School Faculty Scheduling System version 1.0. The issue resides in an unknown functionality of the file /admin/ajax.php?action=login, where manipulation of the username argument enables SQL injection. Classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

The vulnerability can be exploited remotely by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling data extraction, modification, or disruption through blind SQL injection techniques. A proof-of-concept exploit has been publicly disclosed.

Advisories from VulDB (ctiid.290155, id.290155, submit.474112) document the vulnerability details and submission, while a GitHub repository provides a specific POC for blind SQL injection in the system. The vendor's site at campcodes.com is referenced, though no patches or specific mitigations are detailed in the available information.

Notable context includes the public disclosure of the exploit POC, increasing the risk of real-world attacks against exposed instances of the scheduling system.

Details

CWE(s)
CWE-74CWE-89

Affected Products

campcodes
school faculty scheduling system
1.0

MITRE ATT&CK Enterprise Techniques

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.
Why these techniques?

SQL injection in public-facing web app login enables exploitation (T1190) for unauthorized access and database data extraction (T1213.006).

References