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

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

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 prevents SQL injection by validating the 'course' parameter in student/studentdashboard.php against malicious inputs.

prevent

Remediates the specific SQL injection flaw in Time Table Generator 1.0 by applying patches or code fixes promptly.

preventdetect

Detects SQL injection vulnerabilities like CVE-2025-2662 through regular scanning of web applications and ensures remediation.

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

Affected Products

projectworlds
online time table generator
1.0

CVEs Like This One

CVE-2025-2661Same product: Projectworlds Online Time Table Generator
CVE-2025-2659Same product: Projectworlds Online Time Table Generator
CVE-2025-2660Same product: Projectworlds Online Time Table Generator
CVE-2025-70146Same product: Projectworlds Online Time Table Generator
CVE-2025-70147Same product: Projectworlds Online Time Table Generator
CVE-2025-3040Same product: Projectworlds Online Time Table Generator
CVE-2025-2657Same vendor: Projectworlds
CVE-2025-1962Same vendor: Projectworlds
CVE-2025-2065Same vendor: Projectworlds
CVE-2025-1965Same vendor: Projectworlds

References