CVE-2025-2662
Published: 23 March 2025
Summary
CVE-2025-2662 is a medium-severity Injection (CWE-74) vulnerability in Projectworlds Online Time Table Generator. 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 15.2th 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by validating the 'course' parameter in student/studentdashboard.php against malicious inputs.
Remediates the specific SQL injection flaw in Time Table Generator 1.0 by applying patches or code fixes promptly.
Detects SQL injection vulnerabilities like CVE-2025-2662 through regular scanning of web applications and ensures remediation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web application student/studentdashboard.php enables exploitation (T1190) and unauthorized database queries for data collection (T1213.006).
NVD Description
A vulnerability was found in Project Worlds Online Time Table Generator 1.0. It has been classified as critical. Affected is an unknown function of the file student/studentdashboard.php. The manipulation of the argument course leads to sql injection. It is possible…
more
to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-2662 is a critical SQL injection vulnerability in Project Worlds Online Time Table Generator version 1.0. The flaw resides in an unknown function within the file student/studentdashboard.php, where manipulation of the "course" argument triggers the injection. Published on 2025-03-23, it 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) and is associated with CWEs-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).
The vulnerability enables remote exploitation over the network with low attack complexity and requires only low privileges, such as those of an authenticated user, with no user interaction needed. Attackers can manipulate the "course" parameter to inject malicious SQL, potentially leading to low-level impacts on confidentiality (e.g., limited data exposure), integrity (e.g., minor unauthorized modifications), and availability (e.g., limited denial of service).
Advisories and details are documented on VulDB (ctiid.300678, id.300678, submit.520503) and GitHub (ydnd/cve/issues/10). The exploit has been publicly disclosed and may be used by attackers.
The vulnerability's public exploit disclosure heightens the risk for unpatched instances of the affected software.
Details
- CWE(s)