#VU21258 Cross-site request forgery in iCMS - CVE-2019-16677
Published: September 22, 2019 / Updated: April 27, 2020
Vulnerability identifier: #VU21258
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/U:Green
CVE-ID: CVE-2019-16677
CWE-ID: CWE-352
Exploitation vector: Remote access
Exploit availability:
No public exploit available
Vulnerable software:
iCMS
iCMS
Software vendor:
iCMS
iCMS
Description
The vulnerability allows a remote attacker to perform cross-site request forgery attacks.
The vulnerability exists due to insufficient validation of the HTTP request origin in admincp.php?app=members&do=del, when empty CSRF token is passed. A remote attacker can trick the victim to visit a specially crafted web page and perform arbitrary actions on behalf of the victim on the vulnerable website, such as delete all application users.Example:
http://[host]/admincp.php?app=members&do=del&id=1&frame=iPHP&CSRF_TOKEN= Remediation
Install update from vendor's website.