First published: Fri Jan 12 2024(Updated: )
SQL Injection vulnerability in oretnom23 Judging Management System v1.0, allows remote attackers to execute arbitrary code and obtain sensitive information via sub_event_id parameter in sub_event_stat_update.php.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Judging Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-30014 has a high severity rating due to its potential to allow remote attackers to execute arbitrary code.
To fix CVE-2023-30014, validate and sanitize user inputs for the sub_event_id parameter in sub_event_stat_update.php.
CVE-2023-30014 specifically affects the Judging Management System version 1.0.
CVE-2023-30014 allows for SQL Injection attacks that can lead to unauthorized access to sensitive information.
Implement parameterized queries and prepared statements to mitigate the risk associated with CVE-2023-30014.