header-logo
Suggest Exploit
vendor:
Affiliate Manager PRO
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Affiliate Manager PRO
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: Unknown
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Affiliate Manager PRO SQL Injection Vulnerability

The Affiliate Manager PRO application fails to properly sanitize user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability by injecting SQL code into the 'pid' parameter in the 'ViewPaymentLog' function of the 'functions.php' file. Successful exploitation could lead to unauthorized access, disclosure or modification of data, or exploitation of other vulnerabilities in the underlying database.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and parameterized queries to prevent SQL injection attacks. Regularly updating the application to the latest version and following secure coding practices can also help prevent such vulnerabilities.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/15717/info

Affiliate Manager PRO is prone to an SQL injection vulnerability. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.

Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation. 

http://www.example.com/functions.php?action=ViewPaymentLog&pid=[SQL]