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."

362 comments

  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 MooseGuy529 · · Score: 1
      If the [software maker] couldn't care less, maybe one shouldn't care more?

      Um... because if vulnerable software is out there, it can be exploited. As we know with Microsoft's slow Windows patch cycle versus the constant updating of most Linux distros package repositories, it's better to disclose vulnerabilities early, write patches quickly, and distribute a fix before anyone can exploit it. Forcing people not to disclose details just adds one more person and one more vulnerability to the list of ways you don't know about to exploit your software.

      --

      Tired of free iPod sigs? Subscribe to my blacklist

    10. 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.

    11. 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.

    12. 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.
    13. 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.
    14. 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.
    15. 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.
    16. 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
    17. Re:French Court: "Surrender Now" by shawn(at)fsu · · Score: 1

      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.
      I think you give too much credit to the consumer. Maybe you were talking about enterprise products. You can preach to home users all you want about how many security holes IE has in it and look how many still use it. I don't think as many people care as your or I would hope.

      --
      500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
    18. 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.

    19. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 1, Insightful

      Looking at your posting history, I am surprised that you take this attitude, you seem smart and capable. Fact is, if your computer has an exploitable bug then you become a threat to others on your network and those whom you share files with etc, it is only fair to expect that your infected/exploited system doesn't start disrupting others systems, that is why open disclosure is important. BugTraq has a unspoken rule that the vendor should be notified and given reasonable time to address the issue, most of the time, this results in the exploit ONLY being released AFTER the vendor applies a fix, and that is only to 'scare' the remaining people to patch their shit up. There are some companies who do not even reply, if they do not have the consideration to even reply to someone who is trying to help them, I hardly think they deserve consideration of helping them 'hide' the bug(s) or to bitch when the 'cat' is out of the bag.

      BTW, This attitude you have is both selfish and lacks logic of any kind, you make yourself part of the problem, I write this in hopes you rethink your position.

    20. 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.

    21. 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."
    22. 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.

    23. 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.

    24. Re:French Court: "Surrender Now" by nurd68 · · Score: 1

      Err, there are no spaces in the URL.

      Farking /.

    25. 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.

    26. 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;
    27. Re:French Court: "Surrender Now" by gnuman99 · · Score: 0, Flamebait

      Why didn't you just write . How hard is it for people to read the second line under the submit button?

    28. Re:French Court: "Surrender Now" by Chris+Kamel · · Score: 1

      Keeping it quiet, while not always effective or preferred, is still security (through obscurity).
      No No No, security through obscurity is not security, a few hundred years ago locksmiths thought it was, but it never was and never will be

      --
      The following statement is true
      The preceding statement is false
    29. Re:French Court: "Surrender Now" by mmkkbb · · Score: 1

      Let them see what a world without Google is like.

      Easy, they just give MSN search their attention.

      --
      -mkb
    30. 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?

    31. Re:French Court: "Surrender Now" by lukewarmfusion · · Score: 1

      I was going to respond to that post, but you have made the point for me.

      As part of our work, we lease dedicated server for hosting. We only offer hosting to our clients, and we use that as a selling point - with a budget hosting account, your site will be sitting next to hundreds of other sites. No matter how well we secure your site, you have to trust that the other sites used competent, security-minded developers. A single compromise could extend to the entire server, including your own site.

    32. Re:French Court: "Surrender Now" by Zorilla · · Score: 1

      link text here works quite well. Why not use that? It took about ten seconds to write. It's not that big of a deal.

      --

      It would be cool if it didn't suck.
    33. 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.
    34. Re:French Court: "Surrender Now" by nurd68 · · Score: 1

      I didn't say that any of those were hard. I'm saying it's hardER than just cutting and pasting a URL. And since it's hardER, my original question stands: why impose that burden on a user? Shouldn't you make it as easy as possible on your users?

    35. Re:French Court: "Surrender Now" by cuerty · · Score: 1

      What about using grsecurity ACLS with Apache's suexec and hardened PHP?

      --
      >Linux is not user-friendly.
      It _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
    36. Re:French Court: "Surrender Now" by SunFan · · Score: 1


      Then, why hasn't Microsoft been sued into oblivion fifty times over for the vast damage done by e-mail worms, for example. The file attachment execute feature is equivalent to selling a house with an extra unknown door that only criminals and the builders know about.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    37. Re:French Court: "Surrender Now" by DunbarTheInept · · Score: 1

      The reason to publish a vulnerability is twofold:

      1 - It forces the software producer to do something about it.

      2 - It proves you aren't a raving conspiracy theorist lunatic when you make the claim that there is a flaw in the product.

      #2 is rather important. The slandering, err - I mean "public relations" efforts of some companies would be running rampant against anyone claiming to have found a vulnerability if they were legally disallowed from backing up their claim with proof.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    38. 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 ...

    39. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 1, Funny

      Posting this as anonymous 'cos I'm scared of the wrath...

      This is a Linux / Open source orientated site you fool! Since when did user friendly make it onto the requirements list?

    40. Re:French Court: "Surrender Now" by DunbarTheInept · · Score: 1, Informative

      Because it's really annoying to find that because of someone misguided notion of "user-friendly", you can no longer type a bit of text that looks like a URL WITHOUT having it become a clickable link.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    41. Re:French Court: "Surrender Now" by Michael+Woodhams · · Score: 1

      While this is a responsible way to behave, I think you're playing Russian roulette. I've seen many news reports of people facing criminal or civil action for doing exactly what you describe - and, as the French case demonstrates, the courts are not always reasonable.

      If you haven't already done so, have a serious talk to your lawyer about this.

      --
      Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.
    42. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 1, Informative

      Luddites?

      Remember, France was where the word 'Saboteur' was invented, describing people who disabled the automated cloth-weaving mills by throwing their wooden clogs (sabots) into the works.

      Incidentally said cloth-weaving mills being made possible by another Frenchman's invention, the Jacquard loom, controlled by punch-cards.

      See, of course, saboteur and Jacquard Loom

    43. Re:French Court: "Surrender Now" by TLLOTS · · Score: 1

      Name to me someone with the vast sums of money and guts to take on microsoft over their EULA. The fact is that even though EULA's may not be enforcable, that doesn't mean one can't tie people up in court for years with it, and who really wants to go through all of that? At the end of the day it wouldn't be worth it.

    44. Re:French Court: "Surrender Now" by SQLz · · Score: 1

      The do inform and let them know how long they have before the code will be relased. Usually, an update already exists once the exploit code is out. The threat of relasing the code forces them to relaease a patch that would probably not be released otherwise.

    45. Re:French Court: "Surrender Now" by PitaBred · · Score: 1

      djb is a tool. There only haven't been security exploits in half his software because he refuses to change it and make it relevant to the current world. Anyone using qmail has tons of patches on it to make it useful, and according to his license, that makes it no longer a hole in his nearly-useful software.
      You can trade features for security, yes. But you end up using non-Internet connected 286's with no removable media drives for the rest of your life then.

    46. Re:French Court: "Surrender Now" by ignorant_newbie · · Score: 1

      > I think you give too much credit to the
      > consumer... I don't think as many people
      > care as your or I would hope.

      and they're the ones who's exploited machines are currently being used to send me spam and SSH brute force attacks.

      so, you see, even if they don't care, I do.

    47. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 1, Insightful

      But what if I want to mention the URL of a site without influencing its ranking on search engines by actually making it a link? It is reasonable that someone may want to mention http://example.com/ without linking to http://example.com/ with the obligatory square-bracketed redundancy.

      You purposefully didn't do what it said you should do and then complained about it afterward? If that were true you should have made your observation that manual trimming of the space would be required in the original post and not in a followup.

      Get yourself (or write for yourself) a browser plug-in that is smart enough to wrap your pasted URLs in the markup appropriate for the site so you won't have to think about it ever again and never again get caught with your pants down in public.

      Slashcode shouldn't have to cater to people who insist on being inconsiderate lazy assholes.

    48. Re:French Court: "Surrender Now" by DigitalSpyder · · Score: 1

      Sorry, maybe I misunderstand but just how exactly does this keep the closed source vendors honest?

      All I see is that this means that closed source vendors have LESS to fear in France, not the reverse.

    49. 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. :-)
    50. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 0

      If you follow that method then you can be charged with extortion. It is far better legally to just post the information anonymously on the internet and not bother contacting the software company unless they have proven they can be trusted not to sue or bring charges. That means only give prior notice if the flaw is in an Open Source or Microsoft app.

    51. Re:French Court: "Surrender Now" by TeraCo · · Score: 1
      Well, that's the rub isn't it.

      Anyone with the clout to take Microsoft to court over losses will be more than happy to accept a deal.

      [5 years free software sounds quite good to most Fortune 500 companies]

      --
      Not Meta-modding due to apathy.
    52. Re:French Court: "Surrender Now" by g00set · · Score: 1

      Maybe someone who is a little more educated in law can expand/correct this but from what I can tell an EULA is a contract. You or your company have certain legally acknowledged rights that cannot be trumped by a contract.

      For example, if you have ever rented skis they have you sign a contract that says no matter what happens to you it is not their fault. Even if the lift comes tumbling down for whatever the reason. Say the lift does fail due to the company never performing the prescribed maintenance . The company may be found to be liable assuming either you or the government has decide to pursue (this is not the word I am looking for) them.

      --
      ... and furthermore ... I don't like your trousers.
    53. 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
    54. Re:French Court: "Surrender Now" by blahtree · · Score: 1

      In Word:

      Tools->AutoCorrect Options->AutoFormat as You Type tab->Uncheck "Internet and network paths as hyperlinks".

      Yes, it's annoying, but it can be turned off.

    55. Re:French Court: "Surrender Now" by Circlotron · · Score: 1

      "People generally appreciate a helpful tip" Probably something about the diference in attitude between a small company and a big corporation.

    56. Re:French Court: "Surrender Now" by deepestblue · · Score: 1
      Read any good EULAs lately?

      And how many of them have held up in court? Not that they have been struck down either, but the mere existence of EULAs proves jackshit.

    57. Re:French Court: "Surrender Now" by maotx · · Score: 1

      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.

      Sounds like stereo instructions :P

      In all seriousness though, in a perfect world where people have time to spend *hours?* following the "2-step" program this would be a great idea.
      The point in releasing the exploit is to put pressure on the company to fix the problem. In my original post the scenario was that you send Foo Inc the exploit, they told you they would get on it, and never fixed it. If you can get a working dialog with a company who will actually FIX it then yes, don't release the exploit untill a patch has been released.

      It takes time to slow the bus down so it can come to a stop without killing everyone on board.

      If you give the bus a 2-mile warning with flashing lights and it still has a disaster is it wrong on your part? Releasing the exploit to the company is the same as informing the driver of the road being out up ahead. As the driver gets closer still accelerating its best to put a sign to remind the bus driver and alert the passengers what danger they are in by staying on the bus. If its 10 feet or 10 miles, it's best to warn the passengers then not at all. If the company cooperates and releases a fix, then the passengers will still see the sign on the road and hear it from the driver. They should then take the driver's advice and follow him to the latest and greatest bus heading on a newer patched road.

      As for fame and revenge, I can't argue with you there. But then again, these people seem to disregard ethics of a "white hat" anyway and will release the exploit no matter what.
      Just my $0.02

      --
      I'm a virgo and on Slashdot. Coincidence? Yes.
    58. 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)
    59. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 0

      Option 4, get all your friends to report the vulnerability, too. Make up a bunch of fake email addresses and send it in from them also. The more reports they get, the more widespread they think the knowledge is.

    60. Re:French Court: "Surrender Now" by iowannaski · · Score: 1
      You can preach to home users all you want about how many security holes IE has in it and look how many still use it.

      I'm a home user, I don't use IE (or Windows) anymore because I was made aware of its (their) shortcomings.

      --
      i forget
    61. Re:French Court: "Surrender Now" by iowannaski · · Score: 1

      bah. Look how poorly I parsed the grandparents words. Sorry about the meainingless reply.

      --
      i forget
    62. Re:French Court: "Surrender Now" by Audacious · · Score: 1

      I must disagree. To "Extort" means to obtain from a person by force, intimidation, or undue or illegal power. None of what I posted encourages anyone to do any of these things.

      1. You are not forcing anyone to do anything. You are trying to work with the company(ies) to get the problem taken care of.

      2. You are not using intimidation. You are asking them when you can release the information and working with them, in a positive manner, towards that goal.

      3. You are not using undue or illegal power. At no time did I state that you should resort to lawyers and in fact - stated the opposite.

      Therefore, saying that someone would be charged with extortion if they followed what I've written is like saying a whale can fly on its own. Further, your statement that it is far better to just post the information anonymously on the internet and not bother contacting the software company is a sure fire way to get yourself in trouble. After all, it has been proven time and again that there is no such thing as anonymous if a company wants to put forth the effort to find out who did the posting.

      In actuality, your suggestion of brashly just dumping your information onto the internet falls under the "Revenge" portion of what I wrote. You must obviously hate whatever company you are thinking of (and I can think of quite a few who probably DO deserve having this done to them) and want them to fail. Because they have not earned your trust. They may have even done something to you in the past. I don't really know you so I can't say really. Still, if you are not out "to get them" (which is really nothing more than a revenge motive), then you must be out to help them by default. Or I guess you could be neutral - but your statements seem to state otherwise.

      So, since your statements fall into the revenge section you will get what you deserve by just dumping your vital information into the public domain. Which will cause the company to be mad that you didn't have the decency to contact them first and give them a chance to react. Or to put that in bus terms - you saw that the road was going to end so you shot the driver rather than try to help him stop the bus. Or you could say that you leapt from the bus but then the bus was going 100mph and you'd be killed instantly so either way it doesn't solve the problem. Which is what you need to do. You need to learn how to work with the bus driver to get the bus to slow down and stop. Screaming, throwing temper tantrums, killing the bus driver, leaping off of the bus, or trying any other method of escaping your responsibility to act in a logical manner in order to maintain control over the bus won't work.

      To stop a bus - especially a bus that is stick shift driven - requires a lot of coordination. The same is true for presenting unpleasant, sometimes irritating news. Any company which puts its darling of a piece of software out there hates it when the sweetheart software comes home looking like it has been to a grundge party. I'm not saying you have to be sugary sweet. Mr. Nicey-nicey. But you don't have to be Mr. Pointy either. (To borrow from Buffy, the Vampire Slayer.) You don't have to rant and rave against them any more than you have to do everything they ask you to do. But at least make the effort to offer them a chance to correct their mistakes.

      And try to do it without all of the hate and fury that might have already built up inside of you because what they did was so stupid as to make you want to twist their heads off of their bodies or to kick their butts down the street and into the ocean. I know how frustrating it can be to try to deal with some of the idiots that are out there. But turn the mirror around. Can you, without anger or malice, put into words exactly what is the matter so that someone besides your l33t bro can understand it? Can you say more than just "It doesn't work!"? If so, then do this:

      1. Layout exactly what the problem is in clear, easy to understand wh

      --
      Someone put a black hole in my pocket and now I'm broke. :-)
    63. Re:French Court: "Surrender Now" by Anonymous Coward · · Score: 0

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

      I neither care to decide nor care what my notion of value is worth to the world as a whole. It just pleases me to know that France, having ruled on this small matter (see The Prince by Machiavelli), has placed themselves solidly in the backwaters of technological society. Vive le France!

    64. Re:French Court: "Surrender Now" by DunbarTheInept · · Score: 1

      Yes, and of course a setting in MS Word has something to do with posts on slashdot...oh wait...

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    65. Re:French Court: "Surrender Now" by take5 · · Score: 1

      None of the above.

      The correct action is to market the information to the users of the software. Advertise (e-mail, other)to the users that you have valuable information for them for a small consulting fee. Once you are hired by the user of the software to check it, you do not have any problem with the company that sells it. Armed with your report, the paying customer every right to demand from the vendor his money's worth. You are not involved further, and you have mae a legal and deserved buck.

    66. Re:French Court: "Surrender Now" by Tony-A · · Score: 1

      Actually, when dealing with anything security related, anything automated is probably a bad idea, including any form of automating clickable URLs.
      Cut&paste (and removing extraneous spaces) is not that much of a burden on the user. The idea of URLs in HTML is:
      <A HREF="non-work-safe-site"> faked-work-safe-description </A>

    67. Re:French Court: "Surrender Now" by 91degrees · · Score: 1

      Probably because MS can claim (quite reasonably) that they're not responsible for the actions of a malicious third party, and that when the hole was discovered, they put considerably effort into fixing it. And also that they can turn any court case into a war of attrition and they have the resources to keep that going forever.

      If they leave a hole open their EULA will not protect them.

    68. Re:French Court: "Surrender Now" by nurd68 · · Score: 1

      Despite the tone of your response, you make a valid point in the first paragraph. Therefore I concede the point. Slashcode is fine the way it is because only the things you want to be links should be, and everything else should just be text. I was in error, and apologise.

    69. Re:French Court: "Surrender Now" by Audacious · · Score: 1

      I can agree with you in many of the areas you talked about. It is very hard, sometimes to get a company to even believe you know what you are talking about. The language barrier is the biggest hurdle to overcome. Many times, just because you don't know the key words to say to trigger a "Oh, is it doing that?" kind of response - you get snubbed.

      But I think it is still worth it to at least try talking to the companies. If nothing else, then when they start complaining loudly you can send them their e-mails back to them and point out that you were trying to do the right thing but they just brushed you off. Again, in courts it is really important to at least have made a good faith effort to bring a problem to the attention of a company. Then, when they fail to heed your warnings, you can proceed on down the trail of releasing the information to everyone else.

      With Netscape, Mozilla, (and I assume Thunderbird) you can create folders and subfolders by simply right-clicking the main folder icon. Just make a folder for whatever company you are dealing with or make a main company with, say "Companies" and then make subfolders with the company's actual name. You can even make subfolders in a particular company's folder and put some meaningful title on to that folder. (Like 01/01/2005 or Problem_25.) Then just organize things by putting all sent and received messages into those folders. In this way you don't lose track of what is going on where and if they start acting rather foolishly (like saying they are going to sue you) - don't fall into the trap of responding angrily. Just send them back their e-mails (via cut & paste) and your e-mails showing where you only were trying to alert them to a problem and their responses. Many people think that, once sent, most e-mails just disappear. It is usually a shock to have your entire e-mail sent back to you and it can make them see that if they go to court over something they caused to happen, then it will only go badly for them.

      As an example of the above, I will relate an actual incident. A few years ago our house was flooded. After contacting the insurance company I received an e-mail stating that our car would be inspected by an insurance agent. He never showed. I called a couple of times and got the run-around and finally had to write another e-mail. This resulted in the guy coming out and just slapping a "We now own this car," sticker onto the windshield and leaving. I wasn't home at the time and came home to find this bright orange packet on my windshield. Needless to say I got on the phone and was told that the insurance company now owned my car. I just went "Oh really?" Because I held the title to the vehicle. I finally wound up writing yet another e-mail demanding that the insurance company fix the car and quit playing around. After investigating my statements I was told to just go get the car fixed and to let them know how much it was going to cost them. I did so. It wasn't much. (Which, on a side note, if your car is ever flooded and you want to keep the vehicle then never let them start your engine. It will suck whatever water is in the engine all through it and that will be the last of your car.) Anyway, the insurance agency refused to pay the bill (which was only $1,500.00 and if they had bought the car it would have been over $6,000.00.) So when they refused I sent them back their e-mails where they said they would fix the vehicle. This greatly infuriated the manager I was talking to but I just reminded them that if they had not of tried to back out of what they had said to me in the past I would not have had to send them their e-mails to remind them of their promises. The car was fixed and paid for by the insurance company.

      So it does work. Maybe not all of the time. But it does work. :-)

      --
      Someone put a black hole in my pocket and now I'm broke. :-)
    70. Re:French Court: "Surrender Now" by lgw · · Score: 1

      Thanks! It seems like, from the standpoint of legal prededent, then, this ruling changes nothing at all, and there's no "chilling effect" to future exploit publishers. All good news.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    71. Re:French Court: "Surrender Now" by blahtree · · Score: 1

      Ahem...an artifact of browsing at 3+. I didn't see all the crud above. I am completely offtopic.

    72. Re:French Court: "Surrender Now" by Noryungi · · Score: 1

      Thanks! It seems like, from the standpoint of legal prededent, then, this ruling changes nothing at all, and there's no "chilling effect" to future exploit publishers. All good news.

      Except, of course, that (AFAIK) there are no laws about the publications of vulnerabilities in France.

      In the absence of a law, and given the muddled decision of this court (condemning Guillermito without really condemning him, blah blah blah), it is highly possible that French security researchers will avoid publishing anything until the legal situation has been clarified.

      This means this court decision may well have a chilling effect after all... until someone rich or foolish enough decides to publish another vulnerability and see what happens in front of another French court. Or a law gets passed, whatever 'solution' comes first.

      --
      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."

    2. Re:Blame the victim by carcajou · · Score: 1

      I worked for a small software house for a while, as the installer/trainer. Our owner was very excited about laws that were passed in the US (state by state) making it almost impossible for someone to sue him as long as he could show he was working on the issues. IANAL, and don't profess to understand all the in's and out's of the legal system, but it seemed to me that these types of laws really hurt the industry more than they helped...His ability to put off bug fixes eventually gave him a bad reputation...

    3. Re:Blame the victim by Just+Some+Guy · · Score: 1
      If a gas station was selling gasoline with sugar in it (very bad for your car engine)

      No, it's not. Personal datapoint: some idiot put a bunch of sugar into my '68 Mustang's tank when I was in high school. I ran a couple of bottles of fuel treatment through just to be safe, but never noticed anything at all.

      --
      Dewey, what part of this looks like authorities should be involved?
    4. Re:Blame the victim by networkBoy · · Score: 1

      I know this is going to qualify for -1 nitpick, but:
      If a gas station was selling gasoline with sugar in it (very bad for your car engine)
      It's only bad for the fuel filter and possibly the pump. Sugar is not soluable in petrol, thus it would simply clog the fuel filter. (powdered sugar _may_ be a different story, but I havn't tried that yet.)
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    5. Re:Blame the victim by kitty+tape · · Score: 1

      Generally, the reason gas stations, for example, are liable for things and software companies are not is because law makers are not going to impose liability on an industry with lots of money until there is an obvious chance of someone getting killed or seriously injured from their product. I have a feeling that as we see more software controlling things like vehicles, software, at least that subset of it, will become something vendors are held liable for.

      --
      ----- "Type theory is like pretzels on crack." -- random friend
    6. Re:Blame the victim by ATMAvatar · · Score: 1

      Software? A 'dangerous' product?

      Yup. Ask the designers, or more importantly, the victims of Therac-25.

      If something like that can happen as a result of bugs, imagine what can happen when there's someone intentionally exploiting a security flaw to cause maximum damage.

      I can tell you from my own professional experience that there are hospitals out there that are simply ripe for exploit (combination of poor network security and management software with holes). I suspect it won't be too many years down the road when we hear of multiple deaths as a result of a black hat going in and trashing a system that's required to keep patients alive and/or let the doctors do their work effectively.

      --
      "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
  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 Anonymous Coward · · Score: 0

      I get the joke -- but it actually appears that the US and France have been reading from the same script -- outlawing reverse engineering, publishing exploits (freedom of speech). This is all in favor of the corporation, at the expense of the common man.

    2. 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'....
    3. Re:Contrary by carpe_noctem · · Score: 1

      Didn't you get the memo.. they're now called "freedom 0-days".

      --
      "Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K
    4. Re:Contrary by RoboRay · · Score: 1

      In recent history, it's the other way around. France automatically does the opposite of whatever the USA does, just because it's their stated foreign policy goal to counter the US in all matters.

  4. Linux changelogs by Anonymous Coward · · Score: 0

    Hopefully thefreeworld.org isn't hosted in France, otherwise we need to move our changelogs...again...

  5. Once you outlaw knowledge . . . by Anonymous Coward · · Score: 0

    welp, only outlaws will know. Simple as that.

  6. The 'condemned' him? by Anonymous Coward · · Score: 0, Funny

    Did they send him to the dungeon or the guillotine?

    1. 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
    2. Re:The 'condemned' him? by SmokeHalo · · Score: 1

      Thanks for pointing that out. I was going to comment that "condemned" seemed like a strong word, when all he got was a fine (and even that was suspended).

      --
      I'm not good in groups. It's difficult to work in a group when you're omnipotent. - Q
    3. Re:The 'condemned' him? by BluedemonX · · Score: 1

      Fa' sheezy.

      It's always amusing if you speak both languages to hear people find a similar word in their second language to their first which unfortunately has a completely different meaning.

      Having worked for a French company for years, I don't even think about it anymore - I just mentally translate the cognates back and forth.

      --

      --- Jump!! Fire!! Bullet time!! - Lego version of the Matrix
    4. Re:The 'condemned' him? by Anonymous Coward · · Score: 0

      It makes you wonder if people visiting here from France look at our parking meters think all unpaid ones are saying, "rape" (viol / violez).

    5. Re:The 'condemned' him? by BluedemonX · · Score: 1

      No, the best were the American tourists calling various phone numbers thinking "A louer" (to rent) was "A lover" and assuming it was part of the flesh trade.

      --

      --- Jump!! Fire!! Bullet time!! - Lego version of the Matrix
  7. 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?

    1. Re:So what ? by Anonymous Coward · · Score: 0

      better be careful, Microsoft might sue you for revealing their business philosophy

    2. Re:So what ? by Anonymous Coward · · Score: 0

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

      banning exploit code would certainly cut down on the script kiddies and internet worms, in the short term at least. most of their code comes from the full disclosure community. the real question is what the long-term effects are on rest of the community e.g. pen-testers, IDS/IPS/FW vendors, skilled blackhats, researchers, admins, etc. there are both whitehats and blackhats who are part of the anti-sec community.

  8. Bye bye, France by m50d · · Score: 1

    Watch as the security community suddenly stops notifying the French of holes. I predict they will have to go back on this pretty soon. I just hope mandrake doesn't suffer too much.

    --
    I am trolling
    1. Re:Bye bye, France by Anonymous Coward · · Score: 0

      You're a moron because anyone can still subscribe to mailing lists as usual. And you're a moron because your web site is filled with 404 links!

    2. Re:Bye bye, France by m50d · · Score: 1

      Yeah, I really ought to get round to fixing that. But I don't really believe in the web, so I tend to let it slide.

      --
      I am trolling
  9. 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!)

    1. Re:France by Random+Web+Developer · · Score: 1

      it has to be VB, look at all the caps :)

      --
      Artists against online scams http://www.aa419.org/
    2. Re:France by Anonymous Coward · · Score: 0

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


      I've found a clever exploit for this, but due to the recent French court ruling, I can't tell you what it is.

    3. Re:France by Anonymous Coward · · Score: 0

      If you ever wrote that caps-friendly code for me, I would fire you outright. Jesus, my eyes still burn...

    4. Re:France by mdielmann · · Score: 1

      Looks more like BASIC to me than VB. Most, if not all, keywords are not allcaps in VB5 and higher, and constants are usually not allcaps either (unless referencing Win32 constants, and that's a guideline).

      That's right, VB doesn't have to make your eyes bleed, which will still not stop you from writing some really bad code if you want.

      --
      Sure I'm paranoid, but am I paranoid enough?
    5. Re:France by Anonymous Coward · · Score: 0

      Try Instr(1, HEADLINE, "FRANCE", VbCompareMethod.vbTextCompare) > 0 in your If statement to find all matches as per the actual headline ("France" (not all caps)). Even better - use the Like operator :)

    6. Re:France by ggvaidya · · Score: 1

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

      It's VB. You're already screwed :).

    7. Re:France by smyle · · Score: 1
      ELSE
      READ_ARTICLE

      You're new here, aren't you?

      --

      Sleep is just a poor substitute for caffeine, anyway. -Bob Lehmann

  10. 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
    1. Re:No details by The+Amazing+Fish+Boy · · Score: 1

      You may notice the article has no details.

      There's an article?

    2. Re:No details by A+beautiful+mind · · Score: 1

      I do not RTFM, therefore i am (on slashdot).

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
  11. Forced application of the age old adage... by Humorously_Inept · · Score: 1

    What you don't know can't hurt you, and likewise its corollary: ignorance is bliss. What are their French equivalents?

    --

    ~Someday, I hope to be an aspiring author.
    1. Re:Forced application of the age old adage... by Anonymous Coward · · Score: 0

      Why, their new law!

    2. Re:Forced application of the age old adage... by Anonymous Coward · · Score: 0

      > What you don't know can't hurt you,
      Je'ne sais pas. ;-)
      > ignorance is bliss.
      Ignorance est français!!!

      Heh heh don't mind me just stirring the pot.

      I wonder what this entails for Mandrakesoft?
      Does this mean they can't post security alerts for their own distro?

      You have to love corrupt governments!!!

    3. Re:Forced application of the age old adage... by PolyDwarf · · Score: 1

      What you give into can't hurt you..

      and, of course, it's corollary

      Surrender is bliss.

      Possibly, they believe in the Douglas Adams theory of "What I can't see can't see me", hence the sticking of their heads in the sand.

    4. Re:Forced application of the age old adage... by Jesrad · · Score: 1

      French generally use an ellipse for that: Heureux les imbéciles...

      --
      Maybe we deserve this world ?
  12. 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

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

    The condemned seems to think differently.

  14. MOD (PARENT, -1, MOD_TROLL) by Anonymous Coward · · Score: 0

    MOD (PARENT, -1, MOD_TROLL)

    1. Re:MOD (PARENT, -1, MOD_TROLL) by Anonymous Coward · · Score: 0

      1. That's flamebait.
      2. It's of better than average quality.

  15. This is getting stupid. by Enjoi · · Score: 1

    This is simlar to the fact that you can distribute the exploit in text form for something, but you're not allowed to have a compiled version.

    It's just weird, how hard is it to compile something?

    1. Re:This is getting stupid. by Anonymous Coward · · Score: 0

      This prevents the stupid script kiddies, as opposed to the ones with 3 or 4 brain cells, from using the code. This should rule out a good number (100, maybe even 200) annoying little kids from passing around this stuff. So it does help, negligable as it may seem.

    2. Re:This is getting stupid. by Lehk228 · · Score: 1

      what law is there prohibiting distribution of exploit binaries?

      --
      Snowden and Manning are heroes.
    3. Re:This is getting stupid. by Enjoi · · Score: 1

      I don't know the exact law, but I've been told before off someone I rely on. I'm possibly wrong, but I assumed he was right.

      Nevertheless, I'll continue to distribute binarys of sploits :)

  16. oh it's france, that makes it ok by towzzer · · Score: 0, Flamebait

    I was wondering why the first comment was defending what normally on slashdot would be considered censorship with 1,000's of post about how it's bad. Then i realized it wasn't the american government so it can't be bad.

  17. 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
    1. Re:rogue states by Anonymous Coward · · Score: 0

      Plus you can murder as many children as you care!

  18. Instead of endlessly complain about it... by Lead+Butthead · · Score: 1

    Why not work to change the law(s) in question? I don't know how French legislative works, perhaps someone can shed some light on the subject?

    --
    ELOI, ELOI, LAMA SABACHTHANI!?
    1. Re:Instead of endlessly complain about it... by Anonymous Coward · · Score: 0

      Someone (presumably a parlimentary) must propose a vote, that must be accepted by the parliament. But you have to realise that the average age in this hemictcle must be 50 and that most of them don't know anything of computer science. They will probably agree with the smarter interlocutor. The current majority has been known favor software lobbies (see their software patents position : you don't understand, it is a GOOD thing. Granted. Experts say so) so, unless another majority arise, a new law has few chances of being adopted. It must make you americans laugh, but we have a very right-wing government here too you know!

  19. Way to go France! by Anonymous Coward · · Score: 0

    Yea! Let's make it illegal to discuss illegal things also. I am idiot: I haven't read the ruling; I hope they are using a really liberal definition for "code"!

    Wait, can they also make it illegal to describe exploit code? That would be great too! Kudos to France for working so hard to "cut down on crime"! With laws like this we all will either be in jail or fugitives "Real Soon Now"! ( For extra credit, covert this text to binary and find the exploit! Then get put in jail for doing so - or create a law and then put yourself in jail!)
    1. Re:Way to go France! by fishbowl · · Score: 1

      >Kudos to France for working so hard to "cut down on
      >crime"!

      If your prisons and justice system can generate a net profit, your government has a motivation to *increase* crime, particularly, to increase the number of intelligent, non-violent criminals.

      Prisons don't actually have to create revenue to create a net profit, they only have to create jobs (for the employees, not the inmates.) Inmate labor is just gravy.

      --
      -fb Everything not expressly forbidden is now mandatory.
  20. Reminds me attempt to prohibit publishing by thrad · · Score: 1

    exploits online UNTIL official fix is released. In my opinion, it is a flawed tactic. Having usable exploit around motivates vendor to actually DO fixes. I greatly doubt MS will patch its bugs faster if exploits are unavailable to public.

  21. 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.

  22. Sure it's not USA? by Anonymous Coward · · Score: 0

    I thought these sort of oppressive rulings only happened in Amerikkka. Isn't France supposed to be the capital of the enlightened universe? The article must be a misprint.

  23. 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
  24. 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. :))

  25. 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...)

  26. congratulations to French hackers and programmers! by Anonymous Coward · · Score: 1, Interesting

    Hackers: now you don't have to compete with legitimate security research! Your exploit vectors will remain safe from view. Feel free to build up a toolbox of 0-day 'splots (or even 10-day or 100-day, there's no rush!) Laugh as you see version after version of popular software released with the same obvious holes!

    Programmers: companies who put their customers at risk by placing security holes in their software no longer have to worry about public embarrassment. Now that useless QA team can be pared down, and software can be delivered more quickly! Only the requirements have to be met, no longer do you have to worry about unexpected input! It's like college freshman year all over again.

    Consumers of software? Sorry, maybe you'll get something next time. For now, check out some web sites for common ways to protect yourself from identity theft and hack attacks. You'll need it!

  27. 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.

  28. 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.
    1. Re:This puts people out of business... by 16K+Ram+Pack · · Score: 1

      Couldn't they just move to Belgium?

  29. Re:WOW! by Anonymous Coward · · Score: 1, Interesting

    I understand the argument against security through obscurity, but I can also observe a correlation between the publication of an exploit and a steep increase in usage of that exploit. Also, I do not observe a correlation between these events and the vulnerability being fixed.

    The person who coined the phrase, "security through obscurity is no security at all", did so before we got wire to *everybody* and before there were so many script kiddies.

    There might be some merit in attempting to keep stuff under wraps. It won't fix the problem, but if the disclosure itself tends to exacerbate the problem, the case can be made that it is prudent to do everything possible to limit the disclosure.

    The error is in the idea that a *government* has any power to stop this kind of disclosure.

  30. ?publish or perish? by Skeptical1 · · Score: 1

    The "virus definitions" files published by Symantic, McAfee, et. al. would seem to be in violation of this law.

  31. Babelfish by tsanth · · Score: 1

    According to Babel Fish:
    Ce que vous ne savez pas ne peut pas vous blesser and l'ignorance est bonheur.

    1. Re:Babelfish by Anonymous Coward · · Score: 0

      What you do not know cannot wound you and ignorance is happiness???

    2. Re:Babelfish by Anonymous Coward · · Score: 0

      I don't pretend to know what it means; I just plug and chug.

  32. 0mg 53cur17y 7hru 0b5cur17y 1n Fr4nc3!!! by Anonymous Coward · · Score: 0

    1nf0rm4710n w4n75 70 b3 fr33!!!

  33. Wrong step... by DunderXIII · · Score: 1

    The problem is that software makers tend not to care too much about security problems if it doesn't affect their sales. When a security concern gets published the fix priority jumps and get very important because the clients now have the choice of choosing a better product. With this kind of judgment the security holes will become a guarded secrets amongst hackers and they will probably live a better life. Granted the hole will also less hackers but then again the ones that are actually capabable of exploiting the holes probably knew about the hole anyway.

  34. Symantec tried this too by Nuclear+Elephant · · Score: 1

    Symantec tried this about a year ago. Sadly, this is going to affect the businesses of security-based companies all over France.

  35. 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

    1. Re:Debugger forbidden... by winkydink · · Score: 0, Troll

      Especially since Richard Stallman i sknown for having such a firm grasp on reality.

      --

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

    2. Re:Debugger forbidden... by A+beautiful+mind · · Score: 1

      The applications protected by the GPL are used and quite possibly gravitate on the billion or trillion dollar scale.

      Seems to be a pretty fine sense of reality to me...

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
    3. Re:Debugger forbidden... by winkydink · · Score: 0
      and George Bush is single-handedly responsible for the US GNP.

      Your analogy sucks.

      --

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

    4. Re:Debugger forbidden... by Anonymous Coward · · Score: 0

      Well.. I suppose people give him credit when its bad..

      Seems only fair that he should get credit when its good too, don't you think?

    5. Re:Debugger forbidden... by A+beautiful+mind · · Score: 1

      Bush didn't invent the thing you call "US GNP".

      Your analogy sucks.
      Heh, it's almost as ironic when the government blaims the opposition for the state of the economy.

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
    6. Re:Debugger forbidden... by Anonymous Coward · · Score: 0

      I could not care less about debuggers. I get paid for my work in a bugger (IDE).

    7. Re:Debugger forbidden... by Anonymous Coward · · Score: 0

      Well, you have to admit that a lot of his pessimistic predictions have come true.

    8. Re:Debugger forbidden... by finkployd · · Score: 1

      Your analogy sucks.

      And yours is somehow even worse.

      Finkployd

  36. Re:MOD (PARENT, -1, MOD_TROLL,MOD_FLAIMBATE) by Anonymous Coward · · Score: 0

    Are you the french VB programmer who writes all those word virusz.

  37. Re:WOW! by Homology · · Score: 1
    I'd like to think that the French National Security Directorate (or equivalent) will overrule this asinine ruling.

    I would like to remind you that France is a democracy, and it does not have a Department of Fatherland Security. 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.

  38. 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.

    1. Re:France is stupid (-1 Flamebait) by JuanLou · · Score: 1

      Damn right ! This must be France, I assume, and these moron judges don't have a clue what they rule about. I used altern.org (and still do for email), this used to be a great service.

    2. Re:France is stupid (-1 Flamebait) by bugnuts · · Score: 1

      Same place that filed criminal charges against the owner of yahoo (IIRC) because the american site could be reached from france, and could contain nazi material, and levied fines on them. The french site didn't have such material, either.

    3. Re:France is stupid (-1 Flamebait) by Anonymous Coward · · Score: 0

      Yup, we are not proud of our stupid internet-related laws. From my experience, France has a stronger anti-technology bias than other developped countries.

  39. 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.

  40. 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.

    1. Re:by the way... by Anonymous Coward · · Score: 0

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

      um, yes. that's the case of the first RPC DCOM vuln. Last Stage of Delerium posted a bit of info on the bug, after it was reported to MS. other "hackers" developed working exploits (both public and private versions). then the Blaster worm was released shortly after.

    2. Re:by the way... by Piquan · · Score: 1

      just as a side-note: it is possible to publish a description of a vulnerability/weakness without publishing example code that exploits said weakness.

      This causes a couple of problems.

      First, the sysadmins of the world can't tell if they're vulnerable. I've had many times when I couldn't tell from the description (from the vendor or the original report) whether the systems I'm responsible for are vulnerable or not.

      When you get a security patch (from a closed-source vendor), it rarely says which specific security issues it addresses. More often, it's "Changes to the FOO module" or something equally vague. So the sysadmins still can't tell whether or not they're vulnerable.

      Sometimes, patches-- if applied in a particular order-- can fail to close vulnerabilites. (Some Microsoft hotfixes worked this way: if you applied hotfix A before you installed subsystem B, but later installed subsystem B, then the vulnerability that hotfix A was meant to fix is still in subsystem B, but hotfix A won't install because it's been applied once already.)

      That's the first problem. The second problem is one of denial. I'm going to pick on MS again, not just because it's so fun to do so (although that's part of it), but also because it's easy.

      Last year, MS was told-- by a reputable security group-- of a vulnerability. I believe it was the DCOM vuln that another reply to you mentioned, but I could be mistaken. MS said, "It's only a theoretical problem" and said that they wouldn't be addressing it. The security group created exploit code. "It's not in the wild... we won't address it." Etc, etc... in short, MS refused to acknowledge that it was even a vulnerability until it was too late-- ie, until lots of people had viruses.

      Public disclosure became commonplace because vendors refused to address-- or sometimes even acknowledge-- bugs unless they were made publicly known. (Why should they? It's not harming the company until they start losing consumer confidence. Remember, boys and girls, effective capitalism requires consumer knowledge about products!) Nowdays, we see the situation in which vendors refuse to acknowledge bugs that are only described; until it can be demonstrated, it doesn't exist. And unless it's in the public eye, it doesn't exist. So you have to demonstrate the vulnerability, in a public manner: ie, publish the exploit.

      Here's the irony. Vendors are against public disclosure of vulnerabilities, and say that responsible people shouldn't publish their findings; it's irresponsible to make vulns known. But public disclosure only became commonplace because the vendors were irresponsible about fixing vulns. If they had been fixing them in a timely fashion, without needing public disclosure, then we wouldn't have set up things like BugTraq and the like.

  41. Travel abroad by rbanffy · · Score: 1

    And so, the french who want to publish vulnerability reports and proof-of-concept code will have to travel abroad before doing so.

    If I understood correctly, he was fined because his proof of concept code infringed the copyright of the original program he was trying to prove as vulnerable. Maybe some more careful coding could have avoided that.

    What will happen under a more unified Europe? Will decisions made in one country be upheld in other countries - will other europeans have to worry about this decision in France?

  42. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by p3d0 · · Score: 1

    What are you talking about? That's not what the article says at all.

    --
    Patrick Doyle
    I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
  43. Extortion? by goldspider · · Score: 1

    Am I the only one who finds this whole "Fix this now or else I will publish the exploit!" business a little shady?

    I know it's not QUITE the same as extortion, as the person with the vulnerability knowledge isn't seeking financial gain.

    But what is the purpose of publishing the exploit? What if the developers can't come up with a patch in time to meet thier imposed deadline?

    It just doesn't seem very professional to me at all.

    --
    "Ask not what your country can do for you." --John F. Kennedy
    1. Re:Extortion? by Anonymous Coward · · Score: 0

      What if the developers can't come up with a patch in time to meet thier imposed deadline?

      WTF? They already missed their deadline! They shipped software with a hole in it!

      Good lord, security holes are not supposed to be in the software to begin with!

      If you find an exploit, publish it ASAP. Otherwise what's the incentive for the company to *ship* better code?

    2. Re:Extortion? by asc4 · · Score: 1

      Well, perhaps not direct financial gain, but there certainly is something to be said for security companies looking to prove their expertise (and consequently boost sales) by trumpeting all the exploits they've discovered.

      That said, I think publishing exploits is a necessary thing. I think the discoverer of an exploit has a responsibility to all the other users of whatever software has the hole in it to make the hole known. However I think the discoverer also has a responsibility to make a genuine attempt to notify the software developers of the problem and give them the chance to release a patch before making any public proclamations. To me, the public announcement should be used as a last resort to try to prod an unresponsive software manufacturer into action.

    3. Re:Extortion? by fishbowl · · Score: 1


      "I know it's not QUITE the same as extortion, as the person with the vulnerability knowledge isn't seeking financial gain."

      Why is financial gain a necessary ingredient of extortion? Any "valuable consideration" should suffice. If commerce can use the barter system, why can't crime?

      --
      -fb Everything not expressly forbidden is now mandatory.
    4. Re:Extortion? by Anonymous Coward · · Score: 0

      So the solution is to publish the exploit without any prior notification. Then when they complain about not being notified first tell the company you didn't want to risk extortion charges.

    5. Re:Extortion? by goldspider · · Score: 1

      Why isn't it enough then to very publicly publish something along the lines of:

      "There is a gaping vulnerability in Software X. As paying customers of Company X, I encourage you to encourage Company X to fix the software, and discontinue use of Software X until it is fixed."

      Where is the benefit to the general public in publishing the exact mechanics/methods of the vulnerability?

      --
      "Ask not what your country can do for you." --John F. Kennedy
    6. Re:Extortion? by asc4 · · Score: 1

      Because without proof-of-concept any moron out there can claim all sorts of vulnerabilities for no other reason than to try to tarnish the reputation of software companies.

    7. Re:Extortion? by Anonymous Coward · · Score: 1, Informative

      The benefit is simple: exploit code is proof that the vulnerability is real. Without proof, it's all just an unsubstantiated claim, and there's no way to know if you are in danger or not. Another benefit is that the exploit code allows anyone to verify that a supposed patch really fixes the problem.

    8. 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.
    9. Re:Extortion? by Anonymous Coward · · Score: 0

      What responsibility, then, does the publisher of an exploit bear for the actions of those who actually use his exploit?

    10. Re:Extortion? by asc4 · · Score: 1

      None. Provided that the publisher exhausted all reasonable means to notify the software manufacturer and still got no response, the responsibility then falls on the manufacturer for their failure to adequately address the problem in a reasonable timeframe after it was first brought to their attention.

      Is the guy who first discovers a dangerous design flaw in a children's toy responsible for all the children injured as a result of the flaw if the company refuses to recall the toy?

    11. Re:Extortion? by JuanLou · · Score: 1

      In this case the exploit was regarding a vulnerability on consumer personal data. Publishing it is a mean to force the webmaster protect sensitive consumer information, so it is a good thing (in the long term). People ought to be informed when they use sites that are not secure, it is fair to all users.

    12. Re:Extortion? by Anonymous Coward · · Score: 0

      the deadline is basically: "talk to us"

      if they ignore it/completely blow the person off. well they get what they deserve.

      the responsible security people will work with the company and as long as the problem is being dealt with, nothing will happen. if they ignore the person and the security hole, well guess what, it will be released.

    13. Re:Extortion? by The+UberDork · · Score: 0

      Now there's a difference between stating there's a problem and publishing an exploit that uses the problem. To use your analogy: You've found the problem, you've informed the car maker, now after 4 years, they haven't fixed it, so you go and start rear-ending cars to make them explode.

    14. Re:Extortion? by elpapacito · · Score: 1

      It would be wrong to rear-end cars to prove that they have a serious defect, but there's no guarantee that any car or computer will be rear-ended because of the publication of the exploition ; it doesn't become neither more likely nor more probable, just relatively easier if you get to know about the exploit, decide to use the exploit.

      For instace, when I evidently publish on a spray bottle that it contains flammable gases I do that for safety purposes, to let the users be aware.

      Yet at the same time.. am I'm telling the wannabe delinquent that a spray bottle is a flamethrower or just making it easier for him to understand ?

    15. Re:Extortion? by jd · · Score: 1
      IANAL, but I read about one in Henry Cecil's series of books. In England, it would be classified as being an "accessory to the fact", which makes NOT revealing information that relates to a crime or criminal activity, in itself a crime.


      Now, you'd have to walk a fine line between publishing an exploit (in this case, publishing the safety hazard and, possibly, how/why it works) and exploiting the exploit (using that information to deliberately damage either cars or the manufacturer).


      English law both protects and scrutinizes people through the concept of the reasonable person. It is a defence, in that anything that is nominally a crime can be excused on the grounds that any reasonable person would act the same way. That doesn't often happen, but it can.


      It is a form of scrutiny, in that anything which is nominally protected, but is used UNreasonably can lose whatever protections there are.


      In the case of publishing exploit code, it would seem to be a matter where reasonableness should take priority over any law or other ruling. Where there is an overriding public interest in knowing that the exploit exists, but there is a justifiable fear that the system maintainers would actively suppress the knowledge if possible, then it would seem eminently reasonable to make suppression impossible.


      For example, there was another massive credit card theft (32,000) reported today. It took several months for the company to even notice what was happening. Were a group of "Grey Hats" to audit mission-critical systems of major companies and publish the results, I think it very likely that a case could be made for the reasonableness of such an audit and the apparent Public Interest in such information being revealed so that responsible parties can be held to account BEFORE the next disaster.


      (Of course, we all know that theory != practice, even if the case reached court. Any company willing to play with fire on that scale, with the potential for massive damages and catastrophic PR, is unlikely to worry too much about whether Grey Hats are good building materials for bridges.)

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    16. Re:Extortion? by xmp_phrack · · Score: 1

      Let's say you tell the automotive manufacturer about it, and he claims that your research was flawed and there was no problem,

      You take the population of vehicles in the field (A) and multiply it by the probable rate of failure (B), then multiply the result by the average cost of an out-of-court settlement (C).
      A times B times C equals X. This is what it will cost if we don't initiate a recall.
      If X is greater than the cost of a recall, we recall the cars and no one gets hurt.
      If X is less than the cost of a recall, then we don't recall.

    17. Re:Extortion? by AlexCV · · Score: 1

      There has never been problems with Ford Crown Victorias, this is FUD! ;-)

    18. Re:Extortion? by conteXXt · · Score: 1

      ah not exactly.

      This would be more like telling a newspaper about the deficiency, and including the information that they had to be hit "from the rear".

      Hitting them yourself would be like actually releasing a virus (in the wild, not a proof of concept) based on the exploit.

      I don't think that is actually what happened here.

      --
      The truth about Led Zep should never be told on /. (Karma suicide ensues)
    19. Re:Extortion? by SydShamino · · Score: 1

      >> This would be more like telling a newspaper about the deficiency, and including the information that they had to be hit "from the rear".

      Or publishing a book about it? Criminal!

      --
      It doesn't hurt to be nice.
  44. So let me get this straight by Jailbrekr · · Score: 1

    The french are saying that finding and publishing expolit code is illegal. If someone finds an exploit and does not publish it, and the exploit eventually gets out into the wild, who is ultimately responsible for the damages? Is it the hackers who wrote the code, the company for not finding and patching the vulnerability, the person who found and did not publish the exploit, or is it the french gov't for gross legal mismanagement?

    --
    Feed the need: Digitaladdiction.net
  45. What they don't know can't hurt them by Frodo+Crockett · · Score: 1

    Oh, that's a great idea. If you keep a problem secret, it's not a problem anymore!

    --
    "The newly born animals are then whisked off for a quick run through a giant baking oven." --heard on Food Network
  46. 3rd country by bogaboga · · Score: 1

    They will publich remotely using servers in a 3rd country. The info can still be obtained. When will the bureaucracy understand how today's IT world operates? Heck, drugs (cocaine, marijuana) and the like are illegal but still obtainable by anyone who trys.

    1. Re:3rd country by Anonymous Coward · · Score: 0

      You seem to not grasp the difference the laws of the land and the laws of physics. One is a set of guidelines representing the common ideals of society regarding right and wrong, the other is absolute.

  47. not surprising by oskillator · · Score: 0, Troll
    I'm not at all surprised, considering that France is a police state.

    I hear it's one of the more pleasant ones in general, but personally I'd rather not accidentally step on a maladjusted cop's toe whilst visiting the Louvre and later find that he searched my hotel room on a whim, and found the book of prostitute phone numbers the previous tenant left there, leaving me to somehow prove to the courts that it isn't mine.

    1. Re:not surprising by Anonymous Coward · · Score: 0

      I do not have mod points since I don't have an account, but I'd hesitate between flambait and funny if I had some.

    2. Re:not surprising by oskillator · · Score: 1
      To whomever modded this a troll: I admit, I used the language of a troll, or to put it another way, I stated unpopular facts as I saw them without niceties.

      If you disagree with my post, I'd appreciate if you would tell me which of the following statements you disagree with:
      A) In France, police can search your hotel room without a warrant.
      B) In France, you are guilty until proven innocent.
      C) If A and B are true, then France is a police state.

      If you plausibly refute any of these then I will concede the argument with apologies. I will warn you that C is close to axiomatic to me, and will be harder to refute in my view than simple data. Lest you think that this makes trying to refute C a waste of time, bear in mind that you may well convince other people reading the thread.

      For extra credit, refute that having the phone number of a prostitute can get you in legal trouble in France.

  48. Re:Judicial Insanity, Not just for Americans anymo by Anonymous Coward · · Score: 0

    Do you dummies ever consider getting a passport and *going* *somewhere* instead of yapping mindlessly about how anything bad, or merely annoying, is a uniquely American problem? Your stupid parochiality is even more irritating than the "USA! USA!" types.

  49. 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.

    1. Re:Where's the real info? by fishbowl · · Score: 1


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

      For now. But European law seems to be on a trend away from sanity, while people behave as if European law will always remain sane, and as if the USA has a monopoly on corruption and ignorance and insanity in government.

      --
      -fb Everything not expressly forbidden is now mandatory.
    2. Re:Where's the real info? by Anonymous Coward · · Score: 0

      The real info is that he was convicted of having used a wareZ'd version to reverse engineer the product.

      Thus, this is a mere piracy case. Move along, nothing to see here.

    3. Re:Where's the real info? by Anonymous Coward · · Score: 0

      It seems to say that reverse engineering is only legal insofar it is used to insure interoperability.

    4. Re:Where's the real info? by Anonymous Coward · · Score: 0

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

      Not entirely correct. You are allowed to reverse engineer software if it's the only way to make your software work together with whatever you reverse engineered. E.g. you are allowed to rev-eng. msword to understand the .doc format.

      Releasing an exploit isn't really usefull for that (except when you write malware ;-) ), so you are not allowed.

      Of course, france might have implemented this european directive differently.

    5. Re:Where's the real info? by fabbers · · Score: 1

      According to this blog http://maitre.eolas.free.fr/journal/index.php?2005 /03/08/87-guillermito-condamne-mais-tres-legeremen t/ (oh my god, it's in french!), he was convicted of counterfeiting, i.e using a pirated version of Viguard. The judge said that, in order to be legal in France, reverse engineering should be performed on legaly obtained software.

    6. Re:Where's the real info? by k98sven · · Score: 1

      Of course, france might have implemented this european directive differently.

      That is why I refered to the directive itself. I don't know exactly what the French implementation looks like.

      However, I do know several nations (Sweden, Norway, Finland, Denmark) who in their implementations do specifically mention finding/fixing bugs (well 'errors' is the more common term in law) as a valid reason for reverse-engineering.

    7. Re:Where's the real info? by alain94040 · · Score: 1
      Glad you asked.

      The guy got convicted for using a pirated copy of the software he reverse-engineered, not for the reverse-engineering or posting the exploit. And since the sentence was suspended, you can see that the judges actually saw as a positive the goal of the reverse-engineering.

      PS: yes, it does happen that a /. headline is misleading :-)

      Alain.

  50. 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.
  51. 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.
    1. Re:Don't pick on corporations- or cooperate by RedWizzard · · Score: 1
      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.
      Is there any reason why you didn't name McDonalds? It's not like it's a secret - they were the plaintiff, not the defendant.
  52. 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
    1. Re:Ruling make illegal? by Anonymous Coward · · Score: 0

      > Rulings don't make something illegal. Laws make things illegal.

      What you say is true in France, but in the US, rulings make law -- this is called the English Common Law, and it is prevalent in the US (except Louisiana, which follows Napoleanic Code).

    2. Re:Ruling make illegal? by cpt+kangarooski · · Score: 1

      Well, some opinions are just interpretations of laws. But in the US, we have a common law system, so yes, at times the courts do create laws. Since this dates back to the courts set up in England after the Norman Conquest, no one's really bothered complaining about it for a few centuries. It all works okay.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    3. Re:Ruling make illegal? by WhiplashII · · Score: 1

      That is how it is supposed to work, but unfortunately it doesn't work that way. Courts often are asked to rule on things where there is no current law - so they have to find the closest law and try to apply it to the situation.

      It happens a lot. People tend to not like it because they agree with your statement on what a courts job it - but what is the court supposed to do, wait for parliment?

      --
      while (sig==sig) sig=!sig;
    4. Re:Ruling make illegal? by Zphbeeblbrox · · Score: 1

      The court is supposed to throw the case out. Its a well defined job. If no law applies then the case gets thrown out.

      --
      If you see spelling or grammatical errors don't blame me. I tried to preview but IE here at work borked the CSS
    5. Re:Ruling make illegal? by Zphbeeblbrox · · Score: 1

      I'd be interested in seeing the legal basis of this practice. A document to the effect somewhere in our legislation is all we need. You show me the law that gives them this power and I'll lay all my complaints to rest.

      --
      If you see spelling or grammatical errors don't blame me. I tried to preview but IE here at work borked the CSS
    6. Re:Ruling make illegal? by WhiplashII · · Score: 1

      Well, yes. But who decides if a law applies? The court, of course.

      Thus they can extend any law they like, in effect making law.

      --
      while (sig==sig) sig=!sig;
    7. Re:Ruling make illegal? by Anonymous Coward · · Score: 0
      Illegality is best defined by results: if a court rules a certain action to be illegal, then and only then should it be considered illegal. Laws make things probably illegal, with varying probability depending on the clarity of the law and the actions in question.

      By that reasoning, this ruling has made the publication of exploits illegal, as no other event could have.

      Furthermore, the use of precedent means that future cases can be predicted to have the same outcome, so it's much more likely that future publications of exploits (by which I mean specific publication events) will be found to be illegal.

    8. Re:Ruling make illegal? by Raistlin77 · · Score: 1

      You've got a point, but I think you are being too literal in the sense. Of course it does not mean that the act in question is now illegal, but it does make a precedence for future lawsuits regarding the same act.

      In other words, if someone in France does the same thing Tena did, it will be easier for the company that is suing to win, citing that "in Tegam vs. Tena, the courts ruled in favor of Tegam and imposed a suspended fine of 5,000 euros against Tena". Because of this, it will now most likely take a law to undo the damage that has been done by that ruling.

    9. Re:Ruling make illegal? by Mjec · · Score: 1

      Ugh, it's called caselaw. It's at least as important as, if not more important than, legislation. Basically it establishes a precedent of interpretation of the legislation. So legislation might say "don't steal stuff" and the judiciary decides what that means. Then they establish a precedent and judges, often in lower courts, can hand down decisions saying "in the past it was this way, so it's this way again - for that reason you punishment is X". Learn something about the legal system before spouting crap.

      --
      "But everyone should know everything." -markab
    10. Re:Ruling make illegal? by Zphbeeblbrox · · Score: 1

      everything you just said I already knew. I just object to it. Just because a judge said it was this way in the past doesn't automatically mean the judge was right when he said so. Precedent/caselaw is a terrible way to run a court system. Just because it works that way now doesn't mean it's the right way. I still haven't seen anyone point me to a peice of legislation or law that says this a court has the power to create law or even to bend a law to apply where it doesn't. Every case should be decided on the basis of the law and nothing else. Any other basis of deciding is stepping outside of their boudaries as set by law. Laws should be created by elected officials in the legislature. Anywhere else and citizens begin to lose their ability to control the laws that affect them. Some judges aren't even elected. They are appointed. Jeremy Wall

      --
      If you see spelling or grammatical errors don't blame me. I tried to preview but IE here at work borked the CSS
  53. Viva la America! by null+etc. · · Score: 1
    This ruling makes the publication of security vulnerabilities and their proof of concept through reverse engneering illegal in France.

    Awesome! French software manufacturers can now use the threat of prosecution to avoid having faulty software criticized. French software manufacturers thus have less incentive to fix their broken software products.

    Hopefully the French will start buying their software products from America!

    1. Re:Viva la America! by Anonymous Coward · · Score: 0

      In Other News...

      Microsoft announces the relocation of it's corporate headquarters to Metz, France...

  54. 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"
  55. oh great by chalkoutline · · Score: 1

    I now eagerly await some script kiddie writing a 'Freedom Virus' that posts anti-French messages all over your machine.

    --
    There are 2 types of people in the world, those who find that stupid binary joke funny, and those who don't.
    1. Re:oh great by Lehk228 · · Score: 1

      i have enough anti-french stuff on my machine already i wouldn't notice.

      --
      Snowden and Manning are heroes.
  56. Re: French legal decisions by markdowling · · Score: 1

    IANAL, but the French Civil Code system's rulings would find difficulty in being applied in a common law jurisdiction like the UK or Ireland.

    For action to be taken, there would have to be some kind of framework like the European Arrest Warrant. Given the way the Eurocrats bullied through the recent patent legislation one can't rule it out.

  57. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by Sam+H · · Score: 1

    See this analysis by a lawyer who followed the trial: http://maitre.eolas.free.fr/journal/index.php?2005 /03/08/87-guillermito-condamne-mais-tres-legeremen t
    (quote: "Ce qui a perdu Guillermito, c'est que sa version de ViGuard était piratée", eg. "What lost Guillermito was that his version of ViGuard was pirated").

    --
    God, root, what is difference ?
  58. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    lol...

    Okay, buddy. Your points are pointless, and even demonstrate a lack of economic understanding.

    Congratulations, dumbfuck.

  59. When exploit knowledge is outlawed... by taanstaafl · · Score: 2, Insightful

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

  60. 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

  61. Re:Just another reason to hate the French.. by goldspider · · Score: 1
    "One little short frenchie with a bad attitude almost conquered the entire world, twice."

    If you believe that Napoleon almost conquered the entire world, you have little room to question anyone's education.

    --
    "Ask not what your country can do for you." --John F. Kennedy
  62. Well they surrender to everyone else.... by gatkinso · · Score: 1

    ...why not the hackers too?

    --
    I am very small, utmostly microscopic.
  63. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    i guess all those pictures i saw of germans completely dominating paris dont really exist.

    france was quickly made Germany's bitch.

    the french have certain aspects of a great society, battle is not one of them.

  64. 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

  65. 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...

  66. Does this include MMORPG exploits? by aapold · · Score: 1

    Then I'm all in favor it. Dr. Twister will need to find a new place of exhile...

    --
    "Waste not one watt!" - CZ
  67. Sure they do by Ironsides · · Score: 1

    It's called the Ministry of the Interior.

    --
    Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
  68. 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."

  69. Re:Just another reason to hate the French.. by stupidfoo · · Score: 1

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

    He really kicked Russia's ass

  70. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by Ohreally_factor · · Score: 1

    What, and miss the dupes?

    Actually you've just hit upon the reason the dupe problem is so bad on slashdot. Obviously, the editors have each unchecked the boxes of all the other editors.

    --
    It's not offtopic, dumbass. It's orthogonal.
  71. It had to be said... by Evets · · Score: 1

    Everybody already knows that the secret to getting past the Maginot Line is to simply go around it.

    Even if nobody was allowed to talk about it, everybody would still know how to defeat it.

  72. Now I have to rename my Freedom Fries! by multi-flavor-geek · · Score: 1

    I guess now instead of Freedom Fries (Instead of French Fries)Instead of Shoestring Potatoes fried in vats of lard)) I will have to start calling them 'Don't Reverse Engineer Software and Publish Vulnerabilities or you will rot in jail Fries'.
    I do believe they are going to start hating me at McDonalds.

    --
    Like arts? Like cheesy little Indie mags? Check out www.artwerkmag.com, and don't laugh at the bad coding please.
  73. 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.

  74. Free speech? by AstroDrabb · · Score: 1, Troll
    Doesn't France have free speech rights? I thought the USA was getting bad with slowing taking rights away from citizens and giving them to the government or corporations. It seems like France just beat out the USA IMO.

    It looks like the rest of the world has pretty much caught up with the USA. France denies free speech, the EU bows to big corps and OKs software patents, AU is considering fines for people or corporations if they use the Internet to incite or promote suicide methods.

    Is there any decent government left in the world?

    --
    If Tyranny and Oppression come to this land,
    it will be in the guise of fighting a foreign enemy. -James Madison
    1. 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.

    2. 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/

  75. Hmmmm..... Minor points by kaladorn · · Score: 1

    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.

    They capitulated and had a fairly sizable number of collaborators too. Not sure what either of these sound-bytes has to do with the current situation....

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

    http://www.napoleonguide.com/ajaccio.htm

    Corsican. That ain't the same thing, really.

    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.

    Sure. Starting something gets you some credit. What have they done that was democratic lately? Seems the trend is in the opposite direction. These are the same people who invented (or at the very least endorse) the idea of policing their language. That's about as anti-democratic as you can really get.

    France hasn't done much useful for about 150 years now. Resting on your historical laurels isn't really all that respectable and the willingness to sell weapons to both sides in just about every conflict regardless of the consequences doesn't exactly inspire one to think of France as a bastion of worldly wisdom. Nor, unfortunately, does the attitude referenced in this article. I give you that the US has gotten a wee bit adle-pated about patents and IP law, and France is not alone in Europe in being brain-absent, but that doesn't make them any sort of champion to herald....

    --
    -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
    1. Re:Hmmmm..... Minor points by Anonymous Coward · · Score: 0

      > Sure. Starting something gets you some credit.
      > What have they done that was democratic lately?

      how about abolishing the death penalty?
      May be we should get started on a discussion about the recent progress of American "Democracy".
      Sya what you want about the French, but
      at least they don't send their citizens to get tortured in Syria. They don't fine TV channels for showing bare breasts. Their government isn't owned by the corporations. They don't allow the ruling party to re-disctrict electoral maps so that incumbents are automatically reelected. Their system isn't rigged to allow only 2 parties. Oh, and the guy who becomes president is actually the one who gets the most votes.

      > Seems the trend is in the opposite direction.

      ??? what are you smoking?

      > These are the same people who invented (or at
      > the very least endorse) the idea of policing
      > their language. That's about as anti-democratic
      > as you can really get.

      You have no idea what you are talking about. Do you think a recommendation from the French academy has any more influence on what words the French use than the "food pyramid" of the US FDA has an influence on what Americans eat?

    2. Re:Hmmmm..... Minor points by kaladorn · · Score: 1

      May be we should get started on a discussion about the recent progress of American "Democracy".

      What exactly does the state of American democracy have to do with France? I believe I asserted you can't champion France as the home of democracy. I don't believe I spoke even offhandedly pro-or-con about American democracy. I'll ignore your rant about the US (which is what this really is). If you think French democracy doesn't have all sorts of procedural holes (just like every other one), then you are pathetically naive. Or willfully stupid.

      You have no idea what you are talking about. Do you think a recommendation from the French academy has any more influence on what words the French use than the "food pyramid" of the US FDA has an influence on what Americans eat?

      The French actually make concious attempts to regulate their language and keep out anything that may be creeping into common usage from outside. That process of foreign words creeping in is a grassroots activity and as democratic as it is possible to imagine. And yet they make a serious *funded* attempt to thwart this. And they pass the kind of language legislation that helps support such efforts. If you love French democracy, maybe you should move there and get a close look at it with open eyes. Or maybe you are a French patriot, who looks at his country and cannot see the flaws. The Emperor's New Clothes are very nice, aren't they? Go peddle your unsupportable assertions elsewhere, AC. You don't even have the energy or courage to own up to a login name, so why would you bother actually trying to expend the energy to become educated on these matters or to open your mind?
      --
      -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
  76. Mod the parent down. by MyLongNickName · · Score: 1

    From the FA:
    Yesterday the French security researcher Guillame Tena, aka Guillermito, has been fined a suspended fine of 5000 euros by a French court for publishing a vulnerability in the Viguard anti-virus software of the company Tegam.

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  77. Oz Court: "Surrender, Dorothy" by Anonymous Coward · · Score: 0

    Now all I need is a story to stick this headline to. Anyone know of a "Dorothy" that's having legal problems in Australia?

  78. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    Wait.. they developed Nuclear Weapons?

    They better watch out.. Bush doesn't like countries with the bomb...

    Maybe we will attack them next, and revenge all of the high school students forced to sit through endless hours of French class.

  79. Ahhh..... by NecroPuppy · · Score: 0, Flamebait

    The tried and true French method of "stick your head in the sand, and hope it will go away on it's own."

    --
    I like you, Stuart. You're not like everyone else, here, at Slashdot.
  80. Link to the Leaflet by Ironsides · · Score: 1

    Leaflet

    Considering a lot of what they are saying and implying, I can understand why McDonalds's is suing. Lets start with McDonald's is directly involved in this economic imperialism, which keeps most black people poor and hungry while many whites grow fat. Hmm... like I've never seen a black person eat at Mics before nor a skiny white guy.

    --
    Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
  81. You can tell Harvard buys this myth by WillAffleckUW · · Score: 1

    After all, if they can just not admit people who hack their admissions web pages, the problem doesn't exist, right?

    Right?

    Um, how come Zaphod Beeblebrox just graduated from Harvard ... couldn't be that they should just fix the code, could it?

    The same applies to the French firm.

    --
    -- Tigger warning: This post may contain tiggers! --
  82. 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.

  83. Re:Just another reason to hate the French.. by CrimsonAvenger · · Score: 1
    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.

    I've heard of this happening once in the USSR with a KV-1. I've never heard if it happening with a Char B.

    Also, for what it's worth, the KV-1 had both heavier armour and a better gun than the Char B. And a better engine, better tracks & suspension, and a better crew layout to boot.

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

    Umm, no. The little Corsican (not Frenchman) didn't even come close to conquering "the entire world". He never quite managed to conquer Europe (Hitler did better), much less Eurasia, much less the rest of the world.

    NOTE: I am not anti-French. I am truly grateful for the help they provided in our Revolution, since we would not likely have won without their aid. But since then, they've managed to look like complete imbeciles more often than not.

    --

    "I do not agree with what you say, but I will defend to the death your right to say it"
  84. My way. by Anonymous Coward · · Score: 0

    What I'd do is this:
    One: Nag the company. Tell them the exploit. Tell them how I found it. Give them a Proof Of Concept. Wait for reply. I would most likely use a fake email with Tor/Privoxy for security.

    Now two things can happen:

    Scenario A) The company gives me a pat on the back, patches the hole, and gives me $1000 in hard US currency.

    Assuming that pigs don't fly, the second scenario is much more likely.

    Scenario B) They ignore me. Six months later it isn't patched even after they said they'd do it. So I get pissed off. I call up Secunia and tell them of my discovery. I put it in BugTraq as well. I would of course do this with Tor/Privoxy so I couldn't be traced.

    But seriously, if there was a car on the road which had a faulty gas tank which could easily explode upon impact of anything sharp, would I tell the public? Hell yes. I'd take it to the company. I'd take it to the press for a Public Service Announcement. I'm not going to let a few peoples lives be ruined because of this flaw. Many people use computers for actual work - my mother, for example, uses her computer for journalism and authoring. She makes major changes to her pieces every day - backing up isn't an option. HOURS or even WEEKS of work can be lost due to a compromise. I'm good at keeping her computer up on patches and security... but what of the other people who are artists, not techies? They need to know a software has a hole so they can badger the company about this hole, even if they don't understand what it entirely is. It's a flaw. And it needs to be fixed.

    I'm just a lonely tech kid sitting in his basement, trying to make cyberspace happy and all of the people who use any operating system not to have to deal with shitty technical design and beurocracy.

  85. 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.
  86. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

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

    Well, yes, they do try to imitate the US in this, but they can't keep up with the US penchant for supporting brutal dictatorships with all sorts of arms (including one of the most notorious examples, the US funding Saddams weapons of mass destruction, in the great Iran-Iraq war).

  87. Re:Judicial Insanity, Not just for Americans anymo by Anonymous Coward · · Score: 0

    What.. I'll go anywhere.. except France

  88. 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.

  89. *Free software for finding a problem. by SteveXE · · Score: 1

    About a year or two ago I was checking for utility programs to install on my new PC, I came across a fairly known companys website i cant recall who it was or what the software was though. Anyways I went to the page where you can buy then download the software. I clicked the submit link without filling in any billing info...in fact i left every field blank. 10 seconds after hitting submit the software started to download. So, like any GOOD netizen would do i found the contact email address and promptly notified them of this potentialy buisness killing flaw in their software, 3 days later it was fixed, 2 weeks later I got an email from the company thanking me for notifying them instead of exploting the silly hole and now they give me a copy of every program they make..now if only i could find that outlook backup file that contains who they were I would be all set.

  90. Re:Just another reason to hate the French.. by winkydink · · Score: 1

    The enemy of my enemy is my friend. Unlike the French who couldn't fucking care less who they sell shit to as long as it's at a profit.

    --

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

  91. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    Corsica is part of France, you moron.

  92. Re:Judicial Insanity, Not just for Americans anymo by cpt+kangarooski · · Score: 1

    And what makes the 9th Cir. stand out?

    --
    -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
  93. Re:WOW! by gedeco · · Score: 1

    In this case the French governement is only capable of stopping exploits being published in France.

    Never admit you've find a exploit by reverse engineering. You'll found it by coïncidence.
    Make someone else publish it in some other country.

    Actually what's the difference between this and consumer testing toothpaste? They publish also the bad results?

  94. Re:Just another reason to hate the French.. by meburke · · Score: 1

    It's not worthwhile to hate the French. They are like most countries, mindless peasants disinterestedly moving at the whim of the 3% that actually make things work. Occasionally they respond vociferously but impotently to the stimulus provided by the popular pubs and the glass tit. They are simply people with delusions of superiority, just like most of the nationalists in the world, but they are not directly responsible for the actions of the ruling government and it's bureaucracies. In fact, when you get right down to it, the French populace probaly shares many of the same values that we do.

    Government is a system. People buy into the system even when it produces deleterious results. You would think that we computer geeks are eminently capable of analyzing the system and showing the harmful effects, but this would probably not change anything because the system is supported by blind emotion rather than clear reason.

    IMO, there is too much French government in French Sciences and Research, and not enough free thought, but then, I'm grateful I don't have to operate in France.

    --
    "The mind works quicker than you think!"
  95. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    Corsica became part of France on 30 Nov 1789, by French decree, when Napoleon was 20 years old. Maroon.

  96. French courts vs. the internet by Guillermito · · Score: 1

    Is it me, or everytime a french court's ruling regarding the internet or some 'your rights online' related thing is mentioned in slashdot the verdict is: "French judges just don't get it". ... and before you ask, no, it's just a coincidence, I'm not related to the 'Guillermito' mentioned in the article.

  97. Wrong... by Anonymous Coward · · Score: 1, Informative

    Guillame Tena was condemned because he worked on an illegal copy of the Viguard anti-virus software of Tegam. This news was a bit too quickly published... arg! Slashdot is more and more like a tabloid newspaper... sad.

  98. A small correction. by jd · · Score: 1

    George Bush is single-handedly IRresponsible WITH the US GNP.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  99. Erm.. by t_allardyce · · Score: 1

    So France is just coming into line with the US then?

    --
    This comment does not represent the views or opinions of the user.
  100. 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

  101. Maybee Viguard is used by the parliament? by northwind · · Score: 1

    Great verdict. Goes to show that the reason why so many politicians like little children is because they want to be like them when they grow up.

    Remember that a judge only administers the law - he doesn't make them.

  102. I read it as ... by Anonymous Coward · · Score: 0

    I misread it as Perils of Wisdom. Come to think of it, maybe somebody should publish an article on that. Graying and receding hair are the first two that come to mind.

  103. 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--

  104. I feel like feeding the troll... by Anonymous Coward · · Score: 0
    ...So would you, you or your fellow US French-bashing troll-feeders, be so kind as to remind me the previous war won by the USA *ALONE* against a country which had more than, say, 10% of US's population and wealth? The only attempt I can remember of is Vietnam...

    Although defeating the nazis was an international effort, in which the USA took part 5 years late, if a single country had to be singled out as Germany's winner it would have to be USSR (yep guy, those reds I'm sure you admire so much). Bragging around because your grandpa contributed giving the last stroke to an ennemy already on his knees would be considered arrogant even according to French standards...

    1. Re:I feel like feeding the troll... by Anonymous Coward · · Score: 1, Informative

      Not to slap the French in the face, but before Vietnam, there was a little battle called Dien Bien Phuh... Don't quote me on the spelling, I don't care if its right...

      The French allowed the Vietnamese to encircle them in a valley, and shoot mortar fire down into the camp, thus routing the French out of Vietnam before we ever got there...

      At least we stuck around and fought them...

    2. Re:I feel like feeding the troll... by winkydink · · Score: 1

      War of 1812 Spanish-American War

      --

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

    3. Re:I feel like feeding the troll... by winkydink · · Score: 1

      Let's see. Before the US entered the war, the Nazis had conquered all of Europe, save Great Britain. I would hardly call that an enemy on it's knees. At that time, the Nazia were in effect, fighting a 1-front war. Had that continued, it is doubtful the Russians would have prevailed (but it's a what-if... who knows). Also, who paid for rebuilding Europe after the war? Russia? France? The UK? Had the US turned their backs at that point, Europeans would all be calling each other comrade in their agrarian society.

      --

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

  105. Don't mod the parent down. by Sam+H · · Score: 1

    I suggest you read this article, too, in order to get a better understanding of what the decision really means.

    --
    God, root, what is difference ?
    1. Re:Don't mod the parent down. by MyLongNickName · · Score: 1

      Sorry, but you suggested that the editor had not read the linked story. The linked story says that, in fact, the French judged against him on the basis of his publishing a hack. Had you said that the article was incorrect, I woudn't suggest your being modded down.

      I will, however, read the other article, as it is hard to believe that you can get busted for publishing an exploit like this.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    2. Re:Don't mod the parent down. by MyLongNickName · · Score: 1

      Or at least I WOULD read it if I spoke French.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  106. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0


    And my faorites: french fries and french kissing, preferably at the same time!

  107. 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.

  108. two different issues by Anonymous Coward · · Score: 0

    banning analysis of binaries and publication of said analysis is not the same as banning exploit development. it will certainly stymie devel on closed-source products though.

  109. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by vidarlo · · Score: 1
    Actually you've just hit upon the reason the dupe problem is so bad on slashdot. Obviously, the editors have each unchecked the boxes of all the other editors.

    Oh...Look! A blank front page

  110. Re:WOW! by Anonymous Coward · · Score: 0

    The error is in the idea that a *government* has any power to stop this kind of disclosure.

    let's say the less skilled kiddies no longer have decent sploits. this reduces the total number of intrusions in the short term (autorooters + worms). but what is the long-term effect of non-disclosure or anti-sec? the truth is no one knows.

  111. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    Well, let's see, they provided weapons, military training and aid to the American Colonists in the Revolutionary War.

    Only to the traitors amongst the colonists not those those loyal to the crown. This shows their typical treacherous nature.

  112. yo French government by Anonymous Coward · · Score: 0

    you're in good company. there are some other countries, er, groups that want to ban exploit code.
    http://www.h0h0.com/phc/
    http://www.h0h0.com/blackhatbloc/

  113. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    Europe != World

    The French have never come anywhere near to conquering the whole of Europe.

  114. anti-sec FAQ by Anonymous Coward · · Score: 0

    THIS MOVEMENT IS APART OF THE ANTI-SEC / ANTI-WHITEHAT MOVEMENT.
    THIS IS NOT A JOKE READ THE ENTIRE FUCKING FAQ.
    THIS IS THE SIMPLE #PHRACK FAQ:
    keep this in mind: when speaking of phrack "magazine" we mean that whitehat magazine on phrack.org. also we use examples, but this applies to all people and websites that fall into these categories.

    1) what is a whitehat?
    a) A WHITEHAT IS ANYONE WHO HELPS THE SECURITY INDUSTRY (POSTING BUGS/INFO ETC)

    2) are there greyhats?
    a) NO, ONCE A PERSON HAS THE EVIL WHITEHAT WAYS INSIDE OF THEM, THEY BECOME A PURE WHITEHAT, PLAIN AND SIMPLE.

    3) how come "blackhats" are helping the security industry (bugtraq/phrack)?
    a) THE SECURITY INDUSTRY INFECTS HACKERS WITH THESE EVIL THOUGHTS. THE SECURITY INDUSTRY BRAINWASHES HACKERS TO WORK FOR THEM (BY PUBLISHING THIS BUG/INFO/CODE INFORMATION). ALSO THESE PEOPLE ARE NOT BLACKHATS, THEY ARE WHITEHATS BASED ON QUESTION #2. THE PROBLEM IS THAT THEY DO NOT REALIZE IT. ALSO MOST OF THESE SO CALLED "BLACKHATS" DONT HACK. REAL HACKERS DO NOT ACTUALLY PUBLICIZE SUCH INFORMATION (TO PHRACK BUGTRAQ ETC).

    4) how is phrack a whitehat magazine?
    a) EVERY TECHNIQUE THAT IS RELEASED IN PHRACK IS NOW REALIZED BY THE SECURITY INDUSTRY. THE SEC INDUSTRY NOW SPENDS TIME TO THWART THESE TECHNIQUES. ALSO, ALOT OF THE ARTICLES IN PHRACK DO NOT BENEFIT THE "HACKER SCENE" AT ALL. HOW IS IT POSSIBLE THAT "POSITIVE" IDS ARTICLES OR HONEYPOT KEYLOGGERS MAKE THERE WAY INTO A "for hackers by hackers" MAGAZINE?

    5) what are people like spaf/chris rouland/lance then?
    a) THEY ARE THE ENEMY. WHITEHATS = ENEMY.

    6) im confused, i thought k2 is a blackhat but he helps with honeypot?
    a) HES NOT A BLACKHAT, HES A BAD ROLE MODEL FOR ALL HACKERS. HE IS BRAINWASHED BY THE SECURITY SCENE. IF HE CHANGES - GOOD FOR HIM. IF HE CONTINUES HIS WAYS - HE WILL CONTINUE TO BE THE ENEMY.

    7) i get what you're saying now, so like k2/duke/horizon/scut (for example) aren't really hackers, they are just brainwashed by the security industry to work for them?
    a) THIS IS ABSOLUTELY FUCKING CORRECT.

    8) so what am i supposed to do?
    a) STOP MAKING ANY OF YOUR INFORMATION PUBLIC. BY INFORMATION WE MEAN CODE,BUGS,TECHNIQUES ETC. KEEP THIS INFORMATION PRIVATE. DON'T TRADE IT ON IRC. DON'T ENTRUST THIS INFORMATION INTO INDIVIDUALS YOU DONT TRUST 100% (SOME PEOPLE TURN AROUND AND LEAK ALL YOUR SHIT OR THEY END UP SELLING IT TO ISS). AND FOR FUCKS SAKE, TRY ACTUALLY USING WHAT YOU CODE/FIND.

    9) why do people like that whitehouse guy say "hackers shouldnt help criminals" or "hackers should help security industry by responsibly disclosing bug information to companies"?
    a) THIS IS APART OF THE MASSIVE CAMPEIGN TO GET HACKERS TO WORK FOR THEM. THE FACT IS THAT IF THE "HACKING SCENE" DOESNT HELP THE SECURITY INDUSTRY, THEY WILL BECOME LOST BECAUSE THEY ARE A BUNCH OF COMPLETE IDIOTS. THE BEST BUGS/INFORMATION IS USUALLY GIVEN TO THE SECURITY INDUSTRY BY PEOPLE IN THE "HACK SCENE", AND THIS IS A FACT. IT MUST STOP.

    10) how can i help?
    a) HELP SPREAD THIS WAY OF THINKING TO EVERYONE YOU KNOW, ONCE PEOPLE REALIZE THEY ARE BEING BRAINWASHED AND PROFITTED OFF OF, THEY WILL CHANGE. IF YOU WANT TO MAKE A SIGNIFICANT CHANGE, START MAYBE THINKING ABOUT PROJECT MAYHEM.

    11) ok, but like what if i dont want to change now? "lol"
    a) YOU WILL BE HUNTED DOWN LIKE K2, DERAADT, DUGSONG, ETC. THE INTERNET IS NO LONGER SAFE FOR WHITEHATS. NO LONGER SAFE FOR THE SECURITY INDUSTRY. 12) what should whitehats think of this movement? a) WHITEHATS/SECURITY INDUSTRY PEOPLE SHOULD BE AFRAID OF THIS MOVEMENT. IT SEEMS THAT HIGH MEMBERS OF THE SECURITY INDUSTRY HAVE ALREADY FALLEN VICTIM TO THIS MOVEMENT. THEY SHOULD STOP PUBLICLY MAKING AVAILABLE INFO SUCH AS "BUGS" OR "CODE" OR "TECHNIQUES". IF THEY DO NOT CHANGE THEY WILL CONTINUE TO BE TARGETED, AND IT SUCKS TO GET OWNED/FIRED/ PHYSIC

  115. In other news... by Anonymous Coward · · Score: 0

    In other news, French Court has found a man guilty of releasing information that the Ford PINTO has a serious defect where the gas tank could explode upon impact.

    The case focuses on the fact that the man actually looked at the car, thus reverse engineering it in his mind, to determine the location of the gas tank to be inappropriate.

  116. Not as much as US by Anonymous Coward · · Score: 0
    altern.org: a sad story.

    The same kind of trouble Serge Humpich got with smart credit cards, easily cracked ( his work gave birth to the YesCard).

    Yes, this is France also...

    BTW, you may forget that several states in the US have the most silly laws in the world and that they are pretty well enforced.

    Samples anybody ?

    1. Re:Not as much as US by Anonymous Coward · · Score: 0

      BTW, you may forget that several states in the US have the most silly laws in the world and that they are pretty well enforced.

      You idiot. This thread was going so well without the usual transatlantic bitchiness that accompanies such things, now you're trying to troll it up again.

      There are plenty of threads that discuss stupid American laws. Or stupid Australian or German laws. Bugger off.

  117. That was the sound by nurb432 · · Score: 1

    of more governmental censorship taking hold..

    --
    ---- Booth was a patriot ----
  118. Re:Just another reason to hate the French.. by roard · · Score: 1
    he came from the island of Corsica, which I believe was a French territory at the time.

    You know, Corsica is still a french "territory" ? In fact it's just a french department like another.. (even if they have independentist, but frankly, the independentist movement in Corsica is more alike to mafia than anything at the moment.. and yes, part of my family is from Corsica).

  119. I like my first ammendment by Facekhan · · Score: 1

    Our constitution enshrines free speech absolutely with very few exceptions for slander/libel/death threats/yelling fire in a theatre etc.

    Although I think the standard of living in the US is headed into a death spiral resulting in what Warren Buffet calls a debt-peonage society, I don't really see myself moving to Europe or Canada because even when I am slave to my credit card company I will still be able to complain about it.

  120. Back to binaries then? by Alwin+Henseler · · Score: 1
    > 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!

    Oh well, you'll just have to go back to distributing exploits in binary form then. Leave it to manufacturers to reverse-engineer your exploit, to find out where the leak in their product is.

  121. He used a pirated copy !! by mehgul · · Score: 1

    It says, right there, in TFA:

    To the interpretation of the French account I referred to above, why Guillermito was probably convicted is that he used a pirated version of the Viguard anti-virus software for his research. It is questionable if the same outcome would be reached if a legimite version had been used.

    Man, that is stupid !

    1. Re:He used a pirated copy !! by k98sven · · Score: 1

      Exactly.

      But TFA doesn't elaborate on that. Was he convicted only for pirating the program? Or for reverse-engineering it? Or for disseminating information aquired through those means? Or what?

      And if they don't know, why are they already drawing these conclusions?

      On one hand, you have a guy who might have been convicted of 'telling people about a security hole he found', which of course is awful, but also unlikely.

      On the other hand, the guy might have been convicted for nothing more than a single count of software piracy, and is simply defending himself by hiding behind the guise of 'security research', something which I am not at all sympathetic to.

    2. Re:He used a pirated copy !! by mehgul · · Score: 1

      By reading this document, one learns that the guy was convicted for counterfeiting ("Guillermito est déclaré coupable de contrefaçon"). He won't even have to pay the fine (-> deferred sentence). The judge showed a lot of comprehension towards Guillermito, indeed. However, the full reasons are not disclosed as the judgment is not published yet (the court is late). Apparently reverse-engineering is only allowed if you own a legal copy of the software. So he was convicted for reverse-engineering a piece of code he wasn't entitled to use.

    3. Re:He used a pirated copy !! by mehgul · · Score: 1

      Är du Chalmerist (kemi), eller ??

    4. Re:He used a pirated copy !! by k98sven · · Score: 1

      Nej, KTH. Och utexaminerad sedan ett par år. :)

    5. Re:He used a pirated copy !! by k98sven · · Score: 1

      However, the full reasons are not disclosed as the judgment is not published yet (the court is late). Apparently reverse-engineering is only allowed if you own a legal copy of the software. So he was convicted for reverse-engineering a piece of code he wasn't entitled to use.

      That is quite possible. Perhaps even likely.

      OTOH, it does mean that the 'security research' argument doesn't quite hold; One must assume that real researchers will obtain their software through legal means.

  122. Well, the guy is an idiot. by MerlinTheWizard · · Score: 1

    There's been another story in the past about some guy who had cracked the credit cards (those with chips), and made the vulnerabilities known. He got in serious trouble...

    Publishing vulnerabilities in open source software is perfectly ok, but with closed source stuff: I don't think it is. You should give the vendor the opportunity to fix the flaws before everybody tries to take advantage of them. It's different from open source, because, well, open source is open! And this very fact usually leads to very quick fixes, whereas a software company may have some latency in solving the issues.

    Meanwhile, by making what you found public, you not only affect the users: you affect the company itself. It's very different from open source.

    A company's future (hence, all of the people living off of it) may be jeopardized here. This is some responsibility and that's why I think anyone finding vulnerabilities should warn the vendor first, in a discrete manner.

    Making them public just shows that you want to be known as the guy who found them: it's kind of a cocky behavior - and well, it backfires.

  123. 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

  124. Let Me Just Say... by robocrop · · Score: 1

    Since this sentiment is always echoed in reverse whenever our government does something stupid like this: "Thank God I live in America, where this kind of stuff doesn't happen."

  125. Re:Judicial Insanity, Not just for Americans anymo by Anonymous Coward · · Score: 0

    Kind of like tha way huge numbers of non-USians come here and bash the US every chance they get without ever having visited?

    What goes around, comes around my frined, and you just went around again...

  126. 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?

  127. FULL DISCLOSURE: 2nd French Court Vulnerability by Anonymous Coward · · Score: 0

    French Court Ethical Bypass Vulnerability

    Release Date:
    Mar 1, 2005

    Date Reported:
    Mar 9, 2005

    Patch Development Time (In Days):
    Infinity

    Severity:
    High (Remote Judgement Execution)

    Vendor:
    French Court

    Systems Affected:
    The vulnerability exists in all version of judges created from 1900 to 1980.

    Overview:
    Freedom Fries Digital Security has discovered multiple vulnerabilities in the French Court Ethical Management software that is installed by default with almost all French products. The Management software allows for the remote management and tracking of judges by antivirus companies. FF Digital Security has discovered multiple cash-based vulnerabilities within the ethical component that processes incoming judgement requests. The protocol is cash-based, and all of the vulnerabilities arise due to incorrect handling of the incoming vocal strings. Successful exploitation of these vulnerabilities will allow a remote company to reliably execute code within the judgement context of the court.

    Technical Details:
    The vulnerabilities exist within the grey matter component. This executable listens on ears 001 and 002. The manager accepts the following remote commands:

    JUDGEMENT PLAINTIFF *
    JUDGEMENT DEFENSE *
    OBJECTION SUSTAINED *
    OBJECTION OVERRULED *

    For the ethical manager to successfully process the data within a request, all that is required after a command is the terminating monetary string "5000 Francs" (minus the quotes).

    Protection:
    Freedom Fries Court Security Scanner has been updated to identify this vulnerability.

    Disclosure Status:
    Vendor otified 5/1/2005 -- no response
    Vendor notified 5/5/2005 -- no response
    5/9/2005 -- public disclosure

    Greetings:
    m4rth4 st3w4r7, 3nr0n, d0n4ld ru|\/|sf3ld

    Copyright (c) 2005-2005 Freedom Fries Digital Security
    Permission is hereby granted for the redistribution of this alert electronically. It is not to be edited in any way without express consent of FF. If you wish to reprint the whole or any part of this alert in any other medium excluding electronic medium, tough shit. Violators will be owned, RM'd, and humiliated.

  128. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by slicenglide · · Score: 1

    You suck even larger balls for spelling enormous incorrectly. I would have also accepted Gi-normous, the unusual mating of Giant, and Enormous.

    --
    John Walsh once found me while looking for some other kid. He was not amused.
  129. Because you don't want them to be liable. by raehl · · Score: 1

    Your analogy is bad. Software with vulnerabilities is not like gas with sugar in it. Software with vulnerabilities is like a gas tank without a lockable cap. It's a lot easier for someone who is malicious to harm your car if your gas tank doesn't have a lockable cap, just like it's a lot easier for someone to mess with your computer if your software is vulnerable.

    But, the consumer doesn't want software without vulnerabilities. Well, sure, they want it, but they want it LESS than they want software they can actually afford to buy.

    There simply, aside from a few critical applications, is not a market for software that is guaranteed to not be vulnerable. It is far preferable to most consumers to just accept that their software may not be perfect in exchange for a reasonable price.

    Holding companies responsible for software flaws seems like a good idea, until you notice that nobody writes software anymore because too many software providers get sued into bankruptcy and/or the price for "software insurance" for software providers becomes so high that when passed onto the consumer the product is no longer affordable.

    The market has spoken. The government should be loathe to act in opposition to the market.

    1. Re:Because you don't want them to be liable. by slaida1 · · Score: 1
      Problem lies in companies will to project an image of accountability, quality, security, etc. of their products and themselves.

      Most software companies arent any more accountable than private OSS/free hobbyist software developers. Companies still act as if and that's what irks me about them. They won't pay for damages, they won't help without huge sums of money for their crappy services, they don't keep stuff stocked for years if something breaks (without huge sums of money, again), they will go out of business eg. disappear and cease to support their former customers in any way, they'll do something, try to sell it and after sale, try to dump any and all obligations.

      In other words, they are just like private persons developing free software with the warning: "You use this software at your own risk, I'm not responsible for anything this software might cause. You have been warned." Companies just won't say that loud and clear, instead they bury these under massive legaleses/licenses/eulas/whatever. That sucks.

      --
      Preserve old classics: copy your collection onto all hard drives.
  130. I CALL BS by Anonymous Coward · · Score: 0

    If you were telling the truth, you'd have the software packaging and shipping documents to ahem remind you of who it was.

    -1 BS.

  131. Tegam's response is totally devoid of facts by Khashishi · · Score: 1
    Tegam's response is totally devoid of facts.

    A description of the alleged vulnerability and a demonstration of it's nonexistance would have gone far in my mind.

  132. ObBundy by Anonymous Coward · · Score: 0

    Al at Speakers Corner: "Am I alone in hating the French?"
    Crowd: "No!"
    Al: "I thought not."

  133. Other way round by pjc50 · · Score: 1

    Certainly in the US, UK and other Common Law legal systems, law is made in the courts; rulings are precedents which must be followed. Statutes are statements about what the legislature wants the law to be. They seldom cover every possible situation in detail. So the law is made by the court which interprets the statutes in line with precedents and common sense.

  134. yay! by Anonymous Coward · · Score: 0

    White hats: 0, Black hats: 1
    The next exploit will be released anonymously, to script kiddies.
    Maybe even in a form of a virus.

  135. Publishing trojan's *IS* a national security risk by Anonymous Coward · · Score: 0
    Note that if This set of trojans was published The Soviet Union might have won the cold war!
    The Weiss project targeted the Soviet military/industrial needs as set forth in the Farewell dossier. "Improved" -- that is to say, erratic -- <b>computer chips were designed to pass quality-acceptance tests before entry into Soviet service. Only later would they sporadically fail, frazzling the nerves of harried users. Pseudosoftware disrupted factory output....

    The production and transportation of oil and gas was at the top of the Soviet wish list. A new trans-Siberian pipeline was to deliver natural gas from the Urengoi gas field in Siberia across Kazakhstan, Russia and Eastern Europe, into the hard currency markets of the West. To automate the operation of valves, compressors and storage facilities in such an immense undertaking, the Soviets needed sophisticated control systems. .... U.S. intelligence, tipped by Farewell, responded and -- in cooperation with some outraged Canadians -- "improved" the software before sending it on.

    Once in the Soviet Union, computers and software, working together, ran the pipeline beautifully -- for a while. But that tranquility was deceptive. Buried in the stolen Canadian goods -- the software operating this whole new pipeline system -- was a Trojan horse. In order to disrupt the Soviet gas supply, its hard-currency earnings from the West and the internal Russian economy, the pipeline software that was to run the pumps, turbines and valves was programmed to go haywire, after a decent interval, to reset pump speeds and valve settings to produce pressures far beyond those acceptable to the pipeline joints and welds.

    The result was the most monumental nonnuclear explosion and fire ever seen from space. At the White House, we received warning from our infrared satellites of some bizarre event in the middle of Soviet nowhere. NORAD feared a missile liftoff from a place where no rockets were known to be based. Or perhaps it was a detonation of a small nuclear

    So indeed, closed source software and keeping Trojans secret is an emportant national security strategy. If all software was open source it would be much harder to do stuff like this.

  136. Re:Where's the real info? Slandered by SlashDot by elementary_penguin · · Score: 1

    If anyone had RTFA at http://www.viguard.com/en/intro_en.php/ and gone to the bottom of the page to the link "TEGAM International against Guillermito" (Guillame Tena) They would have seen that Tena is not a computer expert he is a blogging biologist who for four years slandered and spread fud on Viguard on 15 discussion groups, Tena activly searched for questions about Viguard and presented false tests about the software (Viguard answers each of them in the article) Created a virus using copyrighted files (PCPASS) and now the court is handing him his ass. His blog is a complete lie about why he is in court, or that it had anything to do with reverse engineering or his rights. And no one at slashdot or zdnet even bothered to check with Viguard to see what the truth is. You've been had.

  137. Ironically... by Mysticalfruit · · Score: 1

    That same day the French courts public website got cracked, by people using an unknown exploit...

    --
    Yes Francis, the world has gone crazy.
  138. 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.

  139. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    yes, he was french we he ruled. Otherwise, George Washington was the greatest british president.

  140. RTFA: He was nailed for using a pirated copy by Raxanax · · Score: 1

    Read The French Article... In a nutshell he mostly got nailed because he was using a pirated copy, so was not granted the right to observe, disassemble, etc.

  141. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    indeed!

    I am sick of this nation vs nation bullshit. Government as a system is seperate from the populance and run by elites.

    They are laughing all the way to the bank when we get caught up in these little anti-french and anti-american tiffs.

    It just goes to show that geek intelligence != "general intelligence"(if there is indeed such a thing).

    Good post, anyway, I suspect it won't get modded up in the groupthink though.

  142. Re:Just another reason to hate the French.. by mccoma · · Score: 1
    Well, let's see, they provided weapons, military training and aid to the American Colonists in the Revolutionary War.
    Well, if you want to get technical about it, that country (monarchy) doesn't exist anymore, there was this revolution and a new government replaced it. We did get a good land deal out of the new government.

    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.
    Well, the French Revolution occurred after the American Revolution, so the US had a "democracy" (well, really a republic - but people seem to be using them interchangeably here) first. I would say the Greeks beat both countries, but they haven't had the same continuous government.

    One little short frenchie with a bad attitude almost conquered the entire world, twice.
    uh... nope..... others would have a better claim on that one.

  143. I agree by rjdohnert · · Score: 1

    With this ruling. Its one thing to inform the public of a possible security flaw, but its another thing to publish code to take advantage of that exploit. My only hope is that the US follows in Frances footsteps on this issue.

  144. full disclosure is full disclosure, not waiting... by Anonymous Coward · · Score: 0

    full disclosure is full disclosure, not waiting around. Notify the vendor via a public mailing list. With open source vendors, I use bugzilla or their devel mailing list. With closed source vendors, I just post to bugtraq and let that be their notice with a CC.

  145. There goes my career path... by DarKry · · Score: 1

    Publishing POC was always the final step in any exploit. First you contact the company. Then they stiff arm you. Then everyone using their software gets hacked. And finally you publish POC and they finally fix it. This won't last I am betting, just a clueless judge on a bad day.

  146. Re:EDITORS SHOULD READ THE FUCKING ARTICLES by Ohreally_factor · · Score: 1

    You actually just made me guffaw, which I avoid due to it's awkwardness.

    Wish I could mod you up.

    --
    It's not offtopic, dumbass. It's orthogonal.
  147. Re:Just another reason to hate the French.. by domQ · · Score: 1
    Very true, Mr. Hiigara, but those days are long gone and now France and its ideals are way down the toilet. Not that the US has been doing any better with its own legacy lately. But still.

    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.

    ... And probably got kicked the bejeezus out of by some random Messerschmitt the following day, simply because we had no credible airborne forces whatsoever at the time. French military victories or lack thereof are not a fiction.
    --
    (Bitter? Who, me?)

  148. Yes! by Jugalator · · Score: 1
    I, for one, think it's better that an exploit hackers may be using daily can not be revealed to the public!

    :-P

    --
    Beware: In C++, your friends can see your privates!
  149. Re:Just another reason to hate the French.. by BlueHands · · Score: 1

    and yet another /.er shows that he doesnt know anything about "special friends"

    --
    I mod everyone down who says "I'll get modded down for this." I hate to disappoint.
  150. Re:Just another reason to hate the French.. by BlueHands · · Score: 1

    but they are FRENCH.

    --
    I mod everyone down who says "I'll get modded down for this." I hate to disappoint.
  151. Error in the ./ post by dolmen.fr · · Score: 1

    Guillermito has not been condamned for publishing a security vulnerability.

    He has been condamned for reversing a program for which he didn't have a licence, and for publishing code on which he didn't have rights.

  152. Freedom of speech. by jotaeleemeese · · Score: 1

    France is a signatory of the European Convention on Human Rights, exposing vulnerabilities I am pretty sure is a matter of freedom of speech.

    I hope this guy gets advised properly and appeals the ruling at the European level.

    --
    IANAL but write like a drunk one.
  153. Re:Just another reason to hate the French.. by CrimsonAvenger · · Score: 1
    yes, he was french we he ruled. Otherwise, George Washington was the greatest british president.

    You might consider reading a bit about the rise of nationalism and national identity. Generally, it takes more than a few years before a people accept a new "national identity".

    For instance, are you aware that as of 1800, most Americans thought of themselves as citizens of their States? George Washington was a Virginian first, and an American second. And that relatively few Americans thought of themselves as "British"? After all, the vast majority of them, even in 1776, had been born in Virginia, or Pennsylvania, or one of the other colonies.

    Napolean gallicized his name, in case you were interested - he wanted to appear more "French", which would have been unnecessary if Frenchmen of his time considered Corsicans to be really French (they were thought of in much the way many Americans today think of Puerto Ricans - not quite REAL Americans).

    Also, for what it is worth, history is full of examples of Kings and such who were NOT, in fact, of the nationality they ruled - General Bernadotte , a Frenchman, was King of Sweden. Charlemagne, a Frank (they weren't French then - they had no sense of Style at all), was Emperor of Rome, as two obvious examples. William III of England was a Dutch Prince before he was King of England.

    --

    "I do not agree with what you say, but I will defend to the death your right to say it"
  154. Wrong information, here is the truth by FrenchNeal · · Score: 1

    I'm french so I could read a report from the judgement of the court here :
    http://maitre.eolas.free.fr/journal/index.php?2005 /03/08/87-guillermito-condamne-mais-tres-legeremen t
    For the while, the only think he is convicted of is that he used a warez version of the antivirus software. He used it because in US he couldn't find the last version.
    The judgement is : if in the 5 next years he uses a warez software, he would pay 5000 euros.
    The April 12th, there will be a civil responsability judgement to determine what he must pay to TEGAM (the maximum will be 900 000 euros!).

  155. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    Thats possibly the worst collection of counter-arguments I've ever heard and only go to show your ignorance.

    I was halfway through typing counter-counter-arguments until I realised... hang on, I'm getting sucked in by a troll.

    I applaud your ability to troll, but your small-minded, hollywood-inspired rhetoric takes even that away

  156. Only in France by Wytil · · Score: 1

    I understand Academie Francie is going to pass a ruling making PI = 3.0. Wonder if the French courts will uphold that. At the same time is it going to become illegal in France to publish 'problems' with Windows XP, after all that will be trashing Microsoft's feelings.

  157. Re:Just another reason to hate the French.. by Anonymous Coward · · Score: 0

    Just to add irony to this, France gave us the Statue of Liberty.