vendor:
Web Based Alumni Tracking System
by:
lahilote
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Web Based Alumni Tracking System
Affected Version From: 0.1
Affected Version To: 0.1
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: xampp
2016
Web Based Alumni Tracking System Multiple Vulnerability
This vulnerability allows an attacker to inject malicious SQL queries into the vulnerable web application. The vulnerable code is located in the /admin/print_employed.php and /admin/index.php files. An attacker can exploit this vulnerability by sending a malicious HTTP request to the vulnerable web application. The malicious HTTP request contains a malicious SQL query which is injected into the vulnerable web application.
Mitigation:
Simple methods use the php function intval and mysql_real_escape_string.