Slashdot Mirror


Publishing Exploit Code Ruled Illegal In France

Dexter writes "A French Court has condemned the security researcher Guillame Tena for publishing a security vulnerability in the Viguard anti-virus software of Tegam. This ruling makes the publication of security vulnerabilities and their proof of concept through reverse engneering illegal in France."

73 of 362 comments (clear)

  1. French Court: "Surrender Now" by fembots · · Score: 5, Informative

    What good is it to publish software vulnerability, especially on closed source products?

    If one really wants to help, isn't it better to inform the software maker? If the latter couldn't care less, maybe one shouldn't care more?

    However, as the friendly article pointed out, the fine was for a copyright infringement charge, so it looks like you can still publish a vulnerability as long as it is subtle enough.

    1. Re:French Court: "Surrender Now" by mirko · · Score: 2, Informative

      ACBM publishes Pirates Mag which also describes such exploits.
      They once had to postpone one publications for a long time because they deontologically refuse to publish some story concerning a product that would not be patched.
      Now it was supposed to help others to protect similar products.

      --
      Trolling using another account since 2005.
    2. Re:French Court: "Surrender Now" by crazyeddie740 · · Score: 5, Insightful

      I think the general rule of thumb is to inform the software publisher first, and then go public after they've had a chance to fix it. Going public forces the publisher to fix the problem if it hasn't already, and it let's the public know that there's a problem and they should do an update. (Or if the publisher still hasn't fixed the problem, switch to a different program.) According to the article the article links to, the copyright infringement charge is somewhat similar to the anti-DeCSS application of the DMCA. The researcher, AFAICT, is being sued because he *reversed engineered* the program, which is a traditionally accepted practice.

    3. Re:French Court: "Surrender Now" by John+Fulmer · · Score: 5, Informative

      The 'good' is that it keeps closed source vendors honest.

      The 'full disclosure' idea came about because of the frustration of sysadmins finding security holes, and not being able to get the vendor to take it seriously.

      Good 'full disclosure' first notifies the vendor, and then if within a reasonable time the vendor takes no action or there is no response you disclose to something like BugTraq.

      It's been the reason that Microsoft and other vendors take such bugs VERY seriously. But they would be more than happy if it all just went away, or was criminialized.

      You decide which is more valuable: A company keeping their PR image spotless, or getting serious software bugs fixed.

    4. Re:French Court: "Surrender Now" by standon · · Score: 2, Informative

      It is better to first caution the software vendor. The ethical question of what to do in the case of ignorant companies is discussed here.

      --
      Sahil
    5. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 3, Funny

      You decide which is more valuable: A company keeping their PR image spotless, or getting serious software bugs fixed.

      How about, not going to jail for disclosing a bug! It's very valuable to me!

    6. Re:French Court: "Surrender Now" by nurd68 · · Score: 5, Informative

      Actually, if memory serves, MS *does* control these situations. If you are a Microsoft Partner (I don't know at which level this restriction starts, but I think it's just about any partner), then you are required to disclose the vulnerability to Microsoft, and cannot disclose it publically until Microsoft allows you to. Failure to adhere to this results in a loss of your favored status.

    7. Re:French Court: "Surrender Now" by lukewarmfusion · · Score: 5, Interesting

      If a company doesn't fix a problem that's brought to their attention, published or not, they could be found negligent for damages as a result of that security hole.

      Can you really make a secure system? Open source or closed, there are going to be security risks. So what happens if the security hole would be so expensive to fix that you simply couldn't afford to address it? Keeping it quiet, while not always effective or preferred, is still security (through obscurity).

      I discover security holes in web applications all the time. My protocol is to stop once I've proven it's possible to compromise, notify the company of the issue, the implications of the hole, and ways to go about fixing it. I always include a link to my company's website, but I never threaten to publish it or do anything that might be construed as extortion. I've never been accused to wrongdoing, I usually get a big thank you, and sometimes it lands me a meeting - which is where they become clients.

      People generally appreciate a helpful tip, whether it's a "you have a word spelled wrong on your site" or "you have a SQL Injection vulnerability on your site." Just don't be an ass about it.

    8. Re:French Court: "Surrender Now" by maotx · · Score: 5, Insightful
      Lets say I discover exploit in Foo that allows me to have complete control of your computer. Foo is a very popular program used in homes to enterprises. Now lets say I send my exploit to Foo Company Inc. to have them patch it to prevent this horrible exploit from being..well..exploited. Foo sends you a "to-be-done" acknowledgement and thats the last you ever hear from them. Three service packs later and your exploit still works without a problem.
      If you discovered this exploit then so can someone else. This someone else could then use this exploit to their every desire (Think beyond viruses, i.e. blackmail, stock market, etc.)
      What do you do?

      Nag the company to fix it?

      Tell everyone how horrible the company is without proof?

      Release your exploit into the wild to pressure the company in patching it and giving them motivation to pay more attention to security?

      Most exploits that are released typically occur after the vendor has been notified.

      --
      I'm a virgo and on Slashdot. Coincidence? Yes.
    9. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 2, Insightful

      What good is it to publish software vulnerability, especially on closed source products?

      It punishes the software maker for putting bugs in their software.

      If you notify the software vendor FIRST, you are telling them "It's okay to put out bad software, because someone will do your testing for you, for FREE". However unless you are getting paid for your software testing, you have no obligation to tell anybody anything, or to NOT tell anybody anything.

      Is that the message you want to send to software authors? I would much rather send the message: "Don't like the expense of security holes in your product? Then don't put them in your product."

      With open-source software I can allow a little leeway, but not much. Most open-source software is exactly like the closed-source software: the author puts out a shoddy product and claims it's finished and you can start using it right away, even though it's full of holes.

      Security bugs aren't a "given". They can be eliminated or rendered ineffective. As usual I offer djb's software as proof. If he can do it, someone else can do it to.

    10. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 2, Insightful

      You would think that vendors would pick up and listen, but as groups like w00w00 have shown, they don't. Sometimes warning the company isn't enough, nor is just publishing the theory. Sometimes someone with know-how must take the literal step of providing a working proof-of-concept before they will take heed. Even then, sometimes the company will only mask the vulnerability instead of addressing it.

      In these instances, be thankful that the "white hats" found it first. The "black hats" are just likely to exploit and stay quiet while the vendor figures it out for themselves. By then the damage is done.

      As for why anyone should care? Depending on the exploit, that machine may compromised in such a way as to become a part of a botnet and used to infect other machines, spam the piss out of you, or DDoS your favorite website into oblivion. They are not really concerned with preserving the vendors reputation and customer base.

    11. Re:French Court: "Surrender Now" by Kaa · · Score: 4, Insightful

      What good is it to publish software vulnerability, especially on closed source products?

      A strange question. People who use these closed-source products (aka "the customers") would certainly be interested in knowing the true capabilities (or lack thereof) of the software they bought. People who are thinking about purchasing that software would be interested as well.

      The head-in-the-sand technique doesn't work all that well in real life.

      If I am running an anti-virus program, I most certainly want to know if that program is a close relative of swiss cheese...

      If one really wants to help, isn't it better to inform the software maker? If the latter couldn't care less, maybe one shouldn't care more?

      More strange questions... Let's see, there was this car, called Pinto, and its maker (Ford) for a while couldn't have cared less about certain umm... deficiencies in its construction and design. Are you suggesting that the proper response to the manufacturer's saying "I don't care" is replying "Oh, how wonderful, this means all is right in the world then"..?

      --

      Kaa
      Kaa's Law: In any sufficiently large group of people most are idiots.
    12. Re:French Court: "Surrender Now" by Ohreally_factor · · Score: 5, Insightful

      If a company doesn't fix a problem that's brought to their attention, published or not, they could be found negligent for damages as a result of that security hole.

      Read any good EULAs lately?

      --
      It's not offtopic, dumbass. It's orthogonal.
    13. Re:French Court: "Surrender Now" by lgw · · Score: 2, Interesting

      What sort of constitutional free speech protection does a French citizen have? We saw how intricate the law get in America over stuff like this when the DeCSS stuff was a hot topic on Slashdot, but of course that has no bearing on French law.

      Does this ruling actually set any sort of precedent? That would be bad news for both freedom of speech and academic freedoms. From the details it doesn't sound like it, however,; didn't they actually fine him for something else, suspend the fine, and then use the threat of the suspended fine to incent him to stop publishing? Bad news for the researcher, but it doesn't sound precedent-setting.

      Anyone on Slashdot have an understanding of the principles of French Law?

      --
      Socialism: a lie told by totalitarians and believed by fools.
    14. Re:French Court: "Surrender Now" by Ohreally_factor · · Score: 2, Insightful

      If you discovered this exploit then so can someone else.

      It's always best to assume that someone already has, before you did. Always look at the worst case scenario. Unfortunately, marketing is king in the tech world, so companies would rather give us the overly optimistic view than the worst case scenario.

      --
      It's not offtopic, dumbass. It's orthogonal.
    15. Re:French Court: "Surrender Now" by darc · · Score: 2, Interesting

      It's long known that security through obscurity doesn't work. This is proven in cryptography. Hiding away an error doesn't make it go away. To mitigate the problem of making it too well known though, a patch warning period would be good to inform, but it should still be independently released for all to see afterward.

      --
      Tired of legitimate data sources? Try UNCYCLOPEDIA
    16. Re:French Court: "Surrender Now" by Retric · · Score: 3, Insightful

      Can you really make a secure system?

      Yes.

      Security is not a hard problem. It does add to both the cost and complexity of a system though. The problem is most people avoid the issue or try and make some sort of wrapper around there software that makes it secure. Mostly it's people not separating the data that is moving though the system from the system it's self which leads to security problems. When you treat every interaction a system has with the outside world as a hostile transaction you can make vary secure software. But, few people really want to build secure systems, mostly its just get it out the door fast which is why you keep seeing companies with there pants down.

      As to your idea that some bugs are to expensive to fix well that's like saying well we made the bridge. It come in early and under budget, granted it would fall down if anyone ever tried to use it but hay that's not our problem. Yes, you can build a system that's not secure at lower cost, but if a bank get's hacked because they where using your software then clearly you did not do your job.

      PS: Yea, sorry that came off as a rant it just pisses me off that people accept that there systems can and will be hacked but hey so does everyone else's so it's ok.

    17. Re:French Court: "Surrender Now" by Zondar · · Score: 2, Interesting

      Found any EULAs where the "we're not responsible for the fact that our software really sucks, and if it causes you a beeeleeon dollars in damages, you can't sue us, nyaa nyaa" clause has actually been tested and held up in court?

      Seems to me that you can put anything in a EULA. Getting it enforced in a court of law is yet another thing.

    18. Re:French Court: "Surrender Now" by 4of12 · · Score: 4, Insightful

      Going public forces the publisher to fix the problem if it hasn't already, and it let's the public know that there's a problem and they should do an update.

      I agree, going to the author first with an exploit is good etiquette. And that going public afterwards is important, too, after some decent interval that is as short as possible.

      Public disclosure gives the software user a tool to test just how vulnerable he is and whether various stopgap measures provide adequate protection against the exploit. Public disclosure is better than just having exclusive disclosure to black hats and vendors, IMHO.

      --
      "Provided by the management for your protection."
    19. Re:French Court: "Surrender Now" by nurd68 · · Score: 5, Insightful

      Since folks moderated this so highly, here's more info:

      http://www.windowsitpro.com/Article/ArticleID/24 80 6/24806.html

      It's one of the conditions of being a "Gold Level" partner.

      Of course, this makes one realize how nonsensical the "window of vulnerability" arguments comparing Windows vs. Linux security are. For those of you who don't know, these arguments compare how much time time from announcement of a vulnerability to the time that the patch comes out. The F/OSS community is big into full disclosure, and the MS community isn't, so, the MS Window of vunlerability is almost always smaller, hence leading to claims that it's more secure. That is, until someone finds a bug that's been swept under the rug for a couple years and uses it to make the next Nimda.

    20. Re:French Court: "Surrender Now" by Mattcelt · · Score: 3, Informative

      Remember that this is the country that for a LONG time outlawed encryption outright. Businesses couldn't even use it to protect their internal communication... Then they complained when the US NSA got wind of some less-than-honest business practices Airbus was using to get a contract.

      They might be vying with the Aussie minister for the "world's biggest luddite" award...

      And as for the google debacle... if I were Google, I'd consider pulling out of France altogether. Let them see what a world without Google is like.

      It's not that I don't like the French, but geez, they seem to be exceeding the limits of common sense lately.

    21. Re:French Court: "Surrender Now" by swimmar132 · · Score: 2, Insightful

      If there's a remote exploit in say, a firewall application, I want to know about it NOW so that I can either replace it or disable it or whatever.

      If no one tells me about the exploit, then I'm a sitting duck.

    22. Re:French Court: "Surrender Now" by WhiplashII · · Score: 3, Interesting

      I agree that people could do far more than most currently do, but a "secure system" is a myth. My servers run full custom Java code, all data access is handled by wrappers that isolate the data to make various insertion attacks impossible, but it is not unhackable.

      For instance, if a flaw is found in the DNS library for linux such that if you look up a specific hostname you can take over the machine - you could pass that parameter as your email address. When the email address is checked for validity, bam - there goes the server.

      Computers, specifically OS interactions, have gotten so complex that security can only be increased, not achieved.

      --
      while (sig==sig) sig=!sig;
    23. Re:French Court: "Surrender Now" by nurd68 · · Score: 3, Insightful

      Actually, I purposely didn't, because the /. engine coders really piss me off in this regard. Auto detecting a URL and having your submit handle it correctly isn't hard. Why impose that burden on a user? It's just bad design (and I've never heard any rationale justifying it). Most blog and WiKi engines do it this way, why not Slashdot?

    24. Re:French Court: "Surrender Now" by digidave · · Score: 2, Insightful

      This doesn't help a sysadmin who has deployed this software. If you give that sysadmin a proof of concept he or she can go about blocking the attack on the firewall, by disabling a service, etc until a real patch is made.

      It's not about suing companies for building insecure software, it's about keeping your own data secure.

      --
      The global economy is a great thing until you feel it locally.
    25. Re:French Court: "Surrender Now" by xmp_phrack · · Score: 3, Insightful

      If you discovered this exploit then so can someone else.

      why do you think ~el8, PHC, AcidBitches, and other anti-sec groups want to outlaw exploit code? once we go to a vendor-only or non-disclosure system, blackhats will rule the roost. if exploits are outlawed ...

    26. Re:French Court: "Surrender Now" by Audacious · · Score: 2

      Neither and both. You do the following:

      1. You contact the company and ask them how long they think it will take to fix the problem.
      2. You ask them when you may release it into the wild and get a definite date/time.

      2a. If they won't give you a definite date/time, make some suggestions and work with them to try to come to some understanding about it.

      2b. If they still won't give you a definite date/time, ask them if you can release a general statement to everyone via something like BugTraq pointing everyone in the general direction of the problem but not giving specifics. Be sure to talk to the company and ask them who, in the (for want of a better place) BugTraq community they have dealt with in the past and that you can contact to have your problem verified (so you CAN post something to the site).

      2b1. Contact the person the company is familiar with and have dealt with in the past. Show that person the problem and ask for their verification of the problem.

      2b2. Using 2b1's verification post a general posting of "There is a problem with X" and let everyone know that you have already contacted the company as well as having verified the problem with Y. But that you can not yet release more information until date/time when the company has said the problem should be fixed and released to everyone.

      2c. Once date/time has passed, post the entire set of information you wanted to release originally.

      2c1. If someone contacts you via e-mail, phone, or flying saucer for more information then you should contact the company, let them know who has contacted you and why and let them handle any/all requests for information. In other words - keep them in the loop. If the person who contacted you does not want to talk to the company for some reason then you can be the go-between for the company and the person (and thus not reveal who it is that is dealing with you).

      There are lots of reasons why the above is not done. Some are:

      1. Fame. People get a rush for showing they are smarter than the programmers who wrote the software.

      2. Misunderstanding. Sometimes there are language barriers which prevent people from being able to talk to other people. The usage of d00d, l8r, and the like are not the only reasons. Someone from Poland who is talking to someone from Africa may not use the same words in the same way. So people may take something as a threat when it is not. Three or four years ago a similar incident happened where someone gave a company five days to fix a problem. Then they went public with their information. This is a ridiculous amount of time to ask a company to fix something. Think of a bus. It is going 100mph down the road. Suddenly, within ten feet of the bus is a sign which reads "Road Out". A bus, going 100mph, can not stop in time to prevent a disaster from happening. Neither can a company. It takes time just to assign someone to either fix the problem or just to insert the code given and to test the code to see if it really does fix the problem or not. To put that in bus terms: It takes time to slow the bus down so it can come to a stop without killing everyone on board.

      3. Revenge. Usually for some slight a company did or something the company said or boasted about. Like the "Our software can't be broken!" That, to many people, is a challenge and if the software can be broken some people like to take revenge for the company's boasts. This, again, is like #2 above - a misunderstanding. All companies say their software is the greatest or best. Would you ever buy the worst software ever made? Or second rate software? So (not that I want to defend companies but...) we have forced them to always say "Our software is the best," when it might be just so-so or even just plain bad. Because if they do not it is highly unlikely that the company will be around for long.

      3a. This is one of the big differences between Open Source and Closed Source. In Open Source everyone can see the problems

      --
      Someone put a black hole in my pocket and now I'm broke. :-)
    27. Re:French Court: "Surrender Now" by Makoss · · Score: 2, Informative

      Because if an account is compromised, then at the very least they will probably be able to mount a somewhat effective Denial Of Service. That though it may not kill the server (depending upon what sort of restrictions are placed on the applications) will decrease it's usefullness and may be enough to push it from 80% load to 120% load.

      Obviously not as bad as if they got a root account, but still annoying that other peoples incompetence could bring down your site.

      --
      Building a better backup.
      Zettabyte Storage
    28. Re:French Court: "Surrender Now" by Noryungi · · Score: 4, Informative

      Anyone on Slashdot have an understanding of the principles of French Law?

      Yes, I do. I'll try to answer your questions as best as I can.

      What sort of constitutional free speech protection does a French citizen have?

      Free speech is guaranteed, under French law, through (a) the 1789 Declaration of Human Rights, which is a part of the 1958 V Republic Constitution (Google is your friend if you want an English Translation of this text), (b) the UN Charter on Human Rights, of which France is a part and (c) the different European Community treaties, which also protect free speech.

      Please note: The biggest difference with American Law is that 'hate speech' (anti-semitism, racism, fascism, nazism, Holocaust denials, etc) is specifically forbidden under French Law, and will be prosecuted. Anything else is allowed, except that the French government also reserves the right to censor publications in the name of 'national interest' (read: secrets of state). This censorship is very rarely used these days, however.

      Does this ruling actually set any sort of precedent? That would be bad news for both freedom of speech and academic freedoms.

      French Law does not recognize 'precedents'. It recognizes the primacy of law (vs precedents) and French courts do not have to follow precedents (previous decisions) taken by other court, in the absence of a binding law . If a binding law exists, the court has to respect that, and not any precedents.

      This means that, if I publish vulnerabilities on product foobar from French company XYZ, and I am dragged into court, I may well be cleared of all charges. Also, if I win a case, company XYZ would have to pay for both its legal fees and mine. This is a strong deterrent against frivolous lawsuits.

      Of course, the reverse is also true: a future decision may refer to a previous decision (precedent) and condemn me. That's when the legal games and fun begin, so to speak...

      didn't they actually fine him for something else, suspend the fine, and then use the threat of the suspended fine to incent him to stop publishing?

      No, Guillermito was fined because he used an illegal (pirated) copy of the software to find the vulnerabilities he published. Despite the harsh tone of the ruling, he was not really 'fined' ('sursis' means he does not have to come up with the money).

      But, in any case, the court did not render a decision on the crucial matter of finding and publishing vulnerabilities, only on the use of an illegal copy of the software. Seems to me the judges were pretty pissed-off by the hysterical attitude of Tegam (the company who brought the lawsuit).

      Hope this clears up a few things!

      --
      The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
  2. Blame the victim by Doc+Ruby · · Score: 4, Insightful

    What about Tegam? They published the exploit in every copy of Viguard. While telling everyone it would protect them. Why aren't they guilty? What kind of crappy lawyer lets their client get punished for telling the truth about dangerous products?

    --

    --
    make install -not war

    1. Re:Blame the victim by scottennis · · Score: 4, Funny

      Software? A 'dangerous' product? Well, I did hear about a guy who lost his eye to an early version of Windows, but that was a really freak accident.

      Seriously though, you have a point. If a gas station was selling gasoline with sugar in it (very bad for your car engine) they would be liable for damages. It seems, however, that sofyware companies have no liability for their crappy product. Must be due to those lengthy licenses you agree to by opening the package.

      Maybe gas stations should start printing up a 'licensing' agreement on their pumps.

      "Notice: By lifting the handle, you agree to check the compatability of this product with your vehicle, etc., etc."

  3. Contrary by Ghetto_D · · Score: 5, Funny

    I'm sure just to spite France President Bush will make it mandatory for all programmers to post exploits.

    1. Re:Contrary by buhatkj · · Score: 2, Insightful

      I hope Bush does exactly that. Whatever vulnerabilities a product has, the vendor should be working to find them out on it's own! I'll say this: If I made a piece of software designed to kill virii, I'd be thrilled if somebody told me it had a bug and showed me how to duplicate it. They are basically doing my work for me, for free...what kind of dipstick would ignore, or worse yet, sue them over this?? Just proves the French courts are not taking this seriously, or perhaps the judges are just dumb...take your pick...

      --
      sometimes, i wonder if i'm the only conservative on teh intarweb. ah well, back to mah hogs and warmongerin'....
  4. So what ? by Eu4ria · · Score: 2, Insightful

    Oh lets make it illegal to find problems in software, then if they cant be found they cant exist right?

  5. France by clinko · · Score: 4, Funny


    IF instr(HEADLINE, "FRANCE") > 0 THEN
    PONDER_FRENCH_MATTERING
    LAUGH("FRANCE")
    ELSE
    READ_ARTICLE
    END IF

    It's VB (SCREW YOU FOR JUDGING ME!)

  6. No details by JaxWeb · · Score: 4, Informative

    You may notice the article has no details.

    I did a Google News Search and found this one which is much better.

    Also, the guys own website.

    Hope this helps.

    --
    - Jax
  7. Re:WOW! by Rude+Turnip · · Score: 2, Funny

    I don't know, but I hear these guys already did a search on Google to find out:

    http://www.albinoblacksheep.com/text/victories.h tm l

  8. Well... by tsanth · · Score: 2, Informative

    The condemned seems to think differently.

  9. rogue states by bodrell · · Score: 2, Interesting
    Thank God we still have rogue states, where the government is either really small or too preoccupied with real problems to enforce these asinine laws.

    Let's hear it for the Virgin Islands and the Bahamas! No software patents there. No export restrictions. True freedom of speech.

    --
    Si la vida me da palo, yo la voy a soportar Si la vida me da palo, yo la voy a espabilar
  10. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by Anonymous Coward · · Score: 2, Informative

    "That the fine is suspended means that Guillermito will have to pay up if he continues to publish about the vulnerability and other software vulnerabilities. As a result he has taken the Tegam publication, and a dozen others, from his website."

    WOW, you are a retard to miss that.

    the part you mentioned was in regards to DIFFERENT legal proceedings.

    good lord you suck enermous balls for missing that stuff.

  11. Judicial Insanity, Not just for Americans anymore. by Lord+Kano · · Score: 2, Insightful

    It's simultaneously comforting and terrifying to see that stupid rulings by stupid judges aren't confined to the USA.

    At least I'll feel better about it the next time the 9th Circuit Court of Appeals makes an insane decision.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  12. Re:Just another reason to hate the French.. by Hiigara · · Score: 5, Interesting

    Well, let's see, they provided weapons, military training and aid to the American Colonists in the Revolutionary War. They developed the most heavily armored and gunned tanks during the early German Blitz, one French Char B1-Bis held up an entire German Division for an entire day. One little short frenchie with a bad attitude almost conquered the entire world, twice.

    They've developed nuclear weapons, were one of the original founders of the European Union, who's Euro continues to dominate the American Dollar. They were one of the first modern countries to pick on the buzzword "Democracy" long before a bunch of colonists got pissed at their King's latest tax law.

    Oh, did I mention numerous American, Australian and British courts have upheld the same reverse engineering proof of concept rulings?

    You Sir, are an uneducated bigot.

    (Note: I am not anti-American, I'm just hitting him where it hurts. :))

  13. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by vidarlo · · Score: 2, Informative

    Yeah, and timothy seems to be especially biased. So, folks! Let's remove timothy from our front page. (look under authors, and remove the mark in front of the one you don't like...)

  14. Did you read the articles? by Anonymous Coward · · Score: 3, Informative

    I did read the article and the link in it to a previous article. The previous article stated that his exploit code was judged to be an illegal copy of Teagam's (or whatever their name is) code. I'm not sure exactly where you are getting the idea that his antivirus copy was not legitimate, but this conclusion does not seem to be supported by the articles.

  15. This puts people out of business... by JRHelgeson · · Score: 4, Informative

    There are top notch security experts in France, specifically the folks at K-Otik http://www.k-otik.com/

    I'm a security consultant and I look to these folks as a source of reputable information. I spent a LOT of time on their site when Microsoft was trying to deal with the fallout of the MSO3-026 vulnerability which begat the MSBlaster worm. I even got the source code for blaster from the K-Otik crew.

    This is going to have huge ramifications if it is interpreted as described here.

    --
    Good security is based upon reality and common sense. Common sense is a function of having common knowledge.
  16. Debugger forbidden... by vidarlo · · Score: 5, Insightful

    Richard Stallmann has written a text about a future scenario, where owning debuggers is forbidden. It's recomended reading, and at least has showed me why we have to fight for our rights! The Right To Read also carries a informational part, which is non-ficitional, and highly interesting reading. Both parts is here

  17. France is stupid (-1 Flamebait) by Knights+who+say+'INT · · Score: 5, Interesting

    There used to be a great geocities-like free web space provider called altern.org.

    I say geocities-like so you get the picture, but it was nothing like geocities. No nonsense interface -- all text, no pictures, no ads --, great webmail interface -- again, all text, no pictures, no ads. It was also the first (maybe the last, I just got my own paid hosting when it got ultracheap -- it wasn't, in the day) free web space provider to support PHP.

    Yes, PHP. In the days where extensions were .phtml. I actually only began mucking around with PHP and server-side scripting because altern.org offered it. I still cook up some solutions with PHP and MySQL -- something that'd never have happened without mr. Valentin Lacambre's Flying Circus.

    Apparently, the whole thing was ran by a techno-anarchist who prophecized in the future technology would make working unnecessary yadda yadda yadda. A sort of techno-optimist Guy Debord.

    One day, one of altern.org's free websites had a parody of a France Telecom logo. Tartalacrem, if I'm not wrong. Legal hell ensued.

    Not only it wasn't covered under any kind of fair use provisions, but France Telecom sued VALENTIN LACAMBRE, THE GUY WHO RAN THE FREE SERVICE.

    Courts rejected his defense of not being responsible for everything hosted in his server as anyone could anonymously host content. Mr. Lacambre was forced to pay up fines and was told he was still responsible for anything held in altern.org.

    So altern.org was taken down. That's France, folks.

  18. Re:The 'condemned' him? by BluedemonX · · Score: 2, Informative

    A cognate. "Condamné" means convicted/punished in French, it doesn't have the same connotation in English.

    --

    --- Jump!! Fire!! Bullet time!! - Lego version of the Matrix
  19. obSimpsons by The+Amazing+Fish+Boy · · Score: 2, Funny

    What kind of crappy lawyer lets their client get punished for telling the truth about dangerous products?

    Hutz: Thank you, Dr. Hibbert. I rest my case.
    Judge: You rest your case?
    Hutz: What? Oh no, I thought that was just a figure of speech. CASE CLOSED.

  20. by the way... by kebes · · Score: 2

    just as a side-note: it is possible to publish a description of a vulnerability/weakness without publishing example code that exploits said weakness. Thus, even if providing exploit code is illegal, we can still put pressure on a company to fix a security hole by publicizing an explanation of a security vulnerability.

    (Admitedly, this description could probably be turned into code very quickly by any hacker, but that's not the point.)

    In any case, the article in question is about copyright violation, not making exploit-publication illegal.

  21. Where's the real info? by k98sven · · Score: 4, Interesting

    Sorry, but the source here is a Blog post, which in turn refers to the convicted guy's home page.

    Nowhere does it say what, exactly the guy was convicted of, or why. So how are we possibly supposed to be able to react to this?

    I have a hard time accepting statements like:
    This ruling can cripple the security research in France, making it illegal to publish security vulnerabilities or the proof thereof by reverse engineering. Without being able to tamper software the actually studying and consequent publication of vulnerabilities is made impossible.

    Without seeing the judgement or at least a description of it from a neutral source.

    Reverse engineering is legal in Europe, and is a protected right under European law. (91/250/EEC, article 6.)

    I have a strong feeling the whole story is not being given here.

  22. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by Vicegrip · · Score: 2, Informative

    Please, read the articles before commenting. As usual on Slashdot, the news is misleading : he was not condemned for releasing exploit code, but simply for software piracy (the antivirus copy he had used was not legitimate).

    After reading the article I see no information there about software piracy.

    Following the links I did find some interesting tidbits that would indicate the company in question is less than honorable:
    A factual issue, not part of the trial but seemingly of Tegam's scare tactics, is that Guillermito was accused publicly by the software company to be a "terrorist wanted by the DST (French secret service) and the FBI". This has not lead him to recluse in fear, but he is hardly optimistic of the outcome, scheduled for March this year...

    It seems he was being procecuted for violating a European Directive which prohibits tampering with copyright protection measures. Ergo, that this researcher had to by-pass copyright-protection measures to find the flaws in their product.

    --
    Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
  23. Don't pick on corporations- or cooperate by panurge · · Score: 4, Interesting
    This is like the McLibel case in the UK. In short, two individuals passed out London Greenpeace leaflets criticising a well known fast food chain. They were sued for libel. After a trial costing millions, in which the defendants were not legally represented because they could not afford it and the UK government refused to assist them, the judge awarded derisory damages. Both the UK Government and the fast food chain spent a lot of money buying lawyers yet another country mansion, yacht etc. The European court has just ruled the trial unfair for this reason, and tghe fast food chain has just had a second huge swathe of adverse publicity as the original case is dragged up again and the sheer unfairness of large corporation versus small individual is rehashed.

    In this case an appeal to the European Court on grounds of effective suppression of fair comment sounds as though it might just be possible if funds were somehow made available. It seems on the fac of it obvious that the real reason for the case was a corporation trying to prevent any adverse publicity and using its superior economic power to get the decision it wanted, but it will need expensive experienced judges to point out what seems obvious to the majority of people.

    --
    Panurge has posted for the last time. Thanks for the positive moderations.
  24. Ruling make illegal? by Zphbeeblbrox · · Score: 3, Interesting

    It has always annoys me when people say a ruling makes something illegal. Rulings don't make something illegal. Laws make things illegal. Rulings just enforce those laws. So either it was already illegal in the law or the court overstepped their bounds. Happens all the time here in the states. The courts say something is illegal and we just blithely go on about our business never once questioning whether they have the right to create law or not.

    --
    If you see spelling or grammatical errors don't blame me. I tried to preview but IE here at work borked the CSS
  25. Detailed proceedings ? by dago · · Score: 2, Informative

    It would be nice if somebody could point to the detailed condamnation and the motivations.

    For all I've been able to (quickly) find, he has been condemned for intellectual property, namely counterfeiting.
    One possibility is that it's becausehe has published source code, which looks strange because it would be probably be the fair use (short citation for eduction).
    But it's probably because he pirated Tegam's software and didn't buy it.

    You can also read on this lawyer blog that

    "Il ne faut pas interpréter cette décision comme une condamnation du (EDIT : full disclosure), à mon sens : la même chose faite sur un programme licite ne tomberait probablement pas sous le coup de la loi."
    So that it is NOT condemning full disclosure and that such publiction made on a legal software wouldn't be sanctionned.

    At the moment, it really looks like some people are screaming as loud as possible about that, but until the details are know that just PR operations from Guillermito and the others.

    --
    #include "coucou.h"
  26. When exploit knowledge is outlawed... by taanstaafl · · Score: 2, Insightful

    only the outlaws will have exploit knowledge. (to paraphrase a wingnut bumper-sticker)

  27. VULNERABILITY by Spy+der+Mann · · Score: 2, Funny

    A vulnerability has been found in France's new legislation regarding publication of exploits.

    The legislation has a loophole that allows people to give such info to 3rd parties outside France so they can publish such exploit.

    The government's illegality detection can be easily bypassed with an SSL connection, provided one does not disclose his identity.

    Proof of concept

  28. Re:Just another reason to hate the French.. by winkydink · · Score: 2, Informative
    Well, let's see, they provided weapons, military training and aid to the American Colonists in the Revolutionary War.

    Yes, the French continue to be well-known for always willing to make a profit, regardless of consequences.

    One little short frenchie with a bad attitude almost conquered the entire world, twice.

    Europe != World

    developed the most heavily armored and gunned tanks during the early German Blitz, one French Char B1-Bis held up an entire German Division for an entire day.

    Sadly, it appears that the next day, they surrendered. We'll skip over the Marshall Plan at the end of said war while we're at it.

    They've developed nuclear weapons

    First? Second? Third world countries have developed nuclear weapons. BFD.

    Euro continues to dominate the American Dollar

    You might want to look back a little further in historical performance of USD vs EUR.

    They were one of the first modern countries to pick on the buzzword "Democracy" long before a bunch of colonists got pissed at their King's latest tax law.

    Hmm Declaration of Independence: 1776. French Revolution: 1789.

    You Sir, are an uneducated bigot

    Glass houses.

    --

    "I'd rather be a lightning rod than a seismometer." -Ken Kesey

  29. As usual, only 1 side of story is presented by Anonymous Coward · · Score: 3, Informative

    Tegam refutes his claims...

    and

    Tegam is adamant that Tena's claims are false and his motives are questionable.

    BTW, was it already illegal in France to do what he did? If so, then the people should get the laws changed, not trash the judeges and judicial system for doing their jobs by upholding them...

  30. Reclassify your "exploit" as a "hidden feature" by Anonymous+Custard · · Score: 2, Funny

    Just reclassify what you would have called an "exploit" as a "hidden feature".

    As in,

    "Hey there's a great new hidden feature I found in Internet Explorer for people who need to get remote root access their own systems:

    Just load up this javascript + assembly code in a page in the browser, and Internet Explorer will automatically generate a stack overflow, so you can execute the assembly code! What a great new hidden feature I've found."

  31. Re:Just another reason to hate the French.. by Grishnakh · · Score: 2, Interesting

    One little short frenchie with a bad attitude almost conquered the entire world, twice.

    Actually, Napolean wasn't really French: he came from the island of Corsica, which I believe was a French territory at the time. Part of his bad attitude, IIRC, was that he wasn't accepted by his French peers while he was in school.

  32. TEGAM International's description by sverrehu · · Score: 2, Informative

    I found this one quite interesting:
    http://www.viguard.com/en/news_view. php?num=88

    Have no idea about the truth, though.

  33. Nonsensel? by bstadil · · Score: 2, Interesting
    The interpretation of law changes all the time.

    Just look recently ruling where the Supreme COurt overturned Execution of Minors. Did the written law change? No! In the argument the majority argued that world opinion and decency standards had changed.

    --
    Help fight continental drift.
  34. Re:Extortion? by SydShamino · · Score: 3, Interesting

    Let's say you are a mechanic, and you find an problem with a particular brand of car that could cause it to explode when, say, it was hit from behind.

    Let's say you tell the automotive manufacturer about it, and he claims that your research was flawed and there was no problem, or he just says "ok we'll look at it" and does nothing for four years.

    Let's say that, after those four years, you start reading stories of people dying "mysterious" in explosions during crashes in those cars. You tell the vendor again, but again they deny that their problem is causing the deaths, and they even deny that you contacted them about the problem four years before.

    Do you continue to keep quiet, and let people die because telling the public about the problem would be "unprofessional"?

    Would you have told the public after giving the manufacturer a month to find a fix, so everyone would know about the problem and could participate in the recall?

    Would you have told the public as soon as you found the problem, so people could choose to not use the car while a fix was being designed?

    What do YOU think is the professional thing to do?

    --
    It doesn't hurt to be nice.
  35. That's because he did not have a license by dom1234 · · Score: 2, Informative

    As some linked texts say, it seams like he was accused because he did the work on a pirated/cracked version ; he did not buy the software.

    Then I conclude it is more carful to buy the license before publishing security flaws, and then everything is ok. But a question arises : is it possible that a license states that the license holder is forbidden to publish security flaws about the software ? If so, then we are really stuck.

  36. Maybe it would be more productive to look by MikeB90 · · Score: 2, Informative

    at http://www.viguard.com/en/news_view.php?num=88 which is viguard's side of the story. They quote a ZDNET story where Guilermito is a virus writer and then go step by step to reply to his accusations

  37. Maginot II? by ka9dgx · · Score: 2, Funny
    Of course, the country that gave rise to the Maginot Line is going to want to legislate away anyone who suggests software might be insecure because there are ways around it.

    History doesn't repeat itself, but it sure does rhyme.

    --Mike--

  38. Bad publicity by Autobahn · · Score: 2, Insightful

    From a marketing standpoint, they are making a horrible mistake. If they had done nothing, a few security professionals would have seen the exploit and not recommended their software. But now that they've sued over it, they have gotten a ton of free publicity advertising the following facts:

    1. Their software has holes in it.
    2. They don't want to fix it.
    3. They don't want you to even know that the holes exist.

    Now as a consumer, even if I don't understand the technical merits or implications, the message is that this company makes crappy software and is trying to cover it up.

  39. Re:Free speech? by Solilok · · Score: 2, Insightful

    There is a law in Australia that makes it illegal to commit or attempt suicide. Promoting or inciting suicide is illegal too, hence the fines. Besides it's easier to go after the promoters than after the suicidees.

  40. Re:WOW! by Buelldozer · · Score: 2, Insightful

    "Actually, the "Old Europe", as the present Administration like to talk about, are the European countries whose democratically elected Governments listened to the overwhelming majority public opinion."

    While you are busy breaking your arm patting yourself on the back consider these two words:

    Software Patents

  41. I think there is more to the story... by monkeySauce · · Score: 2, Informative

    All these people are foaming at the mouth about some great injustice, when it's not even clear what is the situation. The original article is somebody's blog, which quotes and links to the website of the accused. I think there may be more to this story.

    This article, for instance, paints a different picture: http://www.weblmi.com/sections/articles/2005/03/gu illaume_tena_cond/ (in French)

    Allow me to provide a rough translation of one of the more interesting paragraphs: This judgement focuses not on the core issue, but rather on the methods "Guillermito" used to produce his findings, therefore the tribunal is punishing "Guillermito" for having used a pirated copy of Viguard Anti-Virus to discover it's vulnerabilities. Therefore the judgement seems not to question the right to publically criticise/publish exploits with supporting evidence, but rather that the exploit cannot be researched and discovered illegally [by using pirated software].

    To re-analyze some of the analogies already put forth, should the courts go easy on someone who finds a problem with a particular brand of car that could cause it to explode; if they first stole the car and then studied it?

  42. Re:Free speech? by SysKoll · · Score: 2, Interesting
    France has no free speech rights anywhere in its constitution or laws. Actually, the French "Law on the Freedom of the Press" is regularly amended to increasingly restrict -- you guessed it -- the freedom of the press.

    The US have it so good. This only proves that Americans who are hyping the European institutions are totally clueless about Europe.

    You shouldn't take the 1st Amendment as granted.

    --

    --
    Mad science! Robots! Underwear! Cute girls! Full comic online! http://www.girlgeniusonline.com/

  43. Au Contraire by serutan · · Score: 2, Interesting

    What planet do you guys live on? Just this week the US and France jointly demanded that Syria pull troops out of Lebanon. Bush himself said, "when the United States and France say withdraw, we mean complete withdrawal."

    Doesn't sound to me like they're working at odds.