SQLi DORK Report on kimptonhotels.com

SQL Injection DORK

Report generated by Bill Clary at Tue Oct 12 14:54:04 CDT 2010.


The DORK Report

Loading

1. SQL injection

1.1. http://www.kimptonhotels.com/development/login.aspx [pword parameter]

1.2. http://www.kimptonhotels.com/development/login.aspx [uname parameter]



1. SQL injection
There are 2 instances of this issue:

Issue background

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.

Various attacks can be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and executing operating system commands.

Remediation background

The most effective way to prevent SQL injection attacks is to use parameterised queries (also known as prepared statements) for all database access. This method uses two steps to incorporate potentially tainted data into SQL queries: first, the application specifies the structure of the query, leaving placeholders for each item of user input; second, the application specifies the contents of each placeholder. Because the structure of the query has already defined in the first step, it is not possible for malformed data in the second step to interfere with the query structure. You should review the documentation for your database and application platform to determine the appropriate APIs which you can use to perform parameterised queries. It is strongly recommended that you parameterise every variable data item that is incorporated into database queries, even if it is not obviously tainted, to prevent oversights occurring and avoid vulnerabilities being introduced by changes elsewhere within the code base of the application.

You should be aware that some commonly employed and recommended mitigations for SQL injection vulnerabilities are not always effective:



1.1. http://www.kimptonhotels.com/development/login.aspx [pword parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.kimptonhotels.com
Path:   /development/login.aspx

Issue detail

The pword parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the pword parameter, and a database error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The database appears to be MySQL.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses.

Request 1

POST /development/login.aspx HTTP/1.1
Host: www.kimptonhotels.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.kimptonhotels.com/development/login.aspx
Cookie: ASP.NET_SessionId=iyzmqm45rbk5xejpiixrnp55;
Content-Type: application/x-www-form-urlencoded
Content-Length: 260

__VIEWSTATE=%2fwEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34%3d&uname=Peter+Wiener&__EVENTVALIDATION=%2fwEWBALS5%2fKZDwKL0%2fKVCgKxga%2fdBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq&__EVENTTARGET=&__EVENTARGUMENT=&submitbutton=Login&pword=555-555-0199@example.com'

Response 1

HTTP/1.1 200 OK
Connection: close
Date: Tue, 12 Oct 2010 19:52:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 4583


<!-- %@ import Namespace="MySql.Data.MySqlClient" % -->



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">



<html>

<head>

<title>Kimpton Standards Login</title>

<link rel="stylesheet" type="text/css" href="../_css/global.css">
<style type="text/css">
<!--

body {
   background: #FFFFFF;
}

-->
</style>
</head>



<body>

<form name="ctl00" method="POST" action="login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="ctl00">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34=" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['ctl00'];
if (!theForm) {
theForm = document.ctl00;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>


<script src="/WebResource.axd?d=-b7UqH0vtZuZGPZs3YNpmA2&amp;t=633925424339517500" type="text/javascript"></script>


<script src="/WebResource.axd?d=JFcpFU90xutwtLPW0qJGJ5vfTzBDcTMPuZSy1P53lIE1&amp;t=633925424339517500" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>

<div>

   <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBALS5/KZDwKL0/KVCgKxga/dBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq" />
</div>

<table border="0" width="600" valign="top" class="kim11">

   <tr>

       <td colspan="2"><img src="../assets/logo.gif" width="144" height="50" alt=""><br />

       <p style="margin: 10px 0 0 6px; color: #007083; font-size: 15px;"><strong>Standards Access</strong></p></td>

           

   </tr>
   <tr>
       <td colspan="2"><br />We could not process your request.<br />ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.0.83-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''555-555-0199@example.com'' LIMIT 0, 1' at line 1</td>
   </tr>

   <tr>

       <td width="100">
       <p style="margin: 10px 0 0 6px;">
       <strong>Username</strong>
       <span id="runame" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="uname" type="text" value="Peter Wiener" id="uname" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr valign="top">

       <td width="100">
       <p style="margin: 0 0 0 6px;">
       <strong>Password</strong>
       <span id="rpword" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="pword" type="text" value="555-555-0199@example.com'" id="pword" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr>

       <td colspan="2"><input type="submit" name="submitbutton" value="Login" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;submitbutton&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="submitbutton" /></td>

   </tr>

</table>


<script type="text/javascript">
//<![CDATA[
var Page_Validators = new Array(document.getElementById("runame"), document.getElementById("rpword"));
//]]>
</script>

<script type="text/javascript">
//<![CDATA[
var runame = document.all ? document.all["runame"] : document.getElementById("runame");
runame.controltovalidate = "uname";
runame.errormessage = "Required";
runame.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
runame.initialvalue = "";
var rpword = document.all ? document.all["rpword"] : document.getElementById("rpword");
rpword.controltovalidate = "pword";
rpword.errormessage = "Required";
rpword.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
rpword.initialvalue = "";
//]]>
</script>


<script type="text/javascript">
//<![CDATA[

var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
else {
return true;
}
}
//]]>
</script>
</form>

