



Thanks to dan20071 for letting me know about this
EDITED::…
This was originally reported as link spam, but could easily be a lot worse.
When registering, the user name field is open to possible attack.
Code will be processed on the members page.
The code can be overflown to the homepage fairly easily.
XSS can be used.
I would now consider this as a serious exploit.
I would suggest fixing this bug A.S.A.P
60 | $info2 = htmlspecialchars($info); |
61 | $username = htmlspecialchars($username); |
33 | while($row = mysql_fetch_array($sql)){<tr> |
34 | $username = htmlspecialchars($username); |
This function could easily be expanded for further validation.






More Options ...

Categories
Tag Cloud
Blog RSS
Comments RSS

Void (Default)
Life
Earth
Wind
Water
Fire
Lightweight
1:40 pm - February 11th, 2009
This bug has been fixed in AV Arcades’ v4.0.2 update.