First published: Mon May 06 2024(Updated: )
A SQL injection vulnerability in /model/add_student_first_payment.php in campcodes Complete Web-Based School Management System 1.0 allows attacker to execute arbitrary SQL commands via the index parameter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Campcodes School Management Software | ||
Campcodes School Management Software | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The CVE-2024-33404 vulnerability has a high severity rating due to its potential for allowing SQL injection attacks.
To fix CVE-2024-33404, sanitize and validate input parameters in the '/model/add_student_first_payment.php' script to prevent SQL injection.
CVE-2024-33404 affects Campcodes Complete Web-Based School Management System version 1.0.
Yes, CVE-2024-33404 can lead to data theft as an attacker may execute arbitrary SQL commands to access sensitive data.
To prevent CVE-2024-33404, implement prepared statements and parameterized queries in the database interactions.