</body>

</html>

Request 2

POST /development/login.aspx HTTP/1.1
Host: www.kimptonhotels.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.kimptonhotels.com/development/login.aspx
Cookie: ASP.NET_SessionId=iyzmqm45rbk5xejpiixrnp55;
Content-Type: application/x-www-form-urlencoded
Content-Length: 260

__VIEWSTATE=%2fwEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34%3d&uname=Peter+Wiener&__EVENTVALIDATION=%2fwEWBALS5%2fKZDwKL0%2fKVCgKxga%2fdBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq&__EVENTTARGET=&__EVENTARGUMENT=&submitbutton=Login&pword=555-555-0199@example.com''

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 12 Oct 2010 19:52:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 4346


<!-- %@ import Namespace="MySql.Data.MySqlClient" % -->



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">



<html>

<head>

<title>Kimpton Standards Login</title>

<link rel="stylesheet" type="text/css" href="../_css/global.css">
<style type="text/css">
<!--

body {
   background: #FFFFFF;
}

-->
</style>
</head>



<body>

<form name="ctl00" method="POST" action="login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="ctl00">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34=" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['ctl00'];
if (!theForm) {
theForm = document.ctl00;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>


<script src="/WebResource.axd?d=-b7UqH0vtZuZGPZs3YNpmA2&amp;t=633925424339517500" type="text/javascript"></script>


<script src="/WebResource.axd?d=JFcpFU90xutwtLPW0qJGJ5vfTzBDcTMPuZSy1P53lIE1&amp;t=633925424339517500" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>

<div>

   <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBALS5/KZDwKL0/KVCgKxga/dBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq" />
</div>

<table border="0" width="600" valign="top" class="kim11">

   <tr>

       <td colspan="2"><img src="../assets/logo.gif" width="144" height="50" alt=""><br />

       <p style="margin: 10px 0 0 6px; color: #007083; font-size: 15px;"><strong>Standards Access</strong></p></td>

           

   </tr>
   <tr>
       <td colspan="2">Your username and/or password was not found in the system.</td>
   </tr>

   <tr>

       <td width="100">
       <p style="margin: 10px 0 0 6px;">
       <strong>Username</strong>
       <span id="runame" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="uname" type="text" value="Peter Wiener" id="uname" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr valign="top">

       <td width="100">
       <p style="margin: 0 0 0 6px;">
       <strong>Password</strong>
       <span id="rpword" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="pword" type="text" value="555-555-0199@example.com''" id="pword" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr>

       <td colspan="2"><input type="submit" name="submitbutton" value="Login" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;submitbutton&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="submitbutton" /></td>

   </tr>

</table>


<script type="text/javascript">
//<![CDATA[
var Page_Validators = new Array(document.getElementById("runame"), document.getElementById("rpword"));
//]]>
</script>

<script type="text/javascript">
//<![CDATA[
var runame = document.all ? document.all["runame"] : document.getElementById("runame");
runame.controltovalidate = "uname";
runame.errormessage = "Required";
runame.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
runame.initialvalue = "";
var rpword = document.all ? document.all["rpword"] : document.getElementById("rpword");
rpword.controltovalidate = "pword";
rpword.errormessage = "Required";
rpword.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
rpword.initialvalue = "";
//]]>
</script>


<script type="text/javascript">
//<![CDATA[

var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
else {
return true;
}
}
//]]>
</script>
</form>

