Cyber Posture

CVE-2025-2662

MediumPublic PoC

Published: 23 March 2025

Published
23 March 2025
Modified
09 July 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0005 15.1th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

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)
CWE-74CWE-89

Affected Products

projectworlds
online time table generator
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 application student/studentdashboard.php enables exploitation (T1190) and unauthorized database queries for data collection (T1213.006).

References