vendor:
Payage
by:
Persian Hack Team
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Payage
Affected Version From: 2.05
Affected Version To: 2.05
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: Linux
2017
Joomla Payage 2.05 – SQL Injection
Joomla Payage 2.05 is vulnerable to SQL Injection. The vulnerability exists in the 'aid' parameter of the 'make_payment' task. An attacker can inject malicious SQL queries in the 'aid' parameter and execute them in the backend database. This can be exploited to gain access to sensitive information from the database.
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.