</body>

</html>


1.2. http://www.kimptonhotels.com/development/login.aspx [uname parameter]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.kimptonhotels.com
Path:   /development/login.aspx

Issue detail

The uname parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the uname parameter, and a database error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The database appears to be MySQL.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses.

Request 1

POST /development/login.aspx HTTP/1.1
Host: www.kimptonhotels.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.kimptonhotels.com/development/login.aspx
Cookie: ASP.NET_SessionId=iyzmqm45rbk5xejpiixrnp55;
Content-Type: application/x-www-form-urlencoded
Content-Length: 260

__VIEWSTATE=%2fwEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34%3d&uname=Peter+Wiener'&__EVENTVALIDATION=%2fwEWBALS5%2fKZDwKL0%2fKVCgKxga%2fdBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq&__EVENTTARGET=&__EVENTARGUMENT=&submitbutton=Login&pword=555-555-0199@example.com

Response 1

HTTP/1.1 200 OK
Connection: close
Date: Tue, 12 Oct 2010 19:52:16 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 4581


<!-- %@ import Namespace="MySql.Data.MySqlClient" % -->



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">



<html>

<head>

<title>Kimpton Standards Login</title>

<link rel="stylesheet" type="text/css" href="../_css/global.css">
<style type="text/css">
<!--

body {
   background: #FFFFFF;
}

-->
</style>
</head>



<body>

<form name="ctl00" method="POST" action="login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="ctl00">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34=" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['ctl00'];
if (!theForm) {
theForm = document.ctl00;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>


<script src="/WebResource.axd?d=-b7UqH0vtZuZGPZs3YNpmA2&amp;t=633925424339517500" type="text/javascript"></script>


<script src="/WebResource.axd?d=JFcpFU90xutwtLPW0qJGJ5vfTzBDcTMPuZSy1P53lIE1&amp;t=633925424339517500" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>

<div>

   <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBALS5/KZDwKL0/KVCgKxga/dBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq" />
</div>

<table border="0" width="600" valign="top" class="kim11">

   <tr>

       <td colspan="2"><img src="../assets/logo.gif" width="144" height="50" alt=""><br />

       <p style="margin: 10px 0 0 6px; color: #007083; font-size: 15px;"><strong>Standards Access</strong></p></td>

           

   </tr>
   <tr>
       <td colspan="2"><br />We could not process your request.<br />ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.0.83-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '555-555-0199@example.com' LIMIT 0, 1' at line 1</td>
   </tr>

   <tr>

       <td width="100">
       <p style="margin: 10px 0 0 6px;">
       <strong>Username</strong>
       <span id="runame" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="uname" type="text" value="Peter Wiener'" id="uname" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr valign="top">

       <td width="100">
       <p style="margin: 0 0 0 6px;">
       <strong>Password</strong>
       <span id="rpword" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="pword" type="text" value="555-555-0199@example.com" id="pword" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr>

       <td colspan="2"><input type="submit" name="submitbutton" value="Login" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;submitbutton&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="submitbutton" /></td>

   </tr>

</table>


<script type="text/javascript">
//<![CDATA[
var Page_Validators = new Array(document.getElementById("runame"), document.getElementById("rpword"));
//]]>
</script>

<script type="text/javascript">
//<![CDATA[
var runame = document.all ? document.all["runame"] : document.getElementById("runame");
runame.controltovalidate = "uname";
runame.errormessage = "Required";
runame.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
runame.initialvalue = "";
var rpword = document.all ? document.all["rpword"] : document.getElementById("rpword");
rpword.controltovalidate = "pword";
rpword.errormessage = "Required";
rpword.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
rpword.initialvalue = "";
//]]>
</script>


<script type="text/javascript">
//<![CDATA[

var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
else {
return true;
}
}
//]]>
</script>
</form>

