vendor:
iSocial
by:
Borna nematzadeh (L0RD)
N/A
CVSS
MEDIUM
Cross-Site Scripting / Cross-Site Request Forgery
79
CWE
Product Name: iSocial
Affected Version From: 1.2.2000
Affected Version To: 1.2.2000
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Kali Linux
2018
iSocial 1.2.0 – Cross-Site Scripting / Cross-Site Request Forgery
The iSocial 1.2.0 version is vulnerable to Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF) attacks. The XSS vulnerability allows an attacker to inject malicious scripts into the website, which can be executed by unsuspecting users. The CSRF vulnerability allows an attacker to perform unauthorized actions on behalf of a victim user, such as changing their email or deleting their account.
Mitigation:
To mitigate the XSS vulnerability, it is recommended to implement proper input validation and output encoding. To mitigate the CSRF vulnerability, it is recommended to implement CSRF tokens and enforce strict referer checks.