Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Cloverhyl

#13717of 53,630
19.6Total CVSS
Vulnerabilities · 2
Critical
2
PT-2025-43916
9.8
2025-10-27
Sourcecodester · Sourcecodester Online Student Result System · CVE-2025-12257
**Name of the Vulnerable Software and Affected Versions** SourceCodester Online Student Result System version 1.0 **Description** A security issue exists in SourceCodester Online Student Result System 1.0. The system is susceptible to SQL injection due to improper handling of the `ID` parameter within the `/view result.php` file. This allows for remote manipulation of the database. The details of the exploit have been publicly disclosed. **Recommendations** Apply appropriate input validation and sanitization techniques to the `ID` parameter in the `/view result.php` file.
PT-2025-41688
9.8
2025-10-11
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.