A potentially dangerous Request.Form

A

Alex Munk

Hi All,

I read the KB821343 article on this subject and I am still a bit confused
about a couple of things:

1) Am I to understand that if I install .NET frame work 1.1 on the computer
generating the application this problem will be resolved?

2) How can I find out what the offending code is doing? I really do not want
to disable Request Validation, I would rather find the problem and HTML
encode myself.

I appreciate your help.

Alex
 
A

Alex Munk

Hi me again,

Regarding point 2) in my original post I was able to determine the root
cause of the problem:

<select name="ddlForms" onchange="__doPostBack('ddlForms','')"
language="javascript" id="ddlForms" style="Z-INDEX: 118; LEFT:
700px;POSITION: absolute; TOP: 0px">
<option value="<FORMS>">&lt;FORMS&gt;</option>
<option value="Vacation Request">Vacation Request</option>
<option value="Internal Job Application">Internal Job
Application</option></select>

The problem is in the line: <option value="<FORMS>">&lt;FORMS&gt;</option>
Apparently "<FORMS>" is the culprit

Can anyone suggest how to fix the code?

Thanks,
Alex
 
A

Adrijan Josic

http://www.tconsult.com/aspnet/security/potentially_dangero
us.aspx

try that...

-----Original Message-----
Hi me again,

Regarding point 2) in my original post I was able to determine the root
cause of the problem:

<select name="ddlForms" onchange="__doPostBack ('ddlForms','')"
language="javascript" id="ddlForms" style="Z-INDEX: 118; LEFT:
700px;POSITION: absolute; TOP: 0px">
<option value="<FORMS>"><FORMS></option>
<option value="Vacation Request">Vacation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top