vendor:
Live Call Support
by:
Ihsan Sencan
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Live Call Support
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: NO
Related CWE: N/A
CPE: a:ranksol:live_call_support:1.5
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2019
Live Call Support 1.5 – Cross-Site Request Forgery (Add Admin)
Live Call Support 1.5 is vulnerable to Cross-Site Request Forgery (CSRF) which allows an attacker to add an admin user to the application. This is due to the application not verifying whether a malicious request is being sent from a valid source. An attacker can craft a malicious request and send it to the vulnerable application, which will then add an admin user to the application.
Mitigation:
Implementing CSRF protection tokens, validating the origin of the request, and verifying user input can help mitigate this vulnerability.