XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, personalvpn.com

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Thu Apr 28 05:05:04 CDT 2011.


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

Loading

1. SQL injection

1.1. http://www.personalvpn.com/index.php [sid parameter]

1.2. https://www.personalvpn.com/index.php [sid parameter]

2. Password field with autocomplete enabled

3. SSL cookie without secure flag set

4. Cross-domain Referer leakage

5. Cookie without HttpOnly flag set

5.1. http://www.personalvpn.com/index.php

5.2. https://www.personalvpn.com/index.php

6. Email addresses disclosed

6.1. http://www.personalvpn.com/index.php

6.2. https://www.personalvpn.com/index.php



1. SQL injection  next
There are 2 instances of this issue:

Issue background

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.

Various attacks can be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and executing operating system commands.

Remediation background

The most effective way to prevent SQL injection attacks is to use parameterised queries (also known as prepared statements) for all database access. This method uses two steps to incorporate potentially tainted data into SQL queries: first, the application specifies the structure of the query, leaving placeholders for each item of user input; second, the application specifies the contents of each placeholder. Because the structure of the query has already defined in the first step, it is not possible for malformed data in the second step to interfere with the query structure. You should review the documentation for your database and application platform to determine the appropriate APIs which you can use to perform parameterised queries. It is strongly recommended that you parameterise every variable data item that is incorporated into database queries, even if it is not obviously tainted, to prevent oversights occurring and avoid vulnerabilities being introduced by changes elsewhere within the code base of the application.

You should be aware that some commonly employed and recommended mitigations for SQL injection vulnerabilities are not always effective:



1.1. http://www.personalvpn.com/index.php [sid parameter]  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.personalvpn.com
Path:   /index.php

Issue detail

The sid parameter appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the sid parameter, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The database appears to be PostgreSQL.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses.

Request

POST /index.php HTTP/1.1
Host: www.personalvpn.com
Proxy-Connection: keep-alive
Referer: http://www.personalvpn.com/index.php?app=ccp0&ns=prodshow&ref=pptp_ssl_pc
Cache-Control: max-age=0
Origin: http://www.personalvpn.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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
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
Content-Length: 233

prodall%5B%5D=pptp_ssl_pc&ccp0--prodaddtocart--pptp_ssl_pc--referref=pptp_ssl_pc&ccp0--prodaddtocart--pptp_ssl_pc--referns=prodshow&sid=60x0b62eys7w6x6uj2b6m04894n169fn'&app=ccp0&ns=addcart&ccp0--prodaddtocart--pptp_ssl_pc--quantity=1

Response

HTTP/1.1 200 OK
Date: Wed, 27 Apr 2011 21:16:01 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=60x0b62eys7w6x6uj2b6m04894n169fn%27; expires=Sat, 21-Apr-2012 17:16:01 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:16:02 GMT
Content-Length: 3880
Last-Modified: Wed, 27 Apr 2011 21:16:02 GMT
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-ty
...[SNIP]...
<p>The PostgreSQL extension encountered
a problem submitting an SQL statement. PostgreSQL reported the error as: ERROR: duplicate key value violates unique constraint &#34;pk_khxc_sessions_id&#34;</
...[SNIP]...

1.2. https://www.personalvpn.com/index.php [sid parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   https://www.personalvpn.com
Path:   /index.php

Issue detail

The sid parameter appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the sid parameter, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The database appears to be PostgreSQL.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses.

Request

POST /index.php?app=ccp0&ns=checkout&sid=60x0b62eys7w6x6uj2b6m04894n169fn'&portrelay=1 HTTP/1.1
Host: www.personalvpn.com
Connection: keep-alive
Referer: http://www.personalvpn.com/index.php
Cache-Control: max-age=0
Origin: http://www.personalvpn.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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
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
Content-Length: 17

CHECKOUT=Checkout

Response

HTTP/1.1 200 OK
Date: Wed, 27 Apr 2011 21:16:19 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=60x0b62eys7w6x6uj2b6m04894n169fn%27; expires=Sat, 21-Apr-2012 17:16:19 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:16:19 GMT
Content-Length: 3881
Last-Modified: Wed, 27 Apr 2011 21:16:19 GMT
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-ty
...[SNIP]...
<p>The PostgreSQL extension encountered
a problem submitting an SQL statement. PostgreSQL reported the error as: ERROR: duplicate key value violates unique constraint &#34;pk_khxc_sessions_id&#34;</
...[SNIP]...

2. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://www.personalvpn.com
Path:   /index.php

Issue detail

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

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

Request

POST /index.php?app=ccp0&ns=checkout&sid=60x0b62eys7w6x6uj2b6m04894n169fn&portrelay=1 HTTP/1.1
Host: www.personalvpn.com
Connection: keep-alive
Referer: http://www.personalvpn.com/index.php
Cache-Control: max-age=0
Origin: http://www.personalvpn.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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
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
Content-Length: 17

CHECKOUT=Checkout

Response

HTTP/1.1 200 OK
Date: Wed, 27 Apr 2011 21:15:21 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=60x0b62eys7w6x6uj2b6m04894n169fn; expires=Sat, 21-Apr-2012 17:15:21 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:15:21 GMT
Content-Length: 14099
Last-Modified: Wed, 27 Apr 2011 21:15:21 GMT
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="conte
...[SNIP]...
</p>

<form action="https://www.personalvpn.com/index.php" method="post" id="ccp0--login">

<p class="hidden">
...[SNIP]...
</p>
<input class="khxc_formfield" type="password" name="ccp0--login--password" id="ccp0--login--password" value="" size="25" maxlength="150" />
</fieldset>
...[SNIP]...

3. SSL cookie without secure flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.personalvpn.com
Path:   /index.php

Issue detail

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

Issue background

If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.

Issue remediation

The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.

Request

POST /index.php?app=ccp0&ns=checkout&sid=60x0b62eys7w6x6uj2b6m04894n169fn&portrelay=1 HTTP/1.1
Host: www.personalvpn.com
Connection: keep-alive
Referer: http://www.personalvpn.com/index.php
Cache-Control: max-age=0
Origin: http://www.personalvpn.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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
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
Content-Length: 17

CHECKOUT=Checkout

Response

HTTP/1.1 200 OK
Date: Wed, 27 Apr 2011 21:15:21 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=60x0b62eys7w6x6uj2b6m04894n169fn; expires=Sat, 21-Apr-2012 17:15:21 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:15:21 GMT
Content-Length: 14099
Last-Modified: Wed, 27 Apr 2011 21:15:21 GMT
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="conte
...[SNIP]...

4. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.personalvpn.com
Path:   /index.php

Issue detail

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

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.

Request

GET /index.php?app=ccp0&ns=prodshow&ref=pptp_ssl_pc HTTP/1.1
Host: www.personalvpn.com
Proxy-Connection: keep-alive
Referer: http://www.witopia.net/index.php/products/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: Wed, 27 Apr 2011 21:15:01 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=3081u106h0sc97p88z1573g7fue126zx; expires=Sat, 21-Apr-2012 17:15:01 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:15:02 GMT
Content-Length: 14190
Last-Modified: Wed, 27 Apr 2011 21:15:02 GMT
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="conte
...[SNIP]...
<p>
<a href="http://www.kryptronic.com/" title="Kryptronic"><img src="media/khxc/powered_khxc.png" alt="KHXC Powered" width="79" height="24" />
...[SNIP]...
Kryptronic Hybrid X Core (KHXC)
Copyright: 1999-2011 Kryptronic, Inc.
Author: Nick Hendler, webmaster@kryptronic.com
Exec Time: 0.211933 Seconds
Memory Usage: 3.184219 Megabytes


<a href="http://www.kryptronic.com/Shopping-Cart-Software/" title="Shopping Cart Software - ClickCartPro">Shopping Cart Software - ClickCartPro</a>
<a href="http://www.kryptronic.com/" title="Kryptronic Software">Kryptronic Software</a>
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



5.1. http://www.personalvpn.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.personalvpn.com
Path:   /index.php

Issue detail

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

Request

