vendor:
Olx Clone
by:
Varun Bagaria
7.5
CVSS
HIGH
Stored XSS
79
CWE
Product Name: Olx Clone
Affected Version From: 2.0.6
Affected Version To: 2.0.6
Patch Exists: NO
Related CWE: NA
CPE: a:phpscriptsmall:olx_clone
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 7
2018
Multi Language Olx Clone Script – Stored XSS
A stored XSS vulnerability exists in the Multi Language Olx Clone Script, which allows an attacker to inject malicious JavaScript code into the application. The malicious code is executed when a user visits the vulnerable page. The attack vector is a comment, and the payload is <svg/onload=alert(document.cookie)>. To exploit the vulnerability, an attacker must first register and login to the application, then click on any listing and leave a comment with the malicious payload. The malicious code will then be executed when the page is visited.
Mitigation:
Developers should ensure that user input is properly sanitized and validated before being stored and displayed in the application.