2 matches found
Reflected Cross-Site Scripting (XSS)
facturascripts/facturascripts is vulnerable to reflected cross-site scripting XSS attacks. A malicious user is able to inject and execute arbitrary javascript through the codbalance parameter in test function in Balance.php file, which could lead to compromised user accounts/devices...
KPPW最新版 6处注入
简要描述: 洞太多啦 详细说明: KPPW 最新版20150327 第一处注入: 漏洞文件:/control/tasklist.php $m = intval$m; $i = intval$i; $s = intval$s; $r = intval$r; $o = intval$o; $pd = intval$pd; $m and $strUrl .="&m=".$m; $s and $strUrl .="&s=".$s; $r and $strUrl .="&r=".$r; $i and $strUrl .="&i=".$i; $pd and $strUrl .="&pd=".$pd;...