GET /index.php?app=ccp0&ns=prodshow&ref=pptp_ssl_pc HTTP/1.1
Host: www.personalvpn.com
Proxy-Connection: keep-alive
Referer: http://www.witopia.net/index.php/products/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: Wed, 27 Apr 2011 21:15:01 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=3081u106h0sc97p88z1573g7fue126zx; expires=Sat, 21-Apr-2012 17:15:01 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:15:02 GMT
Content-Length: 14190
Last-Modified: Wed, 27 Apr 2011 21:15:02 GMT
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="conte
...[SNIP]...

5.2. https://www.personalvpn.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.personalvpn.com
Path:   /index.php

Issue detail

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

Request

POST /index.php?app=ccp0&ns=checkout&sid=60x0b62eys7w6x6uj2b6m04894n169fn&portrelay=1 HTTP/1.1
Host: www.personalvpn.com
Connection: keep-alive
Referer: http://www.personalvpn.com/index.php
Cache-Control: max-age=0
Origin: http://www.personalvpn.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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
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
Content-Length: 17

CHECKOUT=Checkout

Response

HTTP/1.1 200 OK
Date: Wed, 27 Apr 2011 21:15:21 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=60x0b62eys7w6x6uj2b6m04894n169fn; expires=Sat, 21-Apr-2012 17:15:21 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:15:21 GMT
Content-Length: 14099
Last-Modified: Wed, 27 Apr 2011 21:15:21 GMT
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="conte
...[SNIP]...

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


6.1. http://www.personalvpn.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.personalvpn.com
Path:   /index.php

Issue detail

The following email address was disclosed in the response:

Request

GET /index.php?app=ccp0&ns=prodshow&ref=pptp_ssl_pc HTTP/1.1
Host: www.personalvpn.com
Proxy-Connection: keep-alive
Referer: http://www.witopia.net/index.php/products/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: Wed, 27 Apr 2011 21:15:01 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=3081u106h0sc97p88z1573g7fue126zx; expires=Sat, 21-Apr-2012 17:15:01 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:15:02 GMT
Content-Length: 14190
Last-Modified: Wed, 27 Apr 2011 21:15:02 GMT
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="conte
...[SNIP]...
<div class="hidden">

Software: Kryptronic Hybrid X Core (KHXC)
Copyright: 1999-2011 Kryptronic, Inc.
Author: Nick Hendler, webmaster@kryptronic.com
Exec Time: 0.211933 Seconds
Memory Usage: 3.184219 Megabytes


<a href="http://www.kryptronic.com/Shopping-Cart-Software/" title="Shopping Cart Software - ClickCartPro">
...[SNIP]...

6.2. https://www.personalvpn.com/index.php  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.personalvpn.com
Path:   /index.php

Issue detail

The following email address was disclosed in the response:

Request

POST /index.php?app=ccp0&ns=checkout&sid=60x0b62eys7w6x6uj2b6m04894n169fn&portrelay=1 HTTP/1.1
Host: www.personalvpn.com
Connection: keep-alive
Referer: http://www.personalvpn.com/index.php
Cache-Control: max-age=0
Origin: http://www.personalvpn.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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
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
Content-Length: 17

CHECKOUT=Checkout

Response

HTTP/1.1 200 OK
Date: Wed, 27 Apr 2011 21:15:21 GMT
Server: Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0d PHP/5.2.13 with Suhosin-Patch
X-Powered-By: KHXC/6.6.5
Set-Cookie: sid=60x0b62eys7w6x6uj2b6m04894n169fn; expires=Sat, 21-Apr-2012 17:15:21 GMT; path=/; domain=.witopia.net
Pragma: no-cache
Cache-Control: must-revalidate
Expires: Wed, 27 Apr 2011 20:15:21 GMT
Content-Length: 14099
Last-Modified: Wed, 27 Apr 2011 21:15:21 GMT
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="conte
...[SNIP]...
<div class="hidden">

Software: Kryptronic Hybrid X Core (KHXC)
Copyright: 1999-2011 Kryptronic, Inc.
Author: Nick Hendler, webmaster@kryptronic.com
Exec Time: 0.405561 Seconds
Memory Usage: 3.489929 Megabytes


<a href="http://www.kryptronic.com/Shopping-Cart-Software/" title="Shopping Cart Software - ClickCartPro">
...[SNIP]...

Report generated by XSS.CX at Thu Apr 28 05:05:04 CDT 2011.