First published: Fri May 13 2022(Updated: )
College Management System v1.0 is vulnerable to SQL Injection via /College_Management_System/admin/display-teacher.php?teacher_id=.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
College Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-30404 is a vulnerability in College Management System v1.0 that allows an attacker to perform SQL Injection via the 'teacher_id' parameter in the '/College_Management_System/admin/display-teacher.php' URL.
CVE-2022-30404 has a severity rating of 7.2 (High).
To fix CVE-2022-30404, you should sanitize and validate user input before using it in SQL queries, and use prepared statements or parameterized queries to prevent SQL Injection attacks.
The Common Weakness Enumeration (CWE) for CVE-2022-30404 is CWE-89 (SQL Injection).
You can find more information about CVE-2022-30404 at the following reference link: [Github](https://github.com/k0xx11/bug_report/blob/main/vendors/code-projects/College-Management-System/SQLi-1.md)