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

Hoyt LLC Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

Report generated by XSS.CX at Fri Aug 12 09:32:20 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)

1.1. https://www.paypal-portal.com/paypal-labs [s parameter]

1.2. https://www.paypal-portal.com/paypal-labs/ [s parameter]

2. Cross-domain Referer leakage

2.1. https://www.paypal-portal.com/paypal-labs/

2.2. https://www.paypal-portal.com/paypal-labs/

3. Cross-domain script include

4. Cookie without HttpOnly flag set

5. File upload functionality

6. Cacheable HTTPS response

6.1. https://www.paypal-portal.com/developer/x_applications/

6.2. https://www.paypal-portal.com/paypal-labs/

7. SSL certificate



1. Cross-site scripting (reflected)  next
There are 2 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. https://www.paypal-portal.com/paypal-labs [s parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /paypal-labs

Issue detail

The value of the s request parameter is copied into the HTML document as plain text between tags. The payload 53260<script>alert(1)</script>fbe683dfbb5 was submitted in the s 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Request

GET /paypal-labs?s=xss53260<script>alert(1)</script>fbe683dfbb5 HTTP/1.1
Host: www.paypal-portal.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.paypal-portal.com/paypal-labs/?page_id=8

Response (redirected)

HTTP/1.1 200 OK
Date: Fri, 12 Aug 2011 14:09:18 GMT
Server: Apache
X-Pingback: https://www.paypal-portal.com/paypal-labs/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Last-Modified: Fri, 12 Aug 2011 14:09:20 GMT
Vary: Accept-Encoding,Cookie
Content-Length: 7050
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.or
...[SNIP]...
<em>xss53260<script>alert(1)</script>fbe683dfbb5</em>
...[SNIP]...

1.2. https://www.paypal-portal.com/paypal-labs/ [s parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /paypal-labs/

Issue detail

The value of the s request parameter is copied into the HTML document as plain text between tags. The payload 33dc9<script>alert(1)</script>1cec5ee154e was submitted in the s 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 /paypal-labs/?s=xss33dc9<script>alert(1)</script>1cec5ee154e HTTP/1.1
Host: www.paypal-portal.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.paypal-portal.com/paypal-labs/?page_id=8

Response

