Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
SQL injection typically yields full DB read (C:H); PR:N confirmed by CVSS 4.0 source vector; integrity and availability impacts limited without stacked queries.
Primary rating from Vendor (vuldb).
CVSS VectorVendor: vuldb
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability was detected in SourceCodester Class and Exam Timetabling System 1.0. Impacted is an unknown function of the file /edit_room.php. Performing a manipulation of the argument ID results in sql injection. It is possible to initiate the attack remotely. The exploit is now public and may be used.
AnalysisAI
SQL injection in SourceCodester Class and Exam Timetabling System 1.0 exposes the application's database to unauthenticated remote attackers via the unsanitized ID parameter in /edit_room.php. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N) confirms no authentication or special conditions are required, and the E:P supplemental metric confirms public exploit code exists. An attacker can read, modify, or partially disrupt the underlying database without any prior access to the application.
Technical ContextAI
The affected application is a PHP-based academic scheduling tool distributed freely by SourceCodester, a platform that publishes open-source PHP/MySQL scripts primarily for educational and demonstration purposes. The root cause is CWE-74 (Injection), specifically SQL injection - the ID parameter passed to /edit_room.php is interpolated directly into a database query without parameterization or input sanitization. PHP applications interacting with MySQL/MariaDB via unsanitized GET/POST parameters are a classic vector for this class of flaw. No CPE string was provided in the intelligence data, but the product version is identified as 1.0 from the description.
RemediationAI
No vendor-released patch has been identified at the time of analysis. The referenced GitHub issue (https://github.com/orionyan520/cve_report/issues/3) and VulDB entry (https://vuldb.com/vuln/376360) document the vulnerability but provide no fix version from SourceCodester. The primary remediation is to refactor /edit_room.php to use parameterized queries or prepared statements instead of direct string interpolation of the ID parameter - this eliminates the injection surface entirely. As a compensating control, restrict network access to the application to trusted internal IP ranges, preventing external exploitation while awaiting a code fix. Additionally, implement a web application firewall (WAF) rule to block SQL metacharacter patterns in the ID parameter; note this is bypassable with obfuscation and is not a permanent fix. Deploying the application behind authentication (even HTTP Basic Auth at the web server level) would raise the bar from PR:N to PR:L, significantly reducing opportunistic risk. Operators should review all other parameters across the application for the same pattern, as this codebase likely has additional unsanitized inputs given the coding style.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41780
GHSA-9chf-65gj-5q8w