A security related bug has been found in inc_header.asp. The following fix should fix the issue.
This bug can only affect you if you have Group Categories enabled on your forum.
In inc_header.asp, change line 125 from this:Group = Request.Cookies(strCookieURL & "GROUP")
to this:Group = cLng(Request.Cookies(strCookieURL & "GROUP"))
<