First published: Sat Jan 04 2025(Updated: )
A vulnerability was found in code-projects Student Management System 1.0. It has been declared as critical. This vulnerability affects the function showSubject1 of the file /config/DbFunction.php. The manipulation of the argument sid leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.
Credit: cna@vuldb.com
Affected Software | Affected Version | How to fix |
---|---|---|
code-projects Student Management System | ||
code-projects Student Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-0203 has been declared as critical.
CVE-2025-0203 is a SQL injection vulnerability affecting the function showSubject1 in the Student Management System.
CVE-2025-0203 affects version 1.0 of the code-projects Student Management System.
To fix CVE-2025-0203, sanitize and validate user inputs for the argument sid in the showSubject1 function.
Implement prepared statements or parameterized queries to prevent SQL injection in the affected function.