vendor:
phplist
by:
Cyber-Crystal
8,8
CVSS
HIGH
CSRF/XSS
352, 79
CWE
Product Name: phplist
Affected Version From: 2.10.9
Affected Version To: 2.10.9
Patch Exists: N/A
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: N/A
n/a
phplist – version 2.10.9 CSRF/XSS Vulnerability
phplist version 2.10.9 is vulnerable to CSRF and XSS attacks. An attacker can exploit this vulnerability by crafting a malicious HTML page with a form that contains hidden input fields with values that can be used to add an admin account. The attacker can also exploit this vulnerability by sending a post request with a malicious XSS payload in the 'testtarget' parameter.
Mitigation:
Ensure that all user input is properly sanitized and validated before being used in the application. Implement a strong access control policy to restrict access to the application.