vendor:
WampServer
by:
L0RD
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: WampServer
Affected Version From: 3.0.6
Affected Version To: 3.0.6
Patch Exists: NO
Related CWE: N/A
CPE: a:wampserver:wampserver:3.0.6
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win 10
2018
WampServer 3.0.6 – Cross-Site Request Forgery
An issue was discovered in WampServer 3.0.6 which allows a remote attacker to force any victim to add or delete virtual hosts. Add virtual hosts exploit: An HTML form is used to send a POST request to the vulnerable add_vhost.php page with the parameters vh_name, vh_ip, and vh_folder. Delete virtual hosts exploit: An HTML form is used to send a POST request to the vulnerable add_vhost.php page with the parameter virtual_del[] set to the name of the virtual host to be deleted.
Mitigation:
Ensure that all user input is validated and sanitized before being used in any web application.