7.5
CVSSv2

CVE-2006-6232

Published: 02/12/2006 Updated: 17/10/2018
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 admin/index.php in DreamAccount 3.1 allows remote malicious users to execute arbitrary PHP code via a URL in the path parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

dreamcost dreamaccount 3.1

Exploits

#!/usr/bin/perl use HTTP::Request; use LWP::UserAgent; # ---------------------------------------------------- # DREAMACCOUNT V31 Remote Command Execution Exploit # ---------------------------------------------------- # Discovered By CrAsh_oVeR_rIdE(Arabian Security Team) # Coded By Drago84(Exclusive Security Team) # ---------------- ...