CVE-2025-0210
Published: 04 January 2025
Summary
CVE-2025-0210 is a high-severity Injection (CWE-74) vulnerability in Campcodes School Faculty Scheduling System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.3th 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
Directly mitigates SQL injection by requiring validation of untrusted inputs like the username parameter in the login endpoint before inclusion in SQL queries.
Requires identification, reporting, and correction of the specific SQL injection flaw in the /admin/ajax.php?action=login functionality.
Enforces restrictions on inputs at application interfaces to block malicious SQL payloads manipulated in the username argument.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web app login enables exploitation (T1190) for unauthorized access and database data extraction (T1213.006).
NVD Description
A vulnerability has been found in Campcodes School Faculty Scheduling System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /admin/ajax.php?action=login. The manipulation of the argument username leads to sql injection. The attack…
more
can be launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
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)