First published: Wed Mar 22 2023(Updated: )
A vulnerability was found in SourceCodester Judging Management System 1.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file summary_results.php. The manipulation of the argument main_event_id leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-223549 was assigned to this vulnerability.
Credit: cna@vuldb.com cna@vuldb.com
Affected Software | Affected Version | How to fix |
---|---|---|
Judging Management System Project Judging Management System | =1.0 | |
=1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-1556 is critical.
The affected software version of CVE-2023-1556 is 1.0.
The CWE category of CVE-2023-1556 is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')).
The sql injection vulnerability in summary_results.php can be exploited by manipulating the main_event_id argument.
To fix the sql injection vulnerability in summary_results.php, it is recommended to implement proper input sanitization and use prepared statements or parameterized queries for database interactions.