vendor:
Instagram-clone
by:
L0RD
6.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Instagram-clone
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: CVE-2018-13849
CPE: 2.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2018
Instagram-clone Script 2.0 – Cross-Site Scripting
Instagram-clone Script 2.0 is vulnerable to Cross-Site Scripting. This vulnerability is due to insufficient sanitization of user-supplied input in the 'edit_requests.php' file. An attacker can exploit this vulnerability to execute arbitrary HTML and script code in the browser of the victim in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to update the application state. All input data should be validated and filtered before being used in the application. Sanitization should be used to ensure that malicious code is not executed.