Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - Website security

 
Thread Tools Search this Thread
Old 06-21-2006, 03:13 AM   #1
Default Website security


I have a asp web site, and a register form, a process.asp to insert the
registration row.
If someone, create a form in his localhost webserver,
and the form action is my process.asp, how can I prevent that request ?

Thank you



Jay
  Reply With Quote
Old 06-21-2006, 06:31 AM   #2
Todd H.
 
Posts: n/a
Default Re: Website security
"Jay" <> writes:

> I have a asp web site, and a register form, a process.asp to insert the
> registration row.
> If someone, create a form in his localhost webserver,
> and the form action is my process.asp, how can I prevent that
> request ?


The usual--validate the hell every stinking variable that form takes
in, and do so ON THE SERVER. Not in javascript. To do this, you have
to come up with your definition of what a valid request is, and what
valid input for each of your fields is.

If the person cares enough to send all valid data and spoofs
http_referrer to match and all that, there isn't much reason to worry
since the form they've recreated is sufficiently identical to your own
form.

If you're doing server side validation sufficiently, you won't any
longer care if it's your copy of the form the POST came from or
someone's local copy. Even on your copy of the form, an attacker with
a software web proxy or firefox plugin can add form fields, override
field lengths, get around javascript, etc so even if you had a magical
bullet to determine "someone copied my form" you'd still not cut down
your space of worry.

Best REgards,
--
Todd H.
http://www.toddh.net/


Todd H.
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer Security Information and What You Can Do To Keep Your SystemSafe! Ann.Anderson.group.com@gmail.com A+ Certification 0 12-06-2007 01:55 AM
Computer Security aldrich.chappel.com.use@gmail.com A+ Certification 0 11-27-2007 02:11 AM
Computer Security Information (Free Articles and eBooks) aditya.jaiswal.com.use@gmail.com DVD Video 0 10-10-2007 04:53 AM
New website Mike Meyers A+ Certification 4 11-15-2003 12:08 AM
Re: Mac Security vs. Windows Security Tony Sivori A+ Certification 0 10-28-2003 06:23 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46