vendor:
AVideo Platform
by:
Ihsan Sencan
8.8
CVSS
HIGH
Cross Site Request Forgery (CSRF)
352
CWE
Product Name: AVideo Platform
Affected Version From: 8.1
Affected Version To: 8.1
Patch Exists: NO
Related CWE: N/A
CPE: avideo:avideo_platform
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2020
AVideo Platform 8.1 – Cross Site Request Forgery (Password Reset)
AVideo Platform 8.1 is vulnerable to Cross Site Request Forgery (CSRF) which allows an attacker to reset the password of an admin user. An attacker can send a malicious request to the vulnerable endpoint objects/playlistsFromUser.json.php?users_id=[ID] to get the recoverPass parameter of the admin user. The attacker can then use the recoverPass parameter to reset the password of the admin user using the endpoint recoverPass?user=admin&recoverpass=0ce70c7b006c78552fee993adeaafadf.
Mitigation:
The application should implement a CSRF protection mechanism to prevent malicious requests from being executed.