5.1
CVSSv2

CVE-2006-1480

Published: 29/03/2006 Updated: 19/10/2017
CVSS v2 Base Score: 5.1 | Impact Score: 6.4 | Exploitability Score: 4.9
VMScore: 515
Vector: AV:N/AC:H/Au:N/C:P/I:P/A:P

Vulnerability Summary

Directory traversal vulnerability in start.php in WebAlbum 2.02 allows remote malicious users to include arbitrary files and execute commands by (1) injecting code into local log files via GET commands, then (2) accessing that log via a .. (dot dot) sequence and a trailing null (%00) byte in the skin2 COOKIE parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

duda webalbum

Exploits

#!/usr/bin/php -q -d short_open_tag=on <? echo "WebAlbum <= 202pl \$_COOKIE[skin2] remote cmmnds xctn \r\n"; echo "by rgod rgod@autisticiorg\r\n"; echo "site: retrogodaltervistaorg\r\n\r\n"; echo "-> this works with magic_quotes_gpc=Off\r\n"; echo "dork: WEBalbum 2004-2006 duda\r\n"; if ($argc<4) { echo "Usage: php "$argv[0 ...