vendor:
LFCMS
by:
bay0net
8.8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: LFCMS
Affected Version From: 3.7.0
Affected Version To: 3.7.0
Patch Exists: YES
Related CWE: CVE-2018-12602
CPE: a:lfdycms:lfcms:3.7.0
Metasploit:
N/A
Platforms Tested: None
2018
A CSRF vulnerability exists in LFCMS_3.7.0: users can be added arbitrarily.
A CSRF vulnerability exists in LFCMS_3.7.0, which allows users to be added arbitrarily. The payload for attack is an HTML form with hidden inputs containing the username, email, password, and repassword of the user to be added.
Mitigation:
Implementing CSRF protection mechanisms such as tokens, same-site cookies, and CAPTCHAs can help mitigate the risk of CSRF attacks.