vendor:
Just Dial Marketplace
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Just Dial Marketplace
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:scriptzee:just_dial_marketplace:1.0
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
Just Dial Marketplace Software 1.0 – SQL Injection
The vulnerability allows an attacker to inject sql commands into the vulnerable parameter of the application. Proof of Concept: http://localhost/[PATH]/result/[SQL]/eFe http://localhost/[PATH]/business/[SQL]/eFe
Mitigation:
Input validation should be done to prevent SQL injection attacks. Sanitize user input and use parameterized queries.