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
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.