Report generated by XSS.CX at Sun Nov 07 17:50:26 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. HTTP header injection

1.1. http://dw.com.com/clear/c.gif [REST URL parameter 2]

1.2. http://dw.com.com/clear/redx/c.gif [REST URL parameter 2]

1.3. http://dw.com.com/clear/redx/c.gif [REST URL parameter 3]

2. Open redirection

2.1. http://dw.com.com/redir [destUrl parameter]

2.2. http://dw.com.com/redir/redx/ [destUrl parameter]

2.3. http://dw.com.com/rubicsclk [destUrl parameter]

3. Cookie scoped to parent domain

3.1. http://dw.com.com/clear/c.gif

3.2. http://dw.com.com/redir

4. Cookie without HttpOnly flag set

4.1. http://dw.com.com/clear/c.gif

4.2. http://dw.com.com/redir

5. TRACE method is enabled

6. Robots.txt file



1. HTTP header injection  next
There are 3 instances of this issue:

Issue background

HTTP header injection vulnerabilities arise when user-supplied data is copied into a response header in an unsafe way. If an attacker can inject newline characters into the header, then they can inject new HTTP headers and also, by injecting an empty line, break out of the headers into the message body and write arbitrary content into the application's response.

Various kinds of attack can be delivered via HTTP header injection vulnerabilities. Any attack that can be delivered via cross-site scripting can usually be delivered via header injection, because the attacker can construct a request which causes arbitrary JavaScript to appear within the response body. Further, it is sometimes possible to leverage header injection vulnerabilities to poison the cache of any proxy server via which users access the application. Here, an attacker sends a crafted request which results in a "split" response containing arbitrary content. If the proxy server can be manipulated to associate the injected response with another URL used within the application, then the attacker can perform a "stored" attack against this URL which will compromise other users who request that URL in future.

Issue remediation

If possible, applications should avoid copying user-controllable data into HTTP response headers. If this is unavoidable, then the data should be strictly validated to prevent header injection attacks. In most situations, it will be appropriate to allow only short alphanumeric strings to be copied into headers, and any other input should be rejected. At a minimum, input containing any characters with ASCII codes less than 0x20 should be rejected.


1.1. http://dw.com.com/clear/c.gif [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://dw.com.com
Path:   /clear/c.gif

Issue detail

The value of REST URL parameter 2 is copied into the Location response header. The payload 7be7b%0d%0acead95c525e was submitted in the REST URL parameter 2. This caused a response containing an injected HTTP header.

Request

GET /clear/7be7b%0d%0acead95c525e?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/ HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 21:17:36 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Set-Cookie: XCLGFbrowser=Cg5iWEzXF3CdAAAACyE; expires=Fri, 06-Nov-2020 21:17:36 GMT; domain=.com.com; path=/
Location: http://dw.com.com/clear/redx/7be7b
cead95c525e
?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: image/gif


1.2. http://dw.com.com/clear/redx/c.gif [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://dw.com.com
Path:   /clear/redx/c.gif

Issue detail

The value of REST URL parameter 2 is copied into the Location response header. The payload c2255%0d%0a63fbf810e36 was submitted in the REST URL parameter 2. This caused a response containing an injected HTTP header.

Request

GET /clear/c2255%0d%0a63fbf810e36/c.gif?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/ HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive
Cookie: XCLGFbrowser=Cg8ILkzXCxkIAAAAIiM

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 21:09:46 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Location: http://dw.cnet.com/clear/c2255
63fbf810e36
/c.gif?ts=1289164186319753&clgf=Cg8ILkzXCxkIAAAAIiM
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: image/gif


1.3. http://dw.com.com/clear/redx/c.gif [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://dw.com.com
Path:   /clear/redx/c.gif

Issue detail

The value of REST URL parameter 3 is copied into the Location response header. The payload 9e923%0d%0a59a690263f0 was submitted in the REST URL parameter 3. This caused a response containing an injected HTTP header.

Request

GET /clear/redx/9e923%0d%0a59a690263f0?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/ HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive
Cookie: XCLGFbrowser=Cg8ILkzXCxkIAAAAIiM

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 21:10:24 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Location: http://dw.cnet.com/clear/9e923
59a690263f0
?ts=1289164224010523&clgf=Cg8ILkzXCxkIAAAAIiM
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: image/gif


2. Open redirection  previous  next
There are 3 instances of this issue:

Issue background

Open redirection vulnerabilities arise when an application incorporates user-controllable data into the target of a redirection in an unsafe way. An attacker can construct a URL within the application which causes a redirection to an arbitrary external domain. This behaviour can be leveraged to facilitate phishing attacks against users of the application. The ability to use an authentic application URL, targetting the correct domain with a valid SSL certificate (if SSL is used) lends credibility to the phishing attack because many users, even if they verify these features, will not notice the subsequent redirection to a different domain.