HTTP/1.1 200 OK
Date: Fri, 12 Aug 2011 14:09:26 GMT
Server: Apache
X-Pingback: https://www.paypal-portal.com/paypal-labs/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Last-Modified: Fri, 12 Aug 2011 14:09:28 GMT
Vary: Accept-Encoding,Cookie
Content-Length: 7050
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.or
...[SNIP]...
<em>xss33dc9<script>alert(1)</script>1cec5ee154e</em>
...[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. https://www.paypal-portal.com/paypal-labs/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /paypal-labs/

Issue detail

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

Request

GET /paypal-labs/?p=156 HTTP/1.1
Host: www.paypal-portal.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.paypal-portal.com/paypal-labs/

Response

HTTP/1.1 200 OK
Date: Fri, 12 Aug 2011 14:07:31 GMT
Server: Apache
X-Pingback: https://www.paypal-portal.com/paypal-labs/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Last-Modified: Fri, 12 Aug 2011 14:07:32 GMT
Vary: Accept-Encoding,Cookie
Content-Length: 9653
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.or
...[SNIP]...
<div class="navLink">
                       <a href="https://www.paypal-labs.com">Labs HOME</a>
...[SNIP]...
</span>
                       <a href="https://www.paypal.com">PayPal HOME</a>
...[SNIP]...
</span>
                       <a href="https://www.x.com">Developer HOME</a>
...[SNIP]...
</a>, and you can learn more about the <a href="https://www.x.com/community/ppx/xspaces/mobile">PayPal mobile checkout here</a>
...[SNIP]...
<li class="page_item"><a href="https://www.paypal.com/us/cgi-bin/helpscr?cmd=p/gen/ua/policy_privacy-outside">Privacy</a>
...[SNIP]...
<li class="page_item"><a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=p/gen/jobs-outside">Jobs</a>
...[SNIP]...
<li class="page_item"><a href="https://www.paypal.com/us/cgi-bin/helpscr?cmd=p/gen/ua/ua-outside">Legal Agreements</a>
...[SNIP]...
<!-- End .wrapper -->
<script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
...[SNIP]...

2.2. https://www.paypal-portal.com/paypal-labs/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /paypal-labs/

Issue detail

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

Request

GET /paypal-labs/?p=68 HTTP/1.1
Host: www.paypal-portal.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.paypal-portal.com/paypal-labs/?page_id=8

Response

HTTP/1.1 200 OK
Date: Fri, 12 Aug 2011 14:09:07 GMT
Server: Apache
X-Pingback: https://www.paypal-portal.com/paypal-labs/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Last-Modified: Fri, 12 Aug 2011 14:09:08 GMT
Vary: Accept-Encoding,Cookie
Content-Length: 8036
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.or
...[SNIP]...
<div class="navLink">
                       <a href="https://www.paypal-labs.com">Labs HOME</a>
...[SNIP]...
</span>
                       <a href="https://www.paypal.com">PayPal HOME</a>
...[SNIP]...
</span>
                       <a href="https://www.x.com">Developer HOME</a>
...[SNIP]...
<li><a style="text-decoration:underline;" href="https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content&#038;content_ID=merchant/donations">Check out PayPal&#8217;s solutions for non-profit organizations</a>
...[SNIP]...
<li>Use the <a style="text-decoration:underline;" href="https://giving.paypallabs.com/">Paypal Labs widget</a>
...[SNIP]...
<li>Use <a style="text-decoration:underline;" href="https://www.myspace.com/paypal">the giving badge for MySpace</a>
...[SNIP]...
<li><a style="text-decoration:underline;" href="https://www.paypal.com/webnow">Use WebNow</a>
...[SNIP]...
<li class="page_item"><a href="https://www.paypal.com/us/cgi-bin/helpscr?cmd=p/gen/ua/policy_privacy-outside">Privacy</a>
...[SNIP]...
<li class="page_item"><a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=p/gen/jobs-outside">Jobs</a>
...[SNIP]...
<li class="page_item"><a href="https://www.paypal.com/us/cgi-bin/helpscr?cmd=p/gen/ua/ua-outside">Legal Agreements</a>
...[SNIP]...
<!-- End .wrapper -->
<script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
...[SNIP]...

3. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /paypal-labs/

Issue detail

The response dynamically includes the following script from another domain:

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.

Request

GET /paypal-labs/ HTTP/1.1
Host: www.paypal-portal.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.paypal-labs.com/paypal-labs/

Response

HTTP/1.1 200 OK
Date: Fri, 12 Aug 2011 14:07:16 GMT
Server: Apache
X-Pingback: https://www.paypal-portal.com/paypal-labs/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Last-Modified: Fri, 12 Aug 2011 14:07:18 GMT
Vary: Accept-Encoding,Cookie
Content-Length: 15398
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.or
...[SNIP]...
<!-- End .wrapper -->
<script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /developer/x_applications/

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.

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 /developer/x_applications/ HTTP/1.1
Host: www.paypal-portal.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Date: Fri, 12 Aug 2011 13:46:47 GMT
Server: Apache
Set-Cookie: CAKEPHP=gd0n6dcr7m213f0e1gasdhrdh2; expires=Sat, 20-Aug-2011 21:46:47 GMT; path=/x_applications; secure
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Content-Length: 3478
Connection: close
Content-Type: text/html

<html>
<head>
<title>Applications</title>
<link rel="stylesheet" type="text/css" href="/appshowcase/css/form.css" />
<meta http-equiv="Content-Type" content="text/html; cha
...[SNIP]...

5. File upload functionality  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /developer/x_applications/

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Issue background

File upload functionality is commonly associated with a number of vulnerabilities, including:You should review the file upload functionality to understand its purpose, and establish whether uploaded content is ever returned to other application users, either through their normal usage of the application or by being fed a specific link by an attacker.

Some factors to consider when evaluating the security impact of this functionality include:

Issue remediation

File upload functionality is not straightforward to implement securely. Some recommendations to consider in the design of this functionality include:

Request

GET /developer/x_applications/ HTTP/1.1
Host: www.paypal-portal.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Date: Fri, 12 Aug 2011 13:46:47 GMT
Server: Apache
Set-Cookie: CAKEPHP=gd0n6dcr7m213f0e1gasdhrdh2; expires=Sat, 20-Aug-2011 21:46:47 GMT; path=/x_applications; secure
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Content-Length: 3478
Connection: close
Content-Type: text/html

<html>
<head>
<title>Applications</title>
<link rel="stylesheet" type="text/css" href="/appshowcase/css/form.css" />
<meta http-equiv="Content-Type" content="text/html; cha
...[SNIP]...
</div>
<input type="file" name="data[Application][logo_file]" id="ApplicationLogoFile" />
<div class="textLabel">
...[SNIP]...

6. Cacheable HTTPS response  previous  next
There are 2 instances of this issue:

Issue description

Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.

Issue remediation

The application should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:


6.1. https://www.paypal-portal.com/developer/x_applications/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /developer/x_applications/

Request

GET /developer/x_applications/ HTTP/1.1
Host: www.paypal-portal.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Date: Fri, 12 Aug 2011 13:46:47 GMT
Server: Apache
Set-Cookie: CAKEPHP=gd0n6dcr7m213f0e1gasdhrdh2; expires=Sat, 20-Aug-2011 21:46:47 GMT; path=/x_applications; secure
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Content-Length: 3478
Connection: close
Content-Type: text/html

<html>
<head>
<title>Applications</title>
<link rel="stylesheet" type="text/css" href="/appshowcase/css/form.css" />
<meta http-equiv="Content-Type" content="text/html; cha
...[SNIP]...

6.2. https://www.paypal-portal.com/paypal-labs/  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /paypal-labs/

Request

GET /paypal-labs/ HTTP/1.1
Host: www.paypal-portal.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.paypal-labs.com/paypal-labs/

Response

HTTP/1.1 200 OK
Date: Fri, 12 Aug 2011 14:07:16 GMT
Server: Apache
X-Pingback: https://www.paypal-portal.com/paypal-labs/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Last-Modified: Fri, 12 Aug 2011 14:07:18 GMT
Vary: Accept-Encoding,Cookie
Content-Length: 15398
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.or
...[SNIP]...

7. SSL certificate  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.paypal-portal.com
Path:   /

Issue detail

The server presented a valid, trusted SSL certificate. This issue is purely informational.

The server presented the following certificates:

Server certificate

Issued to:  www.paypal-portal.com
Issued by:  VeriSign Class 3 Extended Validation SSL CA
Valid from:  Sun Aug 30 18:00:00 GMT-06:00 2009
Valid to:  Sun Sep 18 17:59:59 GMT-06:00 2011

Certificate chain #1

Issued to:  VeriSign Class 3 Extended Validation SSL CA
Issued by:  VeriSign Class 3 Public Primary Certification Authority - G5
Valid from:  Tue Nov 07 18:00:00 GMT-06:00 2006
Valid to:  Mon Nov 07 17:59:59 GMT-06:00 2016

Certificate chain #2

Issued to:  VeriSign Class 3 Public Primary Certification Authority - G5
Issued by:  Class 3 Public Primary Certification Authority
Valid from:  Tue Nov 07 18:00:00 GMT-06:00 2006
Valid to:  Sun Nov 07 17:59:59 GMT-06:00 2021

Certificate chain #3

Issued to:  Class 3 Public Primary Certification Authority
Issued by:  Class 3 Public Primary Certification Authority
Valid from:  Sun Jan 28 18:00:00 GMT-06:00 1996
Valid to:  Wed Aug 02 17:59:59 GMT-06:00 2028

Issue background

SSL helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate which is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.

It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used.

Report generated by XSS.CX at Fri Aug 12 09:32:20 GMT-06:00 2011.