Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

Security Hole Lets Lycos Run Arbitrary JavaScript

Posted by CmdrTaco on Mon Jul 30, 2001 01:23 PM
from the malicious-and-tricky dept.
JibbaJabba writes "Securiteam is reporting that a "security vulnerability has been confirmed in Lycos's Search Engine" which "allows malicious web site owners to cause JavaScript code (or any other HTML code) to get included in the search results displayed to the end user by Lycos". They also state that "other engines are suspected to be vulnerable as well". Anyone tried google yet? The original bugtraq report by Sentry Labs is available here." Proof once again that the jerks have more spare time then the people who actually do something worthwhile.
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Re:What Kinds of Malicious Code? by Anonymous Coward (Score:1) Monday July 30 2001, @09:33AM
  • Comment out results? by Anonymous Coward (Score:1) Monday July 30 2001, @09:45AM
  • Re:yes, Rob. by Anonymous Coward (Score:1) Monday July 30 2001, @09:46AM
  • Re:What Kinds of Malicious Code? by Anonymous Coward (Score:1) Monday July 30 2001, @10:04AM
  • by Anonymous Coward on Monday July 30 2001, @09:49AM (#2182469)
    I don't think I'm buying into this "they are only showing you how bad your stupid code is." reasoning anymore. ALL code is flawed, so taking advantage of it is like pushing down someone you meet on the sidewalk and saying "I am only showing you how poor your center of gravity and sense of balance are!" No, that is not a reasonable line of thinking. If you want to make something better, show the makers what's wrong, and post publicly if it is not taken care of. all of the rest of this is some kind of ego-run-amuck b.s. about trying to _be_ "Neo" hacking "the man". and it is _very_ juvinile. I spend FAR too much of my time trying to make sure that my servers are pactched and my virus files are up to date and my users are not sending out company data to outside sources that don't need to know. It takes away from a sys. adim's time that _should_ be spent watching company information flow and user environments to look for ways to help it improve the company. NOT making sure that the 13 year old kid that just got out of school isn't making sure I know that IIS has a buffer overflow problem that gives him all of my customer's credit cards. Not ALL information was meant to be free. If you disagree please feel free to apply for wireless service from verizon or AT&T and learn all about how "helpfull" these "security advisors" really are.
  • Re:yes, Rob. by Wakko Warner (Score:2) Monday July 30 2001, @11:27AM
  • yes, Rob. (Score:3)

    by Wakko Warner (324) on Monday July 30 2001, @09:36AM (#2182471) Homepage Journal
    We should outlaw being a jerk.

    Then I would feel much less nervous, as a sysadmin.

    - A.P.

    --

  • Re:This adds nothing to the original post by Tim Macinta (Score:2) Monday July 30 2001, @04:43PM
  • by Tim Macinta (1052) <twm@alum.mit.edu> on Monday July 30 2001, @10:05AM (#2182473) Homepage
    JavaScript is a relatively harmless language. While it could do something dramatic redirect the user to a porn site or display something obnoxious on the screen, I doubt that it would do anything like delete user's harddrives or give h@x0rs access to user's computers.

    Redirection could be used for more than just annoying purposes. The thought can comes to my mind right away is that it could be used for deceptive purposes:

    • Users could be automatically whisked away to one of the results without seeing any of the other results in the list. So as long as you can get your page in the top ten results for a particular keyword, you can force the user to choose your page.
    • Users are (understandably) expecting a Lycos page, so if the Javascript were to redirect the user to a page that masqueraded as a search-results page the user would be likely to assume that the page was legitimate and not biased. As an example, the "Church" of Scientology could use this bug to redirect users to an apparent Lycos results page for a search on "scientology" and they could change all of the results to be pro-scientology. Worse yet, they could change the links to anti-scientology sites to copies of the original sites which have been changed to something along the lines of "We've changed our minds. We were wrong. Scientology is not evil. All hail L Ron."
    • For users of other Lycos services, such as Lycos mail, the user could be redirected to an imposter Lycos page which would ask for a username and password. Users would be much less likely to be suspicious because they were expecting a Lycos page.
  • Re:What Kinds of Malicious Code? by pod (Score:1) Monday July 30 2001, @10:28AM
  • Re:So? by SJS (Score:1) Monday July 30 2001, @02:50PM
  • Re:This is an incredibly common problem by Plutor (Score:1) Monday July 30 2001, @11:49AM
  • Re:Jerks, 80K? by Plutor (Score:1) Monday July 30 2001, @11:54AM
  • by Plutor (2994) on Monday July 30 2001, @11:44AM (#2182478) Homepage
    Great job, you really addressed 90% of the issues with stupid CGI programmers. I have dealt with the same problem in CGI that I've "inherited", and it's a pain in the ass to see such a simple exploit go unpatched.

    Unfortunately, the Lycos bug is exactly the opposite. Instead of them taking s, and failing to turn them into < and >, the problem is that Lycos is finding web pages with < and >, and turning them into , thus changing non-HTML into HTML. A much less common problem, and also one it seems like they have TRIED to create. Why parse the HTML symbol codes into the symbols they represent? It's a strange bug, and its obscurity is why it's taken so long to come to light.

    One thing to note, though, is that this bug probably would have been found months, if not years, ago if Lycos was OSS.
  • Re:Two things... by valmont (Score:1) Monday July 30 2001, @02:04PM
  • Re:Javascript once again by valmont (Score:1) Wednesday August 01 2001, @09:18AM
  • Re:Why don't they make JS secure by valmont (Score:2) Monday July 30 2001, @10:20AM
  • by valmont (3573) on Monday July 30 2001, @10:16AM (#2182482) Homepage Journal
    Some prominent web-based email sites like hotmail had a similar security-hole in their "dictionary" feature, which would allow a malicious user to paste an apparently harmless link in an email, because the link would be within the hotmail domain.

    Once the user would click on that link, it would take them to the spell-checker interface of hotmail, but the 'word' passed to that CGI is actually HTMLcode that gets "echo'ed" as part of the "result page", just like any dictionary interface would do. That HTML code could be a SCRIPT tag downloading a .js javascript file from the perpetrator's server (to keep it clean) which could very well sniff a user's document.cookie and change the location of some hidden image on the page or pop a window by making an HTTP request to some evil CGI and passing the value of that document.cookie string as a parameter and store it in some text file.

    The victim's cookie string most likely contains information that tells the server "hey i'm authenticated" so all it takes is for the evil person to reproduce that cookie.

    As I browse the web, I find such vulnerabilities on member-driven sites all the time, some times I warn the webmaster, some times I don't bother, but it can potentially be pretty nasty. I even got a t-shirt from some mildly popular online community fedexed to me once after I rode their asses likes a madman so they'd finally plug a really *really* bad similar hole.

    I found one in some remote feature of yahoo a few weeks ago, but its very small and I doubt anyone else would find it.

    The rule of thumb to always follow as you design your web application, is "what is that HTML i'm sending to the user made of?". "is there any content in there that is taken from any kind of user input?". "if yes, am I filtering out all angled brackets?". "if i am allowing for user-input HTML content, am i filtering all unnecessary tags and among the tags i'm allowing am i filtering all unnecessary attributes (onload,onmouseover,onclick)?"

  • Re:Moderation by unitron (Score:2) Tuesday July 31 2001, @04:21AM
  • Re:So? (Score:4)

    by ewhac (5844) on Monday July 30 2001, @09:58AM (#2182484) Homepage Journal

    Anyone who enables javascript is asking for trouble.

    That's a bit disingenuous. JavasCrypt is enabled by default in all graphical browsers. 90% of people out there don't even know what it is, much less how to turn it off (turning it off in Netscape is fairly easy, but turning it off in IE is extremely non-obvious, even if you know you're looking to kill JavaScript).

    Schwab

  • Re:yes, Rob. by garcia (Score:2) Monday July 30 2001, @09:50AM
  • Re:This adds nothing to the original post by ragnarok (Score:1) Monday July 30 2001, @08:16PM
  • Logical paradox. by Lemmy Caution (Score:2) Monday July 30 2001, @04:35PM
  • Re:What Kinds of Malicious Code? by k8to (Score:1) Monday July 30 2001, @01:11PM
  • by Dr.Dubious DDQ (11968) on Monday July 30 2001, @01:18PM (#2182489) Homepage
    you can't just disable javascript's ability to open new windows whilst leaving the rest of its abilities intact. grrrr.

    That's it. End of story. If browsers let you do that, we'd all be happy.

    What? I can't? Shoot, I'd better turn that off then! :-)

    Konqueror has exactly this option - you can tell it to disallow opening new windows completely, to have it ask, or to allow javascript window.open() always. Handy little feature...


    ---
  • Two Better Words: by ethereal (Score:1) Monday July 30 2001, @11:11AM
  • Two words.... by gatkinso (Score:2) Monday July 30 2001, @10:17AM
  • Re:Why don't they make JS secure by cygnus (Score:2) Monday July 30 2001, @10:13AM
  • Re:What Kinds of Malicious Code? by cygnus (Score:2) Monday July 30 2001, @10:15AM
  • by Midnight Thunder (17205) on Monday July 30 2001, @09:37AM (#2182494) Homepage Journal
    This once again proof that running JavaScript on the client end is bad. I am one of those people who turn JavaScript off the most part, though there are one or two web-sites that I have to turn it on if I want to get beyond the first page. I would love it if Mozilla provided an option for only having JavaScript activated for certain sites.

    I am a believer in the thin-client approach to web-pages and that is if you can't do it on the server and you can't use HTML for your web page then you are probably doing something wrong. This is my opinion and you don't have to share in it.

  • Jerks? (Score:3)

    by rw2 (17419) on Monday July 30 2001, @09:28AM (#2182495) Homepage
    Finding security holes is exactly why open source security works better than security through osbcurity for crying out loud! You should be thanking those guys instead of using your site as a soap box to bully them into thinking like a Taco.

    And re-read Steven Levy's book Hackers while you're at it.

    --
    Poliglut [poliglut.com]

  • *sniff* I miss NS 3 by Pope (Score:1) Monday July 30 2001, @12:46PM
  • Taco can't spell? by sundae (Score:1) Monday July 30 2001, @05:06PM
  • Re:So? by spectecjr (Score:1) Monday July 30 2001, @11:48AM
  • Re:What Kinds of Malicious Code? by penguinboy (Score:1) Monday July 30 2001, @01:07PM
  • Re:So? by macpeep (Score:2) Monday July 30 2001, @11:33AM
  • Re:Jerks? by thrig (Score:1) Monday July 30 2001, @01:43PM
  • Re:Jerks? by thrig (Score:1) Tuesday July 31 2001, @07:32AM
  • by Lifewolf (41986) on Monday July 30 2001, @10:49AM (#2182503)
    Everything on XP runs as Administrator.
    What FUD is this?

    Not all the facts were stated by the person to which you replied. Windows XP Home Edition does not feature different access levels. All users are Administrators. Windows XP Professional retains different access levels.

    See: http://www.microsoft.com/windowsxp/guide/compariso n.asp [microsoft.com]

  • Re:javascript gripe by droleary (Score:1) Monday July 30 2001, @03:31PM
  • javascript fun by British (Score:1) Monday July 30 2001, @09:52AM
  • Wow... simplest use would be popups on search by signe (Score:1) Monday July 30 2001, @09:41AM
  • Re:Javascript once again by Michael Marxmeier (Score:1) Monday July 30 2001, @03:20PM
  • Re:I want a button! by jesser (Score:1) Monday July 30 2001, @05:00PM
  • Re:Why don't they make JS secure by jesser (Score:1) Monday July 30 2001, @05:11PM
  • Re:This is an incredibly common problem by jesser (Score:2) Monday July 30 2001, @05:03PM
  • Re:Lycos URL to hang IE5 by jesser (Score:2) Monday July 30 2001, @05:06PM
  • How hard is it? by Moonshadow (Score:2) Monday July 30 2001, @11:27AM
  • Re:How hard is it? by Moonshadow (Score:2) Tuesday July 31 2001, @09:31AM
  • Re:This is an incredibly common problem by kimihia (Score:1) Monday July 30 2001, @01:20PM
  • Re:This is an incredibly common problem by kimihia (Score:2) Monday July 30 2001, @01:15PM
  • Re:Moderation by awaterl (Score:1) Monday July 30 2001, @12:05PM
  • Re:I'm just shocked Taco posted a cross-platform h by Mononoke (Score:1) Monday July 30 2001, @11:05AM
  • Re:yes, Rob. by 4of12 (Score:2) Monday July 30 2001, @10:42AM
  • Stoll's a jackass by crucini (Score:2) Monday July 30 2001, @10:16PM
  • Re:What Kinds of Malicious Code? by radish (Score:1) Monday July 30 2001, @11:56PM
  • I was doing this back in 95! by sideshow (Score:1) Monday July 30 2001, @05:42PM
  • Non-Existent Slashdot Article? by zpengo (Score:2) Monday July 30 2001, @10:13AM
  • by zpengo (99887) on Monday July 30 2001, @09:28AM (#2182523) Homepage
    JavaScript is a relatively harmless language. While it could do something dramatic redirect the user to a porn site or display something obnoxious on the screen, I doubt that it would do anything like delete user's harddrives or give h@x0rs access to user's computers.

    This isn't a serious security breech, just an annoying oversight by Lycos programmers which will probably be patched up in the next fifteen seconds.

  • Re:What Kinds of Malicious Code? by ahaning (Score:1) Monday July 30 2001, @10:08AM
  • Re:What Kinds of Malicious Code? by ahaning (Score:1) Monday July 30 2001, @12:05PM
  • Re:What Kinds of Malicious Code? by ahaning (Score:1) Monday July 30 2001, @12:11PM
  • Re:What Kinds of Malicious Code? by slamb (Score:2) Monday July 30 2001, @10:18AM
  • This kind of malicious code! by ThatComputerGuy (Score:1) Monday July 30 2001, @01:29PM
  • I checked google (Score:5)

    by Nastard (124180) on Monday July 30 2001, @09:34AM (#2182529)
    The javascript hole doesn't work on google, but I found an even worse bug that allows you to pass along ASM [google.com] in a search string!
  • Re:What Kinds of Malicious Code? by jallen02 (Score:1) Monday July 30 2001, @11:01AM
  • Re:No, no, no by jallen02 (Score:1) Monday July 30 2001, @11:04AM
  • Re:Two things... by jallen02 (Score:1) Monday July 30 2001, @05:30PM
  • Re:Two things... by jallen02 (Score:2) Monday July 30 2001, @11:26AM
  • Re:Praising security "investigators" by neoThoth (Score:2) Monday July 30 2001, @01:31PM
  • Re:What Kinds of Malicious Code? by roman_mir (Score:2) Monday July 30 2001, @12:20PM
  • Re:Praising security "investigators" by btellier (Score:2) Monday July 30 2001, @10:50AM
  • Uh-oh... by Rimbo (Score:2) Monday July 30 2001, @10:34AM
  • Re:So? by marm (Score:2) Monday July 30 2001, @02:43PM
  • Re:I'm just shocked Taco posted a cross-platform h by Frizzle Fry (Score:1) Monday July 30 2001, @11:47AM
  • Re:Jerks? by Fishstick (Score:2) Monday July 30 2001, @11:47AM
  • by Zero__Kelvin (151819) on Monday July 30 2001, @09:56AM (#2182541) Homepage

    "Proof once again that the jerks have more spare time then the people who actually do something worthwhile."

    Don't be so hard on yourself there CmdrTaco! We read your drivelous comments just the same 8^}
    And BTW - it's 'than' the people, not 'then' the people.
  • Re:This is an incredibly common problem by _xeno_ (Score:2) Monday July 30 2001, @11:24AM
  • Re:Why don't they make JS secure by IronChef (Score:2) Monday July 30 2001, @02:27PM
  • What of VBSCRIPT? by dilvish_the_damned (Score:1) Monday July 30 2001, @09:40AM
  • Re:What Kinds of Malicious Code? by sqlrob (Score:1) Monday July 30 2001, @09:40AM
  • Re:What Kinds of Malicious Code? by sqlrob (Score:1) Monday July 30 2001, @10:49AM
  • Re:I've never seen so many mistakes in one sentanc by bribecka (Score:1) Monday July 30 2001, @11:05AM
  • Re:This is an incredibly common problem by spongman (Score:2) Tuesday July 31 2001, @02:38AM
  • Re:Jerks? (Score:3)

    by scott1853 (194884) on Monday July 30 2001, @11:04AM (#2182549)
    Are you stating that open source software is 100% secure?

    People find holes in proprietary systems all the time. Hell, I've gotten a couple hundred MS security bulletins over the last 2 years sitting in my inbox, none of which MS has discovered on their own. The holes in proprietary systems simply get more exposure because it's fuel for all the open source zealots and a large part of corporate america uses the closed systems.

    Moderators, can we please start marking messages that state "this wouldn't happen if it was open source" as "Troll".

    Just to be an idiot and delve deeper into this arguement, are you stating that if it was open source, you'd do a line-by-line audit of the code to make sure it was something you felt was secure and you want to run? Let's face it, everybody that advocates open source just assumes everybody else is testing it. How many people have done a complete code audit of any Linux app before they installed it. None. This could also be due to the fact that most Linux apps haven't made it to that 1.0 mark yet and maybe the users expect what they get. It's a good argument that "it's still in BETA" when somebody points out a security hole in something.
  • Proof that what? by ichimunki (Score:1) Monday July 30 2001, @09:28AM
  • Re:Jerks? by thaigan (Score:1) Monday July 30 2001, @09:36AM
  • Re:What Kinds of Malicious Code? by cmpgn (Score:2) Monday July 30 2001, @12:35PM
  • Re:Oh no!!! by .oO-DexteR-Oo. (Score:1) Monday July 30 2001, @02:01PM
  • Re:Jerks? by Deskpoet (Score:2) Monday July 30 2001, @10:16AM
  • Re:Why don't they make JS secure by hearingaid (Score:1) Monday July 30 2001, @06:15PM
  • Re:Jerks? by hearingaid (Score:1) Monday July 30 2001, @06:17PM
  • Re:Uh-oh... by hearingaid (Score:1) Monday July 30 2001, @06:20PM
  • Re:Lycos? What's that? by hearingaid (Score:1) Monday July 30 2001, @06:34PM
  • Easy by Auckerman (Score:1) Monday July 30 2001, @09:45AM
  • Re:Javascript once again by SCHecklerX (Score:1) Monday July 30 2001, @10:20AM
  • Re:Jerks? by Chibi (Score:2) Monday July 30 2001, @09:38AM
  • Similar CERT advisory a year ago? by selan (Score:1) Monday July 30 2001, @11:02AM
  • Re:This is an incredibly common problem by BroadbandBradley (Score:1) Monday July 30 2001, @12:01PM
  • Re:What Kinds of Malicious Code? by tim_maroney (Score:2) Monday July 30 2001, @09:55AM
  • Then STOP USING IIS by MillionthMonkey (Score:1) Monday July 30 2001, @11:20AM
  • Yahoo Mail does some weird stuff by MillionthMonkey (Score:1) Monday July 30 2001, @12:02PM
  • Re:Yahoo Mail does some weird stuff by MillionthMonkey (Score:1) Monday July 30 2001, @03:44PM
  • Besides the Bad any Good by Jason_Knx (Score:1) Monday July 30 2001, @05:45PM
  • Porn surfers love Office Furniture by JohnDenver (Score:2) Monday July 30 2001, @10:49AM
  • Great... by geekplus (Score:2) Monday July 30 2001, @09:28AM
  • Two things... by Shoten (Score:2) Monday July 30 2001, @09:59AM
  • Re:Two things... by Shoten (Score:2) Monday July 30 2001, @11:54AM
  • Re:Two things... by Shoten (Score:2) Tuesday July 31 2001, @08:55AM
  • Re:Jerks? by ccarr.com (Score:2) Monday July 30 2001, @10:17AM
  • Re:Why don't they make JS secure by pdiaz (Score:1) Monday July 30 2001, @10:32AM
  • Re:Why don't they make JS secure by pdiaz (Score:2) Monday July 30 2001, @09:42AM
  • Oh great... by cavemanf16 (Score:1) Monday July 30 2001, @09:29AM
  • Re:javascript gripe by sakul (Score:1) Monday July 30 2001, @04:10PM
  • by tb3 (313150) on Monday July 30 2001, @10:47AM (#2182579) Homepage
    That's one cool feature in Konqueror; it let's you turn of just the javascript window.opn function. So all of javascript works, but no pop-ups, pop-unders or whatever. It would be nice if the other browser manufacturers would let you turn off certain parts of javascript, but they're advertisers, too, so you know they won't.
  • Re:What Kinds of Malicious Code? by Dr. Prakash Kothari (Score:2) Monday July 30 2001, @10:39AM
  • by Dr. Prakash Kothari (314326) on Monday July 30 2001, @09:46AM (#2182581)
    Windows boxen don't have root access. But I guess it doesn't sound as leet to say "You can 4Dm1n157r470r a Windows box!"
  • Re:What Kinds of Malicious Code? by 3am (Score:1) Tuesday July 31 2001, @03:53AM
  • no different from lots of other problems by janpod66 (Score:2) Monday July 30 2001, @11:23AM
  • by skunkeh (410004) on Monday July 30 2001, @10:09AM (#2182584)
    This one's been around for years, and is present on literally millions of sites. I read somewhere certain both AltaVista and Amazon have both suffered from this in the past. Here's how it works:

    You have some kind of form input, with the next page displaying whatever the user typed into that form field (for a search engine this would be in the form of "You searched for..."). the golden rule of web development is NEVER TRUST input from your users. Most developers take great lengths to check anything that's going into a file or database, or erspecially code that will be executed on the command line.

    However, if you're just going to display something to the user that typed it why bother checking the content? Surely only the user who typed the thing is going to see it again, and it's not like they're going to be able to affect any of your systems?

    Therein lies the problem. If you allow a user to type anything into a form and then have it re-displayed, they can include HTML tags. And if they can include HTML tags, they can include <script> tags. And script tags can do weird stuff.

    Still think it's not a problem thanks to the fact that only the user will see it? Think again - seeing as most applications like search engines use GET to pass parameters, you can fill in the form for the user by offering them a link to click:

    http://yoursite.com/search?<b>Oooh+Bold+Text </b><script>alert('Ew ww nasty popup')</script>

    All of a sudden you can cause your weird popup messages to appear on someone elses site.<p>

    The biggest security problem is the fact that javascript can access cookies. Imagine sending someone to a website via a link containing javascript that reads their username/password cookie for that site then pops up a window feeding that username/password to a script page con your server (in the query string) - BANG, you've got their password.

    How do you stop this happening? Simple - deactivate HTML tags from user input by replacing < with &lt; and > with &gt; - problem solved :)
  • Lycos? What's that? by robvasquez (Score:1) Monday July 30 2001, @09:53AM
  • javascript gripe by breyguhn (Score:1) Monday July 30 2001, @11:47AM
  • Traps Konqueror too... by Secret Coward (Score:1) Monday July 30 2001, @11:43PM
  • Re:Why don't they make JS secure by sy5tematic (Score:1) Tuesday July 31 2001, @12:56PM
  • Re:Javascript once again by Genetically Enginerd (Score:1) Monday July 30 2001, @10:03AM
  • Re:What Kinds of Malicious Code? by Dutchie (Score:2) Monday July 30 2001, @05:06PM
  • Re:Jerks? by Dutchie (Score:2) Monday July 30 2001, @05:15PM
  • Re:What Kinds of Malicious Code? by night_flyer (Score:1) Monday July 30 2001, @10:14AM
  • Re:What Kinds of Malicious Code? by night_flyer (Score:1) Monday July 30 2001, @10:32AM
  • Re:So? by psychalgia (Score:1) Monday July 30 2001, @10:28AM
  • Lycos URL to hang IE5 by ralmin (Score:1) Monday July 30 2001, @01:30PM
  • Re:This is an incredibly common problem by ralmin (Score:1) Monday July 30 2001, @05:26PM
  • Re:Why don't they make JS secure by A Commentor (Score:1) Monday July 30 2001, @09:57AM
  • Re:Javascript once again by p_trinli (Score:1) Monday July 30 2001, @11:55PM
  • Re:Oh no!!! by AnonymousComrade (Score:1) Monday July 30 2001, @10:08AM
  • Re:Im curious about the code by emmelaich (Score:1) Monday July 30 2001, @08:23PM
  • Security Issue? Nah... by RatOmeter (Score:1) Monday July 30 2001, @09:43AM
  • Re:Jerks, 80K? by RatOmeter (Score:1) Monday July 30 2001, @10:18AM
  • Forest, meet Trees. by Nihilanth (Score:1) Tuesday July 31 2001, @09:39AM
  • Why don't they make JS secure by maddjn (Score:1) Monday July 30 2001, @09:28AM
  • Re:Why don't they make JS secure by maddjn (Score:1) Monday July 30 2001, @09:48AM
(1) | 2