Remediation background

If possible, applications should avoid incorporating user-controllable data into redirection targets. In many cases, this behaviour can be avoided in two ways:If it is considered unavoidable for the redirection function to receive user-controllable input and incorporate this into the redirection target, one of the following measures should be used to minimize the risk of redirection attacks:


2.1. http://dw.com.com/redir [destUrl parameter]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://dw.com.com
Path:   /redir

Issue detail

The value of the destUrl request parameter is used to perform an HTTP redirect. The payload .a8e58dbf7460177df/ was submitted in the destUrl parameter. This caused a redirection to the following URL:

The application attempts to prevent redirection attacks by prepending an absolute prefix to the user-supplied URL. However, this prefix does not include a trailing slash, so an attacker can add an additional domain name to point to a domain which they control.

Remediation detail

When prepending an absolute prefix to the user-supplied URL, the application should ensure that the prefixed domain name is followed by a slash.

Request

GET /redir?ttag=www.Groupon.com/Orange-County&ontid=12&ptid=2003&edid=3&siteid=3&ltype=bidwar_madison&ctype=bidwar-channel&cval=news-content-mpu2;ca-cnet-news-content&destUrl=.a8e58dbf7460177df/ HTTP/1.1
Host: dw.com.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: XCLGFbrowser=Cg8ILkzXCxkIAAAAIiM;

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 20:58:09 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Location: http://dw.com.com.a8e58dbf7460177df/
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Keep-Alive: timeout=363, max=688
Connection: Keep-Alive
Content-Type: text/plain


2.2. http://dw.com.com/redir/redx/ [destUrl parameter]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://dw.com.com
Path:   /redir/redx/

Issue detail

The value of the destUrl request parameter is used to perform an HTTP redirect. The payload .a1101fcbfa90f41a3/ was submitted in the destUrl parameter. This caused a redirection to the following URL:

The application attempts to prevent redirection attacks by prepending an absolute prefix to the user-supplied URL. However, this prefix does not include a trailing slash, so an attacker can add an additional domain name to point to a domain which they control.

Remediation detail

When prepending an absolute prefix to the user-supplied URL, the application should ensure that the prefixed domain name is followed by a slash.

Request

GET /redir/redx/?ontid=1&siteid=3&asId=0&ptId=2000&edId=3&pguid=TJQTmgoOYIwAACNOMGAAAADF&tag=toolbar&destUrl=.a1101fcbfa90f41a3/&uniquePingId=1289161494028 HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive
Cookie: XCLGFbrowser=Cg8JIUzXCxYNAAAAjT4

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 21:05:28 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Location: http://dw.com.com.a1101fcbfa90f41a3/
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: text/plain


2.3. http://dw.com.com/rubicsclk [destUrl parameter]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://dw.com.com
Path:   /rubicsclk

Issue detail

The value of the destUrl request parameter is used to perform an HTTP redirect. The payload .a6609375da8d32135 was submitted in the destUrl parameter. This caused a redirection to the following URL:

The application attempts to prevent redirection attacks by prepending an absolute prefix to the user-supplied URL. However, this prefix does not include a trailing slash, so an attacker can add an additional domain name to point to a domain which they control.

Remediation detail

When prepending an absolute prefix to the user-supplied URL, the application should ensure that the prefixed domain name is followed by a slash.

Request

GET /rubicsclk?ver=2&ts=2010.11.07.12.24.48.PST&edId=3&onId=1&ptId=2000&sId=3&appId=19&offId=10316&unitId=45&poolId=1&f1=1&f2=-0&f3=-0&alg=8&&opt=1&linkPos=0&destUrl=.a6609375da8d32135 HTTP/1.1
Host: dw.com.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: XCLGFbrowser=Cg8ILkzXCxkIAAAAIiM;

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 20:58:31 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Location: http://dw.com.com.a6609375da8d32135
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Keep-Alive: timeout=363, max=782
Connection: Keep-Alive
Content-Type: text/plain


3. Cookie scoped to parent domain  previous  next
There are 2 instances of this issue:

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.


3.1. http://dw.com.com/clear/c.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://dw.com.com
Path:   /clear/c.gif

Issue detail

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

Request

GET /clear/c.gif?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/ HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 20:24:57 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Set-Cookie: XCLGFbrowser=Cg8ILkzXCxkIAAAAIiM; expires=Fri, 06-Nov-2020 20:24:57 GMT; domain=.com.com; path=/
Location: http://dw.com.com/clear/redx/c.gif?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: image/gif


3.2. http://dw.com.com/redir  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://dw.com.com
Path:   /redir

Issue detail

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

Request

