6.5
CVSSv2

CVE-2008-6958

Published: 12/08/2009 Updated: 29/09/2017
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 655
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

wap/index.php in Crossday Discuz! Board 6.x and 7.x allows remote authenticated users to execute arbitrary PHP code via the creditsformula parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

comsenz crossday discuz\\! board 6.0.1

comsenz crossday discuz\\! board 7.0

Exploits

#!/usr/bin/php <?php /** * Discuz! 6x/7x SODB-2008-13 Exp * By www80vulcom * 文件中注释的变量值请自行修改 */ $host = 'www80vulcom'; // 服务器域名或IP $path = '/discuz/'; // 程序所在的路径 $key = 0; // 上面 ...