vendor:
Admin Module
by:
Pratul Agrawal
8,8
CVSS
HIGH
Cross Site Request Forgery (CSRF)
352
CWE
Product Name: Admin Module
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2020
Article friendly CSRF Vulnerability
A Cross Site Request Forgery (CSRF) vulnerability was found in the Admin module of the Article Friendly website. An attacker could craft a malicious HTML page containing an image tag with a specially crafted URL that would delete the Admin user when the page was loaded. The URL would contain the filename parameter set to adminuser, the a parameter set to 3, and the adminid parameter set to the ID of the user to be deleted.
Mitigation:
Implementing a CSRF token on the Admin module of the Article Friendly website would prevent this attack.