BugTraq
HACKING WITH JAVASCRIPT Feb 09 2005 01:43PM
hictor ertd (hict0r hotmail com) (2 replies)
Re: HACKING WITH JAVASCRIPT Feb 11 2005 12:59PM
Cleiton Martins (cleiton gmail com)
Re: HACKING WITH JAVASCRIPT Feb 11 2005 12:56PM
Jim Halfpenny (jim openanswers co uk)
On Wed, 9 Feb 2005, hictor ertd wrote:

> 1. Bypassing Required Fields
>
> Surely you have met a webpage that requires you to fill all fields in a
> form in order to submit it. It is possible to bypass these types of...<--SNIP-->

Why subvert the form at all? If a HTML form contains JavaScript to check
the fields entered, it is trivial to craft your own form or HTTP request
to send arbitrary data to the server. Trying to get around JavaScript
checks to accomplish this just serves to make the task more difficult.

JavaScript really ought only to be used in this fashion to sanity check
form content and not as a security device. This paper does raise the
issue of the fundamental flaw in the trust some people put into
client-side validation.

Jim Halfpenny

[ reply ]


 

Privacy Statement
Copyright 2010, SecurityFocus