Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 New Security related bug-fix - default.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Longnt06k
Starting Member

Vietnam
29 Posts

Posted - 17 August 2002 :  10:07:38  Show Profile  Visit Longnt06k's Homepage  Send Longnt06k a Yahoo! Message
Some hacker used script :
----------------------------------------------------
<script removed>
-------------------------------------------------------
to hack my forum , please fix it !!!

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 August 2002 :  10:26:14  Show Profile
on line #45 of default.asp

replace this line of code:

Cat_ID = Request.QueryString("CAT_ID")


with this:

if Request.QueryString("CAT_ID") <> "" and IsNumeric(Request.QueryString("CAT_ID")) = True then
	Cat_ID = cLng(Request.QueryString("CAT_ID"))
end if

Go to Top of Page

Longnt06k
Starting Member

Vietnam
29 Posts

Posted - 17 August 2002 :  11:04:23  Show Profile  Visit Longnt06k's Homepage  Send Longnt06k a Yahoo! Message
hey Rick , I think U check file :
+ Members.asp , forum.asp , topics....
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 17 August 2002 :  13:48:44  Show Profile
Fixed in v4b03patch005 (released now, download link here).

Stop the WAR!
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 August 2002 :  16:14:14  Show Profile
quote:
Originally posted by Longnt06k

hey Rick , I think U check file :
+ Members.asp , forum.asp , topics....

those have already been fixed previously.
Go to Top of Page

Longnt06k
Starting Member

Vietnam
29 Posts

Posted - 17 August 2002 :  23:04:17  Show Profile  Visit Longnt06k's Homepage  Send Longnt06k a Yahoo! Message
Are U sure ???
Pop_profile has a bug . SOme hacker input SQL code then change level 1 -> 3.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 August 2002 :  23:18:22  Show Profile
some hacker huh.. there WAS a problem in pop_profile.asp, but it has already been fixed.

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=28275
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07