SQL Injection, Single Quote, Database Error, CWE-89, CAPEC-66, irecruitment.oracle.com
Report generated by XSS.CX at Mon Oct 17 07:31:17 CDT 2011.
1. SQL injection
2. Cookie without HttpOnly flag set
2.1. https://irecruitment.oracle.com/OA_HTML/IrcVisitor.jsp
2.2. https://irecruitment.oracle.com/OA_HTML/OA.jsp
2.3. https://irecruitment.oracle.com/OA_HTML/RF.jsp
3. SSL cookie without secure flag set
4. Cookie scoped to parent domain
5. Email addresses disclosed
5.1. https://irecruitment.oracle.com/OA_HTML/OA.jsp
5.2. https://irecruitment.oracle.com/OA_HTML/RF.jsp
5.3. https://irecruitment.oracle.com/OA_HTML/s_code.js
6. Cacheable HTTPS response
6.1. https://irecruitment.oracle.com/OA_HTML/OA.jsp
6.2. https://irecruitment.oracle.com/OA_HTML/RF.jsp
6.3. https://irecruitment.oracle.com/OA_HTML/blank.html
7. HTML does not specify charset
1. SQL injection
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/OA.jsp |
Issue detail
The GSI cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the GSI cookie, 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.
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:- One common defence is to double up any single quotation marks appearing within user input before incorporating that input into a SQL query. This defence is designed to prevent malformed data from terminating the string in which it is inserted. However, if the data being incorporated into queries is numeric, then the defence may fail, because numeric data may not be encapsulated within quotes, in which case only a space is required to break out of the data context and interfere with the query. Further, in second-order SQL injection attacks, data that has been safely escaped when initially inserted into the database is subsequently read from the database and then passed back to it again. Quotation marks that have been doubled up initially will return to their original form when the data is reused, allowing the defence to be bypassed.
- Another often cited defence is to use stored procedures for database access. While stored procedures can provide security benefits, they are not guaranteed to prevent SQL injection attacks. The same kinds of vulnerabilities that arise within standard dynamic SQL queries can arise if any SQL is dynamically constructed within stored procedures. Further, even if the procedure is sound, SQL injection can arise if the procedure is invoked in an unsafe manner using user-controllable data.
Request
GET /OA_HTML/OA.jsp?OAFunc=IRC_VIS_ADV_JOB_SEARCH_PAGE&_ti=209088196&oapc=2&oas=c63Ec25IXJtclVMeE1fbdA.. HTTP/1.1 Host: irecruitment.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: https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C'; oracle.uix=0^^GMT-5:00^p; s_cc=true; gpv_p24=https%3A//irecruitment.oracle.com/OA_HTML/RF.jsp%3Ffunction_id%3D1038712%26resp_id%3D23350%26resp_appl_id%3D800%26security_group_id%3D0%26lang_code%3DUS%26params%3D.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM%26oas%3D1jHHdHLuOzEgg93iaFmTOA..; gpw_e24=https%3A//irecruitment.oracle.com/OA_HTML/RF.jsp%3Ffunction_id%3D1038712%26resp_id%3D23350%26resp_appl_id%3D800%26security_group_id%3D0%26lang_code%3DUS%26params%3D.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM%26oas%3D1jHHdHLuOzEgg93iaFmTOA..; s_sq=oraclegsi%3D%2526pid%253Dora%25253A/oracle/apps/irc/candidateSelfService/webui/VisHomePG%2526pidt%253D1%2526oid%253Dfunctiononclick%252528event%252529%25257Bdocument.location%25253D%252527OA.jsp%25253FOAFunc%25253DIRC_VIS_ADV_JOB_SEARCH_PAGE%252526_ti%25253D209088196%252526oa%2526oidt%253D2%2526ot%253DBUTTON
|
Response
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Content-Length: 643 Date: Mon, 17 Oct 2011 12:28:14 GMT Content-Location: https://irecruitment.oracle.com/OA_HTML/OAErrorPage.jsp
<PRE>Oracle error 6502: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: hex to raw conversion error ORA-06512: at &#34;APPS.ICX_CALL&#34;, line 1181 ORA-01722: invalid number ORA-06512: at &#34;APPS.FND_SESSION_ ...[SNIP]...
|
2. Cookie without HttpOnly flag set
previous
next
There are 3 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.
2.1. https://irecruitment.oracle.com/OA_HTML/IrcVisitor.jsp
next
Summary
Severity: |
Low |
Confidence: |
Firm |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/IrcVisitor.jsp |
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:- JSESSIONID=7edb662ed98453aac9dc9b74d3c9b8937d8701988a5259b0428b92ef860b014a.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure
- GSI=i3Mem4huzzTQAdgFWILWhbRGmk; domain=.oracle.com; path=/
- BIGipServergsiap_irecruitment_http=1527616141.5150.0000; path=/
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /OA_HTML/IrcVisitor.jsp HTTP/1.1 Host: irecruitment.oracle.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 302 Moved Temporarily Location: https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=aI-seAnN7gYCF5vKSizOZg.. Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=7edb662ed98453aac9dc9b74d3c9b8937d8701988a5259b0428b92ef860b014a.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Set-Cookie: GSI=i3Mem4huzzTQAdgFWILWhbRGmk; domain=.oracle.com; path=/ Connection: Close Content-Length: 774 Date: Mon, 17 Oct 2011 02:33:27 GMT Set-Cookie: BIGipServergsiap_irecruitment_http=1527616141.5150.0000; path=/
<HTML><HEAD><TITLE>Redirect to https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW ...[SNIP]...
|
2.2. https://irecruitment.oracle.com/OA_HTML/OA.jsp
previous
next
Summary
Severity: |
Low |
Confidence: |
Firm |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/OA.jsp |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /OA_HTML/OA.jsp?OAFunc=IRC_VIS_ADV_JOB_SEARCH_PAGE&_ti=209088196&oapc=2&oas=c63Ec25IXJtclVMeE1fbdA.. HTTP/1.1 Host: irecruitment.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: https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C; oracle.uix=0^^GMT-5:00^p; s_cc=true; gpv_p24=https%3A//irecruitment.oracle.com/OA_HTML/RF.jsp%3Ffunction_id%3D1038712%26resp_id%3D23350%26resp_appl_id%3D800%26security_group_id%3D0%26lang_code%3DUS%26params%3D.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM%26oas%3D1jHHdHLuOzEgg93iaFmTOA..; gpw_e24=https%3A//irecruitment.oracle.com/OA_HTML/RF.jsp%3Ffunction_id%3D1038712%26resp_id%3D23350%26resp_appl_id%3D800%26security_group_id%3D0%26lang_code%3DUS%26params%3D.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM%26oas%3D1jHHdHLuOzEgg93iaFmTOA..; s_sq=oraclegsi%3D%2526pid%253Dora%25253A/oracle/apps/irc/candidateSelfService/webui/VisHomePG%2526pidt%253D1%2526oid%253Dfunctiononclick%252528event%252529%25257Bdocument.location%25253D%252527OA.jsp%25253FOAFunc%25253DIRC_VIS_ADV_JOB_SEARCH_PAGE%252526_ti%25253D209088196%252526oa%2526oidt%253D2%2526ot%253DBUTTON
|
Response
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Content-Length: 23021 Date: Mon, 17 Oct 2011 12:23:23 GMT Content-Location: https://irecruitment.oracle.com/OA_HTML/OA.jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>Available Jobs</title><meta name="generator" content="Oracl ...[SNIP]...
|
2.3. https://irecruitment.oracle.com/OA_HTML/RF.jsp
previous
next
Summary
Severity: |
Low |
Confidence: |
Firm |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/RF.jsp |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. HTTP/1.1 Host: irecruitment.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://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; gpv_p24=no%20value; gpw_e24=no%20value; s_cc=true; s_sq=%5B%5BB%5D%5D; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C
|
Response
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Content-Length: 46433 Set-Cookie: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Date: Mon, 17 Oct 2011 12:22:56 GMT Content-Location: https://irecruitment.oracle.com/OA_HTML/OA.jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>iRecruitment Visitor Home Page</title><meta name="generator ...[SNIP]...
|
3. SSL cookie without secure flag set
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/IrcVisitor.jsp |
Issue detail
The following cookies were issued by the application and do not have the secure flag set:- GSI=i3Mem4huzzTQAdgFWILWhbRGmk; domain=.oracle.com; path=/
- BIGipServergsiap_irecruitment_http=1527616141.5150.0000; path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
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.
Request
GET /OA_HTML/IrcVisitor.jsp HTTP/1.1 Host: irecruitment.oracle.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 302 Moved Temporarily Location: https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=aI-seAnN7gYCF5vKSizOZg.. Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=7edb662ed98453aac9dc9b74d3c9b8937d8701988a5259b0428b92ef860b014a.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Set-Cookie: GSI=i3Mem4huzzTQAdgFWILWhbRGmk; domain=.oracle.com; path=/ Connection: Close Content-Length: 774 Date: Mon, 17 Oct 2011 02:33:27 GMT Set-Cookie: BIGipServergsiap_irecruitment_http=1527616141.5150.0000; path=/
<HTML><HEAD><TITLE>Redirect to https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW ...[SNIP]...
|
4. Cookie scoped to parent domain
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/IrcVisitor.jsp |
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:- GSI=i3Mem4huzzTQAdgFWILWhbRGmk; domain=.oracle.com; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Issue background
A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.
Issue remediation
By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.
Request
GET /OA_HTML/IrcVisitor.jsp HTTP/1.1 Host: irecruitment.oracle.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 302 Moved Temporarily Location: https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=aI-seAnN7gYCF5vKSizOZg.. Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=7edb662ed98453aac9dc9b74d3c9b8937d8701988a5259b0428b92ef860b014a.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Set-Cookie: GSI=i3Mem4huzzTQAdgFWILWhbRGmk; domain=.oracle.com; path=/ Connection: Close Content-Length: 774 Date: Mon, 17 Oct 2011 02:33:27 GMT Set-Cookie: BIGipServergsiap_irecruitment_http=1527616141.5150.0000; path=/
<HTML><HEAD><TITLE>Redirect to https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW ...[SNIP]...
|
5. Email addresses disclosed
previous
next
There are 3 instances of this issue:
Issue background
The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.
However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.
Issue remediation
You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).
5.1. https://irecruitment.oracle.com/OA_HTML/OA.jsp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/OA.jsp |
Issue detail
The following email address was disclosed in the response:- irecruitsupport_us@oracle.com
Request
GET /OA_HTML/OA.jsp?page=/oracle/apps/irc/candidateSelfService/webui/VisHomePG&_ri=821&OAPB=IRC_BRAND&_ti=209088196&oapc=2&OAMC=1053761_30_0&menu=Y&oaMenuLevel=1&oas=U0LRYcVUwxg759o0SbpSdQ.. HTTP/1.1 Host: irecruitment.oracle.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 200 OK Content-Length: 46670 Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Connection: Close Date: Mon, 17 Oct 2011 12:25:25 GMT
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>iRecruitment Visitor Home Page</title><meta name="generator ...[SNIP]... <a id="MIS_IRC_EXT_REG_USEFULLINK_CONTACT" name="MIS_IRC_EXT_REG_USEFULLINK_CONTACT" title="Contact Us *" href="mailto:irecruitsupport_us@oracle.com?subject=iRecruitment%20User"> ...[SNIP]...
|
5.2. https://irecruitment.oracle.com/OA_HTML/RF.jsp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/RF.jsp |
Issue detail
The following email address was disclosed in the response:- irecruitsupport_us@oracle.com
Request
GET /OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. HTTP/1.1 Host: irecruitment.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://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; gpv_p24=no%20value; gpw_e24=no%20value; s_cc=true; s_sq=%5B%5BB%5D%5D; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C
|
Response
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Content-Length: 46433 Set-Cookie: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Date: Mon, 17 Oct 2011 12:22:56 GMT Content-Location: https://irecruitment.oracle.com/OA_HTML/OA.jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>iRecruitment Visitor Home Page</title><meta name="generator ...[SNIP]... <a id="MIS_IRC_EXT_REG_USEFULLINK_CONTACT" name="MIS_IRC_EXT_REG_USEFULLINK_CONTACT" title="Contact Us *" href="mailto:irecruitsupport_us@oracle.com?subject=iRecruitment%20User"> ...[SNIP]...
|
5.3. https://irecruitment.oracle.com/OA_HTML/s_code.js
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/s_code.js |
Issue detail
The following email address was disclosed in the response:
Request
GET /OA_HTML/s_code.js HTTP/1.1 Host: irecruitment.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://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; gpv_p24=no%20value; gpw_e24=no%20value; s_cc=true; s_sq=%5B%5BB%5D%5D; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C
|
Response
HTTP/1.1 200 OK Expires: Mon, 17 Oct 2011 04:20:35 GMT Content-Type: application/x-javascript Last-Modified: Fri, 12 Feb 2010 18:36:28 GMT Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Content-Length: 28565 Date: Sun, 16 Oct 2011 04:20:35 GMT Accept-Ranges: bytes
/* SiteCatalyst code version: H.19.4. Copyright 1997-2009 Omniture, Inc. More info available at http://www.omniture.com */ /************************ ADDITIONAL FEATURES ************************ ...[SNIP]... ;@w=s.vs(sed)`5trk`F@w)#4=s.mr($1,(vt#Rt`avt)`n+" +"s.hav()+q+(qs?qs:s.rq(^4)),0,id,ta);qs`i;`Xm('t')`5s.p_r)s.p_r(`U`b`i}^G(qs);^b`t(@v;`p@v`M^2,`H$I1',vb`G''`5#F)`I^z$z=`I^zeo=`I^z`W`q=`I^z`W^c`i`5!id@Ss.tc@1tc=1;s.flush`T()}`2#4`9tl`0o,t,n,vo`1;@" +"X=$7o`U`W^c=t;s.`W`q=n;s.t(@v}`5pg){`I^zco`0o){`L^t\"_\",1,#U`2$7o)`9wd^zgs`0u$S`L^t#71,#U`2s.t()`9wd^zdc`0u$S`L^t#7#U`2s.t()}}@A=(`I`P`g`8`4$5s@p0`Ud=^9;s ...[SNIP]...
|
6. Cacheable HTTPS response
previous
next
There are 3 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:- Cache-control: no-store
- Pragma: no-cache
6.1. https://irecruitment.oracle.com/OA_HTML/OA.jsp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/OA.jsp |
Request
GET /OA_HTML/OA.jsp?OAFunc=IRC_VIS_ADV_JOB_SEARCH_PAGE&_ti=209088196&oapc=2&oas=c63Ec25IXJtclVMeE1fbdA.. HTTP/1.1 Host: irecruitment.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: https://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C; oracle.uix=0^^GMT-5:00^p; s_cc=true; gpv_p24=https%3A//irecruitment.oracle.com/OA_HTML/RF.jsp%3Ffunction_id%3D1038712%26resp_id%3D23350%26resp_appl_id%3D800%26security_group_id%3D0%26lang_code%3DUS%26params%3D.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM%26oas%3D1jHHdHLuOzEgg93iaFmTOA..; gpw_e24=https%3A//irecruitment.oracle.com/OA_HTML/RF.jsp%3Ffunction_id%3D1038712%26resp_id%3D23350%26resp_appl_id%3D800%26security_group_id%3D0%26lang_code%3DUS%26params%3D.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM%26oas%3D1jHHdHLuOzEgg93iaFmTOA..; s_sq=oraclegsi%3D%2526pid%253Dora%25253A/oracle/apps/irc/candidateSelfService/webui/VisHomePG%2526pidt%253D1%2526oid%253Dfunctiononclick%252528event%252529%25257Bdocument.location%25253D%252527OA.jsp%25253FOAFunc%25253DIRC_VIS_ADV_JOB_SEARCH_PAGE%252526_ti%25253D209088196%252526oa%2526oidt%253D2%2526ot%253DBUTTON
|
Response
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Content-Length: 23021 Date: Mon, 17 Oct 2011 12:23:23 GMT Content-Location: https://irecruitment.oracle.com/OA_HTML/OA.jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>Available Jobs</title><meta name="generator" content="Oracl ...[SNIP]...
|
6.2. https://irecruitment.oracle.com/OA_HTML/RF.jsp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/RF.jsp |
Request
GET /OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. HTTP/1.1 Host: irecruitment.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://irecruitment.oracle.com/OA_HTML/RF.jsp?function_id=1038712&resp_id=23350&resp_appl_id=800&security_group_id=0&lang_code=US¶ms=.1VlTZi5hyKHcE3E6mrZaB91phg4LLW-2ZXXJFOuaJdg-6ALqWl2AqDOwJZdQVEM&oas=1jHHdHLuOzEgg93iaFmTOA.. 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; gpv_p24=no%20value; gpw_e24=no%20value; s_cc=true; s_sq=%5B%5BB%5D%5D; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C
|
Response
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Content-Length: 46433 Set-Cookie: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; path=/OA_HTML; secure Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Date: Mon, 17 Oct 2011 12:22:56 GMT Content-Location: https://irecruitment.oracle.com/OA_HTML/OA.jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>iRecruitment Visitor Home Page</title><meta name="generator ...[SNIP]...
|
6.3. https://irecruitment.oracle.com/OA_HTML/blank.html
previous
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/blank.html |
Request
GET /OA_HTML/blank.html HTTP/1.1 Host: irecruitment.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://irecruitment.oracle.com/OA_HTML/blank.html 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C; oracle.uix=0^^GMT-5:00^p; s_cc=true; gpv_p24=no%20value; gpw_e24=no%20value; s_sq=%5B%5BB%5D%5D
|
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 04:20:47 GMT Content-Type: text/html Last-Modified: Wed, 03 Jan 2007 17:51:53 GMT Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Content-Length: 102 Date: Sun, 16 Oct 2011 04:20:47 GMT Accept-Ranges: bytes
<!-- $Header: blank.html 120.0 2005/05/07 06:43:35 appldev noship $ --> <html> <body> </body> </html>
|
7. HTML does not specify charset
previous
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
https://irecruitment.oracle.com |
Path: |
/OA_HTML/blank.html |
Issue description
If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.
In most cases, the absence of a charset directive does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.
Issue remediation
For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.
Request
GET /OA_HTML/blank.html HTTP/1.1 Host: irecruitment.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://irecruitment.oracle.com/OA_HTML/blank.html 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: JSESSIONID=4b6c18f94d59bd512084b9e22617766b4768ed0eaa374f5913aa8ef8b3406d22.e3ePbhaKb3qRe3yMb3aMax0Mb40; s_wgw_lv=1315343380912; s_nr6=1315343380933-New; s_nr=1318816660522; p_cur_URL=http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233; p_org_id=1001; p_lang=US; ORA_MOS_LOCALE=en; s_pers=%20gpv_p24%3Dno%2520value%7C1318855651396%3B%20gpw_e24%3Dno%2520value%7C1318855651398%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3Doraclecom%253D%252526pid%25253Docom%2525253Aen-us%2525253A%2525252Fproducts%2525252Fapplications%2525252Febusiness%2525252F%252526pidt%25253D1%252526oid%25253Dfunctiononclick%252528event%252529%2525257Bjavascript%2525253Aif%252528%252521isUserInput%252529%2525257Bdocument.searchForm.q.value%2525253D%252527%252527%2525253B%2525257D%2525257D%252526oidt%25253D2%252526ot%25253DTEXT%3B; BIGipServergsiap_irecruitment_http=1527616141.5150.0000; GSI=X4SB2mPbVFu8Tai4MLrUwDwr9C; oracle.uix=0^^GMT-5:00^p; s_cc=true; gpv_p24=no%20value; gpw_e24=no%20value; s_sq=%5B%5BB%5D%5D
|
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 04:20:47 GMT Content-Type: text/html Last-Modified: Wed, 03 Jan 2007 17:51:53 GMT Connection: Keep-Alive Keep-Alive: timeout=60, max=999 Content-Length: 102 Date: Sun, 16 Oct 2011 04:20:47 GMT Accept-Ranges: bytes
<!-- $Header: blank.html 120.0 2005/05/07 06:43:35 appldev noship $ --> <html> <body> </body> </html>
|
Report generated by XSS.CX at Mon Oct 17 07:31:17 CDT 2011.