GET /redir?ontid=1&siteid=3&asId=0&ptId=2000&edId=3&pguid=TJQTmgoOYIwAACNOMGAAAADF&tag=toolbar&destUrl=/i/b.gif&uniquePingId=1289161494028 HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 20:24:54 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Set-Cookie: XCLGFbrowser=Cg8JIUzXCxYNAAAAjT4; expires=Fri, 06-Nov-2020 20:24:54 GMT; domain=.com.com; path=/
Location: http://dw.com.com/redir/redx/?ontid=1&siteid=3&asId=0&ptId=2000&edId=3&pguid=TJQTmgoOYIwAACNOMGAAAADF&tag=toolbar&destUrl=/i/b.gif&uniquePingId=1289161494028
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: text/plain


4. Cookie without HttpOnly flag set  previous  next
There are 2 instances of this issue:

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.



4.1. http://dw.com.com/clear/c.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://dw.com.com
Path:   /clear/c.gif

Issue detail

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

Request

GET /clear/c.gif?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/ HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 20:24:57 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Set-Cookie: XCLGFbrowser=Cg8ILkzXCxkIAAAAIiM; expires=Fri, 06-Nov-2020 20:24:57 GMT; domain=.com.com; path=/
Location: http://dw.com.com/clear/redx/c.gif?ts=1289161488&im=mii1.4&edId=3&ptId=2000&onId=1&sId=3&asId=0&astId=1&pgnbr=1&oid=2000-1_3-0&pguid=TJQTmgoOYIwAACNOMGAAAADF&ld=news.cnet.com&tcset=ISO-8859-1&title=Technology%20News%20-%20CNET%20News&srcUrl=http://news.cnet.com/&xref=http://www.google.com/
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: image/gif


4.2. http://dw.com.com/redir  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://dw.com.com
Path:   /redir

Issue detail

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

Request

GET /redir?ontid=1&siteid=3&asId=0&ptId=2000&edId=3&pguid=TJQTmgoOYIwAACNOMGAAAADF&tag=toolbar&destUrl=/i/b.gif&uniquePingId=1289161494028 HTTP/1.1
Accept: */*
Referer: http://news.cnet.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: dw.com.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 302 Found
Date: Sun, 07 Nov 2010 20:24:54 GMT
Server: Apache/2.0
Pragma: no-cache
Cache-control: no-cache, must-revalidate, no-transform
Vary: *
Expires: Fri, 23 Jan 1970 12:12:12 GMT
Set-Cookie: XCLGFbrowser=Cg8JIUzXCxYNAAAAjT4; expires=Fri, 06-Nov-2020 20:24:54 GMT; domain=.com.com; path=/
Location: http://dw.com.com/redir/redx/?ontid=1&siteid=3&asId=0&ptId=2000&edId=3&pguid=TJQTmgoOYIwAACNOMGAAAADF&tag=toolbar&destUrl=/i/b.gif&uniquePingId=1289161494028
Content-Length: 0
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Content-Type: text/plain


5. TRACE method is enabled  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://dw.com.com
Path:   /

Issue description

The TRACE method is designed for diagnostic purposes. If enabled, the web server will respond to requests which use the TRACE method by echoing in its response the exact request which was received.

Although this behaviour is apparently harmless in itself, it can sometimes be leveraged to support attacks against other application users. If an attacker can find a way of causing a user to make a TRACE request, and can retrieve the response to that request, then the attacker will be able to capture any sensitive data which is included in the request by the user's browser, for example session cookies or credentials for platform-level authentication. This may exacerbate the impact of other vulnerabilities, such as cross-site scripting.

Issue remediation

The TRACE method should be disabled on the web server.

Request

TRACE / HTTP/1.0
Host: dw.com.com
Cookie: 6579a704360600c7

Response

HTTP/1.1 200 OK
Date: Sun, 07 Nov 2010 20:41:00 GMT
Server: Apache/2.0
Connection: close
Content-Type: message/http

TRACE / HTTP/1.0
Host: dw.com.com
Cookie: 6579a704360600c7
Connection: Keep-Alive
X-CNET-Forwarded-For: 174.122.23.218


6. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://dw.com.com
Path:   /redir

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: dw.com.com

Response

HTTP/1.1 200 OK
Date: Sun, 07 Nov 2010 20:41:00 GMT
Server: Apache/2.0
Last-Modified: Tue, 05 Oct 2010 02:01:06 GMT
Accept-Ranges: bytes
Content-Length: 854
Cache-Control: max-age=14400
Expires: Mon, 08 Nov 2010 00:41:00 GMT
P3P: CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
Keep-Alive: timeout=363, max=788
Connection: Keep-Alive
Content-Type: text/plain

# $Source: /cvs/main/third_party/apache2/configs/dw/dwcomcom/robots.txt,v $
# $Revision: 1.2 $
User-agent: *
Disallow: /Ads/
Disallow: /redir/
Disallow: /rubicsclk/
# Disallow: /i/ is removed per 1907
...[SNIP]...

Report generated by XSS.CX at Sun Nov 07 17:50:26 CST 2010.