vendor:
Alumni Management System
by:
Aakash Madaan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Alumni Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE:
CPE: a:alumni_management_system:alumni_management_system:1.0
Platforms Tested: Parrot OS
2020
Alumni Management System 1.0 – ‘id’ SQL Injection
The Alumni Management System 1.0 is vulnerable to SQL Injection. By manipulating the 'id' parameter in the 'view' or 'edit' event page, an attacker can inject malicious SQL queries, leading to information disclosure.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Prepared statements or parameterized queries can also be used to prevent SQL Injection attacks.