</body>

</html>

Request 2

POST /development/login.aspx HTTP/1.1
Host: www.kimptonhotels.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.kimptonhotels.com/development/login.aspx
Cookie: ASP.NET_SessionId=iyzmqm45rbk5xejpiixrnp55;
Content-Type: application/x-www-form-urlencoded
Content-Length: 260

__VIEWSTATE=%2fwEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34%3d&uname=Peter+Wiener''&__EVENTVALIDATION=%2fwEWBALS5%2fKZDwKL0%2fKVCgKxga%2fdBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq&__EVENTTARGET=&__EVENTARGUMENT=&submitbutton=Login&pword=555-555-0199@example.com

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 12 Oct 2010 19:52:16 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 4346


<!-- %@ import Namespace="MySql.Data.MySqlClient" % -->



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">



<html>

<head>

<title>Kimpton Standards Login</title>

<link rel="stylesheet" type="text/css" href="../_css/global.css">
<style type="text/css">
<!--

body {
   background: #FFFFFF;
}

-->
</style>
</head>



<body>

<form name="ctl00" method="POST" action="login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="ctl00">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTU5NzA4MzM2N2RkFD4Jmf5tuGqWkVKoE6S7mY3nw34=" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['ctl00'];
if (!theForm) {
theForm = document.ctl00;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>


<script src="/WebResource.axd?d=-b7UqH0vtZuZGPZs3YNpmA2&amp;t=633925424339517500" type="text/javascript"></script>


<script src="/WebResource.axd?d=JFcpFU90xutwtLPW0qJGJ5vfTzBDcTMPuZSy1P53lIE1&amp;t=633925424339517500" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>

<div>

   <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBALS5/KZDwKL0/KVCgKxga/dBQLyiNGNB5AXOflGPXhQTwzu1bHDtWv0WGUq" />
</div>

<table border="0" width="600" valign="top" class="kim11">

   <tr>

       <td colspan="2"><img src="../assets/logo.gif" width="144" height="50" alt=""><br />

       <p style="margin: 10px 0 0 6px; color: #007083; font-size: 15px;"><strong>Standards Access</strong></p></td>

           

   </tr>
   <tr>
       <td colspan="2">Your username and/or password was not found in the system.</td>
   </tr>

   <tr>

       <td width="100">
       <p style="margin: 10px 0 0 6px;">
       <strong>Username</strong>
       <span id="runame" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="uname" type="text" value="Peter Wiener''" id="uname" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr valign="top">

       <td width="100">
       <p style="margin: 0 0 0 6px;">
       <strong>Password</strong>
       <span id="rpword" class="required" style="color:Red;visibility:hidden;">Required</span>
       </p>
       </td>

       <td><input name="pword" type="text" value="555-555-0199@example.com" id="pword" size="38" style="margin: 10px 0 0 0;" /></td>

   </tr>

   <tr>

       <td colspan="2"><input type="submit" name="submitbutton" value="Login" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;submitbutton&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="submitbutton" /></td>

   </tr>

</table>


<script type="text/javascript">
//<![CDATA[
var Page_Validators = new Array(document.getElementById("runame"), document.getElementById("rpword"));
//]]>
</script>

<script type="text/javascript">
//<![CDATA[
var runame = document.all ? document.all["runame"] : document.getElementById("runame");
runame.controltovalidate = "uname";
runame.errormessage = "Required";
runame.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
runame.initialvalue = "";
var rpword = document.all ? document.all["rpword"] : document.getElementById("rpword");
rpword.controltovalidate = "pword";
rpword.errormessage = "Required";
rpword.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
rpword.initialvalue = "";
//]]>
</script>


<script type="text/javascript">
//<![CDATA[

var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
else {
return true;
}
}
//]]>
</script>
</form>

</body>

</html>


Report generated by Bill Clary at Tue Oct 12 14:54:04 CDT 2010.