vendor:
Ane_CMS
by:
Pratul Agrawal
5.5
CVSS
MEDIUM
CSRF
CWE
Product Name: Ane_CMS
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: PHP
AneCMS CSRF Vulnerability
This vulnerability allows an attacker to add a new link through Cross-Site Request Forgery (CSRF) on the Admin module of AneCMS. By exploiting this vulnerability, an attacker can submit a form with hidden fields containing malicious data, which will be executed when the form is submitted by an authenticated user.
Mitigation:
To mitigate this vulnerability, implement proper CSRF protection mechanisms such as using CSRF tokens and checking the referrer header.