Sourcecodester · Sourcecodester Online Student Result System · CVE-2025-11601
**Name of the Vulnerable Software and Affected Versions**
SourceCodester Online Student Result System version 1.0
**Description**
A SQL injection issue exists in the SourceCodester Online Student Result System 1.0. The flaw is located in the `/login.php` script, where manipulating the `Username` parameter can allow an attacker to execute arbitrary SQL commands on the database server remotely. The exploit is publicly available.
**Recommendations**
Apply a fix to sanitize the `Username` parameter in the `/login.php` script to prevent SQL injection.
As a temporary workaround, restrict access to the `/login.php` script.