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.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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

Directly mitigates SQL injection by requiring validation of untrusted inputs like the username parameter in the login endpoint before inclusion in SQL queries.

prevent

Requires identification, reporting, and correction of the specific SQL injection flaw in the /admin/ajax.php?action=login functionality.

prevent

Enforces restrictions on inputs at application interfaces to block malicious SQL payloads manipulated in the username argument.

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.
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)

Affected Products

campcodes
school faculty scheduling system
1.0

CVEs Like This One

CVE-2025-0211Same product: Campcodes School Faculty Scheduling System
CVE-2025-9744Same vendor: Campcodes
CVE-2025-7183Same vendor: Campcodes
CVE-2025-0212Same vendor: Campcodes
CVE-2024-57162Same vendor: Campcodes
CVE-2025-7220Same vendor: Campcodes
CVE-2025-7218Same vendor: Campcodes
CVE-2025-7219Same vendor: Campcodes
CVE-2026-0597Same vendor: Campcodes
CVE-2025-7217Same vendor: Campcodes

References