First published: Thu Apr 21 2022(Updated: )
Car Driving School Management System v1.0 was discovered to contain a SQL injection vulnerability via /cdsms/classes/Master.php?f=delete_enrollment.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Car Driving School Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID is CVE-2022-28413.
The severity is critical with a CVSS score of 9.8.
The SQL injection vulnerability occurs in the Master.php file located in /cdsms/classes directory, specifically in the 'delete_enrollment' function.
By injecting malicious SQL statements into the 'delete_enrollment' function, an attacker can manipulate the database queries and potentially gain unauthorized access or modify data in the system.
To fix the SQL injection vulnerability, it is recommended to update to a patched version of the Car Driving School Management System software. It is also important to follow secure coding practices and sanitize user input to prevent SQL injection attacks.