vendor:
psilo
by:
Life Wasted and Caspa
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: psilo
Affected Version From: 1.42
Affected Version To: 1.42
Patch Exists: NO
Related CWE: N/A
CPE: e107:psilo:699
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2013
Advanced Medal System SQL Injection
This vulnerability allows an attacker to inject arbitrary SQL commands into the 'advmedsys_view.php' script. The vulnerable code is located in lines 17-23 and 232 of the script. An attacker can exploit this vulnerability by crafting a malicious URL and sending it to a victim. The URL should contain the malicious SQL code in the 'e_QUERY' parameter. For example, http://site.com/plugins/advmedsys_view.php?profile.*SQL HERE*
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.