Slashdot Mirror


Group Releases Anti-Disclosure Plan

dki writes "SecurityFocus reports that the Organization for Internet Safety (OIS), a group of 11 of the largest software and security companies, has released a public draft of a proposed bug disclosure standard. The document outlines a process for reporting and disclosing bugs that aims to eliminate releasing exploits to the general public. Not surprisingly, the OIS was founded out of a Microsoft-hosted security conference. Comments on the draft will be accepted until July 4th; the final copy will be released at the Black Hat Conference in Las Vegas."

58 of 149 comments (clear)

  1. 7.1 and 8.2 esp. disturbing. Send Feedback! by robdeadtech · · Score: 5, Informative
    some of the more disturbing portions of the defined process...

    "7.1 Advance Notification

    This document does not address processes for notifying selected groups of users about vulnerabilities in advance of the general population. While such âoepre-release notificationsâ are sometimes done, and in very well-controlled cases can be carried out effectively, they are not a recommended practice in the general case. Because this document addresses only activities that are appropriate for typical cases, advance notification is beyond its scope."

    "8.2 Use of Third Parties

    In some cases, investigations may be made more effective by the use of people or organizations other than the Finder and Vendor. There is no requirement to use a third party, but in cases where one is used, it should be a person or organization that the Finder and Vendor have agreed to in advance of its involvement. Characteristics of a good third party include sound judgment, freedom from bias or conflicts of interest, demonstrated technical expertise in security technologies, and discretion regarding the handling of the information it is entrusted with to resolve the dispute. Third parties normally serve in a voluntary capacity, as a service performed in the public interest."

    Members of the OIS... (From the OIS site http://www.oisafety.org/about.html#1) What companies are members of OIS?

    The current members are: @stake, BindView, Caldera International (The SCO Group), Foundstone, Guardent, ISS, Microsoft, NAI, Oracle, SGI, and Symantec.

    We're actively soliciting software vendors and security research companies to join. Send OIS your feedback on the draft until July 7th! (From the OIS site http://www.oisafety.org/resources.html) "Comments on the Security Vulnerability Reporting and Response Process should be sent via email to draft-feedback@oisafety.org. Comments should include your name, address, and email contact information. Organizations submitting public comments should include the name and title of the person submitting the comments. While OIS will respond to as many comments as possible, because of the anticipated volume of comments, we cannot guarantee an individual response to every comment."

    --
    Heil Sig! -Rob
    1. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by CAIMLAS · · Score: 4, Interesting

      This makes me wonder - who can be a wonder of OIS? Just anyone? Only people with pertinent projects? Only companies? What about groups like the Debian maintainers or the core kernel devel team? My impression from the article was that it was company or corporate institution-exclusive.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    2. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by PD · · Score: 3, Funny

      I wouldn't describe this as discouraging. I am not in the least bit discouraged when the main competitors to Linux implement a security plan that will be less than effective. Good for them, may they get 1000 security holes.

    3. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by ignatus · · Score: 5, Insightful

      Well, i don't think obscurity can really improve security. Most hackers find the information they need anyway. This is just an attempt of the software companies to cover up their lousy code. If they would implement secure code in the first place, none of this would be nessecary. Way to go closed source!

      --
      - Never underestimate the power of human stupidity.
    4. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by GauteL · · Score: 4, Funny

      The SCO group is part of this?

      The obligatory:
      1. Create crappy software
      2. Make other people correct it's flaws
      3. Sue the fixers for copyright infringement
      4. Profit!

    5. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by southpolesammy · · Score: 5, Insightful

      To me, it sounds like this is only relevant to organizations that maintain closed-source code trees, since the impetus on fixing the bug lies with their in-house development staff rather than with a decentralized team of programmers. It's to "protect" the company's bottom line from being affected by the propagation of bug exploits for which they have not done their part in fixing.

      On the flip side, this mentality rarely exists in open-source code projects due to the lack of a need to safeguard against decreased shareholder value. Also, IMHO, open-source developers continue to maintain a sense of pride in their work that is for the most part missing in closed-source projects due to the direct recognition (and therefore, culpability) that is possible by putting your name to a piece of software that others can peruse and make comments and criticisms about. With closed-source projects, the company's reputation is primarily at stake while their programmers are largely hidden behind the web of corporate logos and NDA's, and therefore may not have reasons as strong as those of OSS developers to fix and release bugs in a timely manner.

      So in other words, it's to protect lazy software companies from being held accountable for their own poor coding practices and lacadaisical maintenance policies.

      --
      Rule #1 -- Politics always trumps technology.
    6. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by zonix · · Score: 2, Funny

      Hey, you missed something:

      X. ???

      z

      --
      What would an EWOULDBLOCK block, if an EWOULDBLOCK could block would? -- me
    7. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by EIT · · Score: 2, Insightful

      I disagree with you. What are you talking about here is the responsibily of the sys admin, not the vendor. The opensource community is responsive to security bugs and usually have a patch to correct the problem within a short time. However, it is the responsibility of the sys admin to apply the patch and it is his/her responsibility to monitor the security issues and respond accordingly.

    8. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by nolife · · Score: 4, Insightful

      The open source community is no better at getting patches deployed than the commercial vendors and is often worse.

      HUH? You are comparing apples to oranges. So how many commercial vendors do you know that deploy and install patches on your systems?
      Deployment responsibility is the end users wether using open sourse or closed source. The scope of this article and the parent poster are about bug fix acknowledgement and patch creation by software creators. How these patches get installed on your specific systems is another topic.

      --
      Bad boys rape our young girls but Violet gives willingly.
    9. Re:7.1 and 8.2 esp. disturbing. Send Feedback! by nudicle · · Score: 2, Interesting

      I don't think the parent is insightful at all. I think it's kneejerk. Imagine a complex piece of software, a complex exploit, and a couple thousand users of the vulnerable software. The company responsible is made aware of the exploit and sets about to fix it. The fix involves more than switching to strncmp() or something trivial like that, so fixing the bug takes a couple days. Meanwhile, the thousands of customers have to be notified and convinced to upgrade when a patch is released. If the exploit is published with code the threat to every single user of the vulnerable software increases, probably exponentially. This is because each installation of the software is vulnerable to attack, basically, by people who understand the exploit as published (and those who knew about it prior to publication, but they're not relevant to this analysis ...) and when code and examples are published the number of people who can invoke the exploit increases massively. A reasonable window of opportunity for the programmers to issue a fix and protect the users before explicit details on comprimising the software are published such that any malicious dilettante can invoke them is a good thing. Dismissing it out of hand as "security by obscurity" misses the point and is mere sloganeering without reflection. A lot of companies writte lousy code. A lot of companies want to cover up their lousy code. I'm not disagreeing with those statements. Nor am I disagreeing with the sentiment that if compamies wrote secure code to begin with this wouldn't be an issue except to note that that's a fantasy ...although there's lots of room for improvement of the industry's code we're still talking about complex systems and there will always be (1) bugs and (2) bugs involving security.

  2. more bugs by double_plus_ungod · · Score: 2, Funny

    microsoft: there's a bug in our bug disclosure process. apply this patch using windows update.

    user: windows update recommends that i install 14 critical updates.

    microsoft: you cannot install this patch without all the updates

    user *installs 10 updates, 11th fails*

    user: uh...

    microsoft: it's your problem. btw, the bug disclosure process bug is your problem too.

  3. Section 9 Missing by robdeadtech · · Score: 5, Funny

    Section 9

    All OIS participants must either look like Peter Norton or Steve Balmer. Minimally this can be preformed by wearing khaki pants, blue denim shirt, and sensible shoes.

    No person or organization wearing black, having purple hair, or listening to obscure music may participate as either a Finder, Vendor, Coordinator, or Arbitrator.

    --
    Heil Sig! -Rob
    1. Re:Section 9 Missing by CAIMLAS · · Score: 2, Funny

      What about Peter North? Does he count?

      (that's what I thought you said! time for bed, damn it!)

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  4. Excellent! by appleLaserWriter · · Score: 4, Funny

    I welcome the day when we no longer have security bugs.

    1. Re:Excellent! by Florian+Weimer · · Score: 4, Insightful

      I welcome the day when we no longer have security bugs.

      Look how this group defines a security vulnerability. According to this one, there are no security vulnerabilities.

      For the purposes of this process, a security vulnerability is a flaw within a software system that can cause it to work contrary to its documented design and could be exploited to cause the system to violate its documented security policy.

      There are a few publicly available systems with documented design and security policies, but it's explicitly stated that the security assumptions only hold when the system has cooperative users and is connect to a trusted network (better yet, no network at all).

    2. Re:Excellent! by Florian+Weimer · · Score: 2, Interesting

      Does this mean that all undocumented behavior is considered a security flaw?

      Quite the contrary. According to the definition, undocumented behavior is perfectly acceptable, even if it has obviously unwanted consequences.

  5. One line summary by evil_roy · · Score: 5, Insightful

    "As discussed in paragraph 7.3.7 above, the Finder and Vendor should act in concert to release their respective advisories nearly simultaneously, and only after a remedy is available."

    It's all in that last phrase "only after a remedy is available"

    1. Re: One line summary by Black+Parrot · · Score: 3, Interesting


      IOW, it's back to the bad old days when Microsoft didn't bother trying to fix exploitable software at all.

      --
      Sheesh, evil *and* a jerk. -- Jade
  6. I say give some time, but not too much by DarklordSatin · · Score: 5, Interesting

    Personally, I've always thought that a good disclosure policy would be one that informs the software's source of the problem and then waits some period of time befoer disclosing to the public.

    Of course, I'd reccomend a very short wait time, probably between 48 hours and one week. Just enough time to solve the problem if enough resources are diverted to it but not long enough to allow anyone to ignore the problem until later.

  7. Responce from 1337 by SeanTobin · · Score: 5, Insightful

    1337 Reveals limited disclosure plan

    Eight hacking groups join together to set an official standard for limiting disclosure of software security holes.

    #1337, Efnet â" Eight computer hacking groups rounded up a three-day Exploits in Computing Forum on Thrusday by formally announcing a coalition against full disclosure of vulnerability information, ending a week of intense speculation, and immediately sparking controversy.

    WanSan, TCPuke, NetLoft, HeavySak, BitEvil, SYNergy, HPLat, and DownScope joined together to declare they would immediately begin following a policy of limited public disclosure of security vulnerability information. Members of the coalition who discover new vulnerabilities will omit from their initial public advisories any details about how a hole might be exploited in an attack, and will not include code that demonstrates the bug. Thirty days after the first advisory, a more detailed notice can be released under the rules. Full disclosure of the vulnerabilities will be shared only among the members for âtestingâ(TM) purposes.

    "We felt that as responsible industry leaders, we, as a voluntary organization, are going to follow a set of reasonable standards," said DXNo, manager of 1337â(TM)s intrusion exploitation, in an interview.

    1337 will also draft a proposed international standard for notifying vendors and the public about newly-discovered software security bugs, following the group's limited disclosure ethic. The organization will admit new members, under an as-yet unwritten set of bylaws. The initial draft of the limited disclosure ethic will limit the disclosure to the home pages of the vulnerable sites.

    A chief objective of the group is to discourage 'full disclosure,' the common practice of revealing complete details about security holes, even if publication might aide attackers in exploiting them. The group believes that any type of full disclosure would assist software vendors into patching various vulnerabilities before they can be widely exploited.

    Publishing complete information, and sometimes "exploit" code that demonstrates a vulnerability, is de rigueur among many computer security professionals, who argue that malicious hackers can acquire the same information themselves, and that network administrators and security gurus often need technical details to properly defend themselves from attack.

    But Culp criticized the practice in an essay published on a Microsoft Web site last month, and blamed "information anarchy" for the epidemic of malicious worms that have struck the Internet in the last year. "It's high time the security community stopped providing blueprints for building these weapons," Culp wrote.

    Under the plan, member groups would share detailed information during the 30-day grace period with âoeother communities in which enforceable frameworks exist to deter onward uncontrolled distribution.â The last category would allow member groups to share details with one another. "They're not going to ban it among themselves," says Levy. "They might be willing to limit the public access to this information, but I highly doubt that they'll limit it among each other."

    "People have to do it Microsoft's way or they'll have this group telling them that they're acting irresponsibly," says Maiffret. "It's going to drive people into the underground, and could lead to more people breaking into computers." The majority of members in 1337 agree with Maiffretâ(TM)s assessment.

    "We are not trying to form a secret society of exploiters," says CKLawz "We are just creating a standard... This represents one of the first process standards between security companies and vendors."

    wyZopa1 estimate that it will take one or two months to produce drafts of the proposed RFCs. He emphasizes that the standards would not just limit vulnerability disclosure, but would also spur vendors to be more responsive to security vulnerability reports. "My goal in the RFC is to have equally stringent standards for vendors and exploiters," says wyZopa1. âoeWe worked hard to discover these vulnerabilities, the developers should work just as hard to fix them. Providing them with all our tools without compensation is not what software development is about.â

    --
    Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;
  8. anti-competition - anti-bad-press by Anonymous Coward · · Score: 5, Insightful

    Face it. Anyone can do security. All you need is the will, the drive, the talent, and the know-how. Which means, me, the average geek, ex-blackhat hacker, technologist, futurist dude.. can play with stuff, learn stuff, share with others, and build my CAREER off it. Not after this.. This would keep all the knowledge I gain from other professionals, from bugtraq, etc, out of my hands, forcing me to subscribe to these people's services, philosophies, etc... no. I will not. This will not stop hackers, this will only stop the admins who are trying to keep everything together. This will be a tax on the admin who manages 1500 machines, and has no time to read simple stuff.. Hackers, don't need bugtraq. Its useful, its a resource, etc, but if they want in bad enough. Fuck em all.

  9. And yet again - hackers, not bad coders are blamed by ATAMAH · · Score: 4, Insightful

    Why don't they ask themselves why is their product so weak and vulnerable, instead? How much of those vulnerabilities were exposed and fixed *because* they were exposed? It's a GOOD thing. There was a bug, people found it, tried reporting it, got told to fuck off, published it - and the bug got fixed.

  10. New York Times Banner Ad and Non-Disclosure by robdeadtech · · Score: 2, Funny

    Funny that a New York Times Ad was rotated into this story...

    They, in particular, excel at non-disclosure... Perhaps they'll be joining this "Organization for Internet(Information) Safety"

    --
    Heil Sig! -Rob
  11. Nice 'process' by HornyBastard77 · · Score: 5, Informative
    From the draft:

    2.2 Phases

    The basic steps of the Security Vulnerability Reporting and Response Process are:

    # Discovery. The Finder discovers what they consider to be a security vulnerability (the Potential Flaw).

    # Notification. The Finder notifies the Vendor and advises it of the Potential Flaw, and the Vendor confirms that it has received the notification.

    # Investigation. The Vendor investigates the Finderâ(TM)s report in an attempt to verify and validate the Finderâ(TM)s claims, and works collaboratively with the Finder as it does so. # Resolution. If the Potential Flaw is confirmed, the Vendor identifies where the Flaw resides, then develops a remedy (in the form of a software change or a procedure) that eliminates or reduces the risk of the vulnerability.

    # Release. In a coordinated fashion, the Vendor and the Finder publicly release information about the vulnerability, along with its resolution.

    Now look at this under the context of the recent MS Passport Vulnerability to see how effective this process is.

    As an aside, this draft is backed by MS and SCO, amongst other companies. It'll be interesting to read the amount of bashing this gets over the weekend.

  12. All you need isn't love by DrSkwid · · Score: 3, Funny

    All you need is the will, the drive, the talent, and the know-how.

    Well, that's a short list just anyone could sort out in a weekend

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  13. The 11 Companies by x+mani+x · · Score: 4, Informative

    FYI, the 11 companies involved are:

    Microsoft
    @stake
    BindView
    SCO
    Foundstone
    Gu ardent
    Internet Security Systems
    Network Associates
    Oracle
    SGI
    Symantec

    -Mani

  14. A plan! by geekoid · · Score: 2, Funny

    Well that will stop people from releasing the information.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  15. Why would anyone follow these guidelines? by coyote-san · · Score: 4, Insightful

    Why would anyone follow these guidelines? It might piss off these companies, but anyone who really cares about security would realize that giving the vendors the exclusive right to disclose flaws (regardless how much time has passed or how many systems have been compromised) prevents people from making an informed decision to yank these programs until a solution is identified.

    Mapped to the real world, it's like some idiotic Police Chief knowing damn good and well that several pizza delivery drivers are mugged every night when they go into a four-block area... but refusing to say anything - not even warning these drivers to avoid the area for a while - until after the muggers have been convicted, sentenced, and in prison for a month.

    --
    For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
    1. Re: Why would anyone follow these guidelines? by Black+Parrot · · Score: 2, Insightful


      > Why would anyone follow these guidelines?

      Bank on it: once they've established the 'standard' they'll start lobbying to have it made law. Disclosing a vulnerability that has been around for a couple of years will get you labeled as a terrorist.

      > It might piss off these companies, but anyone who really cares about security would realize that giving the vendors the exclusive right to disclose flaws (regardless how much time has passed or how many systems have been compromised) prevents people from making an informed decision to yank these programs until a solution is identified.

      These people aren't interested in your informed decisions; they're interested in suppressing bad PR so they can keep selling crappy software.

      --
      Sheesh, evil *and* a jerk. -- Jade
  16. Doh.... by Tachys · · Score: 4, Funny

    You have to sign a non-disclosure agreement in order to see the anti-disclosure plan

  17. what you dont know... by BEA6D · · Score: 3, Insightful

    can't hurt me.

    --
    rehab, captain ahab, you're chasing the wrong fish!
    1. Re:what you dont know... by BrynM · · Score: 2, Funny

      How's this offtopic? I think it's a brief attempt at irony. What you (the consumer) don't know can't hurt me (the folks porposing this).

      --
      US Democracy:The best person for the job (among These pre-selected choices...)
  18. Re:Not to worry by lpontiac · · Score: 3, Informative
    there's more to the security world than those 11 companies. Yes, some of the security firms involved are high profile and there's a lot lost in their soul-selling, but there will always be BugTraq

    Bugtraq is one of those 11 companies. (Bugtraq is part of Symantec)

  19. Where is the user, customer or consumer??? by jkrise · · Score: 4, Insightful

    The document mentions only Finder, Vendor etc. What about the user? Suppose the Finder tells the vendor, "Hey, there's this bug in Passport Password Reset". Now the vendor (Microsoft) works in conjuction (collusion?) with the finder, and says, Look - this is a trade secret. Wait for a few months, and we'll watch if anyone's using this bug except us.

    Poor Joe ServicePack is the one affected, and he figures nowhere in this scheme of things.

    --
    If you keep throwing chairs, one day you'll break windows....
  20. Re:Realworld example by bezuwork's+friend · · Score: 5, Insightful
    ... it's like some idiotic Police Chief knowing damn good and well that several pizza delivery drivers are mugged every night when they go into a four-block area... but refusing to say anything ...

    Living in the D.C. Metro area, I was very upset when hearing that the D.C. Police Chief had been against revealing the make of the snipers' car when they finally found it out. Once this information was released, the snipers were caught in 2 hours or so, IIRC.

    I agree with the parent poster - this seems like an apt analogy. At least if a non-negligible number of bugs, patches, fixes, or workarounds, even if just temporary, come from unexpected sources outside of the vendors or finders.

  21. Title by cperciva · · Score: 3, Funny

    Shouldn't the title to this story have been "Group Discloses Anti-Disclosure Plan"?

  22. Are they still not getting it? by BillsPetMonkey · · Score: 5, Interesting

    This proposal basically calls for the public to act in the same was as an employee would at finding a bug in the software. Perhaps I missed something here but if a bug is sourced in the public domain it should be disclosed there as well.

    If they want to put me on the payroll, I'll QA and report their software using this convenient bug ticket they've provided;)

    --
    "It's not your information. It's information about you" - John Ford, Vice President, Equifax
  23. Ha, I say let 'em! by zonix · · Score: 2, Interesting

    While this is totally bogus, perhaps we just should let them have their little secrecy club. You know, see how well they do compared to other vendors who are more open about their bugs.

    But really, if there's some exploit in some app/service everybody should know immediately - the only solution to an exploit is not always a patch fix from the vendor. You could shut down the service, if applicable, tweak some parameters to dodge the exploit, filter some packet, etc. Or you could even fix the exploit yourself in some instances (in the code that is).

    But hey, who can blame them for wanting to not disclose this info, they're the only ones who can/are allowed to fix the bugs. :-)

    z
    --
    What would an EWOULDBLOCK block, if an EWOULDBLOCK could block would? -- me
  24. The Forgotten Column by BrynM · · Score: 4, Funny
    They forgot to publish the third column:
    Users/Consumers

    3.1.1
    Do nothing. Hope nothing happens to you... not that we would tell you if it could. What you don't know can't hurt you.

    3.1.2
    Do nothing. Hope nothing happens to you... not that we would tell you if it could. What you don't know can't hurt you.

    Repeat until section 7 ("Release Phase")...
    7.2.1
    Thank us for not telling you that your data was vulnerable. Wait for us to issue a patch.
    Unless..."Premature Release"
    7.4.1
    Yell "WTF" and bitch a little. We wouldn't have told you if we didn't have to.
    --
    US Democracy:The best person for the job (among These pre-selected choices...)
  25. Is this a joke? by BoldAndBusted · · Score: 3, Insightful
    Objective: A security researcher, customer, or other interested person or organization discovers what they consider to be a security vulnerability, validates the finding, and prepares a report describing the Potential Flaw. Vulnerabilities are found in software products through both directed and undirected research by a variety of individuals: security consultants, IT professionals, independent researchers, academics, etc.
    Anyone see some types of people missing from this list? Like, 12 year old gas huffers, shut-ins, malcontents.... uh, hackers, and... crackers?!? Leave it to a committee of corporations to make a gargantuan "27 B-stroke-6" form (thanks, Terry Gilliam) to fill in just to request that a vendor FIX THEIR OWN BROKEN INSECURE SOFTWARE! What a joke. Sheesh!
    1. Re:Is this a joke? by Anonymous Coward · · Score: 2, Interesting

      Like, 12 year old gas huffers, shut-ins, malcontents.... uh, hackers, and... crackers?!?

      You fail to understand the nature of most security incidents I see.

      The people who actually discover the vulnerabilities are the security consultants, IT professionals, independent researchers, academics, etc. then the malcontented kiddies and gass huffers take those proof of concept scripts and use them to "hax0r"...hence Script Kiddie...

      If you don't release the exploit information and example code until after it's patched you just saved everyone a giant headache. Don't believe the myths. Those teenager hax0r d00ds 99.5% of the time DO NOT find any new vulnerabilities. They just take the proof of concept code from the security bulletin, set up a scanner to randomly find hosts with the exploitable service and get their hax0r on.

      Cut out the window between publishing the vulnerability and the patch and you just saved every sysadmin a big headache.

    2. Re:Is this a joke? by schlach · · Score: 2, Insightful

      Those teenager hax0r d00ds 99.5% of the time DO NOT find any new vulnerabilities.

      Don't believe the myths, yourself. Sit on Incidents for awhile. When people at the frontlines are saying, "I'm getting a lot of activity on port x, seems to be trying this against Apache/IIS/Wu, anyone else seeing it?" which eventually leads to "I was compromised sometime last night/week, found this in my logs, anyone recognize it?" which eventually leads to a security researcher rediscovering the vulnerability in the affected package. And I say "rediscovering" because obviously he wasn't the first, eh?

      I agree that most of the huge Internet-worm firestorms (read: IIS/SQL worms) seem to be leisurely engineerings of previously discovered vulnerabilities with delivery packages that may have just been sitting around on the shelf. That may very well be because it's mostly amateurs that want to take over every machine, randomly, in 20 minutes. The pros are happy with a few of their choice, knowing that the less machines they knock over, the longer they have before anyone discovers what tricks they're using to get in.

      As a business owner, you have much less to fear from the amateurs, protection against which ironically seems to be what most of the security tools / disclosure guidelines seem to be geared towards.

      And if they're not protecting us against dedicated blackhats, let's ask ourselves how well these new disclosure guidelines will protect us from CodeRed, Nimda, and Slapper, where old vulnerabilities are used to devastating success after a patch is released. What? They won't? Not even a little bit? Hmm... that's less encouraging.

  26. uggh... by zonker · · Score: 4, Funny

    I'm just waiting for Bruce Schneier (author of Applied Cryptography and founder of Counterpane Internet Security. Oh yeah, and author of the Twofish and Blowfish algorithms to boot.) to comment on this in the next Cryptogram...

    I'm sure he'll have some interesting things to say. ;)

  27. God was this needed... by Thaidog · · Score: 2, Funny

    Thank you! Please don't let everybody know how to hack... Job security ya know...

    --

    ||| I still can't believe Parkay's not butter.

  28. Which software can we trust now? by mousse-man · · Score: 2, Interesting

    To me, it looks as slowly, we can't trust any software anymore because of this policy. I mostly stopped buying MS products because of this, and a few more companies will find out sooner or later that I'm not their customer anymore.
    And even if I could analyze the source code, I don't have the time to do so, especially with big projects like sendmail, or PostgreSQL that I use a lot.

  29. full disclosure by oohp · · Score: 5, Insightful

    Full disclosure only stimulates vendors to come up with a patch quickly. It's their fault in the first place there was an exploitable bug. We don't need a law to regulate bug disclosure. This is security through obscurity and it doesn't work. Information will leak and a limited number of people will take advantage of it anyway, while I, the use won't know to shut that buggy service down.

  30. off-loading even more testing onto the public by 73939133 · · Score: 4, Insightful

    Let's call a spade a spade: companies like Microsoft should be liable for negligence when they sell buggy software for lots of money, at least for the amount of money the user paid for the software. Now, instead, not only do they want to be able to release buggy software with impunity, they also want to get free testing and bug fixes from users, and all that without the embarrassment and risk of having their bugs revealed.

  31. Democratization of knowledge by gmuslera · · Score: 3, Insightful
    Now normal users and expert users will know for sure that Windows is full of bugs, and that they should be afraid of them but neither of them could explain why, just "have faith".

    There are precedents where doing this could be plain wrong, like in the last WebDAV vulnerability in IIS, that was discovered after being actively exploited by black hats. Hiding the facts will not stop crackers to exploit something they know first, and will only make victims unaware of what could or have happened with their sites.

  32. Covering Up Unpatched Holes by Anonymous Coward · · Score: 4, Insightful

    The only time most of those guys release patches in a reasonable timeframe is when they're looking at a PR or a lawsuit debacle. If I find a vulnerability, I'll shoot the vendor an email and see if they hop to it or not. If they hop to it, great. If they blow it off, then it's posted publically before they patch.

    That's how it'll always be handled by some people that find vulnerabilities. That's the way it's been handled in the past, and the world hasn't ended. It's just occasionally uncomfortable for a big player that sat on their ass for too long. Tough toenails. They need to put the same energy into just fixing reported problems that they do into trying to put this complicated mechanism in place to cover up problems that they fail to addres

  33. sigh... when will they ever learn..... by HighOrbit · · Score: 3, Insightful

    obscurity will eventually always fail as a security protocol.
    Being the cost-minimizing/profit-maximizing organizations that they are, they will always wait forever to incur new costs (like fixing bugs) until somebody "lights a fire under them." That's why quick public disclosures is important, because the bug *will* be discovered by the bad guys sooner or later, so it is better to fix it soon than wait for later.

  34. Hmm, No Enforcement... by harmonics · · Score: 2, Interesting
    Direct from the OIS site...

    "Does the OIS plan to make these processes mandatory in some way?

    Absolutely not. These are best practices, not laws, and people will always be able to choose whether to use them or not."


    Ok, so next time, choose not to participate.

    Next!

    H
  35. Re:And yet again - hackers, not bad coders are bla by Anonymous Coward · · Score: 2, Insightful

    Two problems :

    1) Exposing a vunerability will make any company that does not try to "repair" them liable -> costs money

    2) Having to "repair" the vunerability because of the liability-problem will cost money too

    Now look at the proposed "solution" :

    a) Don't tell anyone you know about he problem, and you can use "plausable deniability" (Just let your opponent *proove* you knew about it). Result : Nobody can effectivily sue you, and the threat of loosing money is gone.

    b) The liability-threat (aka : losing money) is gone, and so is the incentive to develop a "repair" to the problem.

    Guys & girls, this is a win-win situation !

    For the companies that is ... :-(

  36. Fuck 'em by BigBadBri · · Score: 2, Interesting
    They write broken software.

    Someone finds a hole.

    They'd like us to sit on our arses while they take their time fixing it.

    Meanwhile, some bad ass mofo finds the same hole, and exploits it.

    It's the threat of imminent disclosure that makes the vendors fix their fucked-up software - to delay is merely to invite problems.

    I repeat - fuck 'em.

    --
    oh brave new world, that has such people in it!
  37. Re:or stops using C/C++ by BigWhale · · Score: 2, Informative


    90%? Maybe that's a little bit too much, but all in all, most other 'higher' languages are written in hm, well, C/C++.

    Using something that was written in C/C++ doesn't really exclude buffer overruns, just minimizes it.

    --
    The Sig, the sig
  38. There's hard data about disclosure & vulnerabi by Beryllium+Sphere(tm) · · Score: 4, Informative

    http://www.computer.org/proceedings/sp/1046/104602 14abs.htm

    This was presented at the "2001" Oakland conference, held in 2000.

    There were some fascinating points in the presentation that weren't spelled out in the paper.

    Disclosure didn't matter for the exploits they studied. That's right, didn't matter, for good or for ill. The rate of exploitation in the wild didn't spike after public announcements. The exploitation rate didn't go down after patch release.

    Events that did matter included the public release of scripted exploits, and the cycle of the academic year.

    Exploitation rates finally faded away over time but the fade-out curve didn't relate to patch adoption or availability. In fact, sometimes an exploit would flare up again after fading away. The authors attribute the decay of the exploit rate to boredom on the part of attackers, and maybe to the gradual replacement of vulnerable software.

    If they're right, the policy lessons that follow (you're getting my opinion here) are:
    o Disclosure is harmless and should be allowed
    o Patches should be encouraged. They won't stop the next Code Red but they have benefit for anyone willing and able to install them.
    o Distribution of attack scripts has a high social cost.
    o When a vendor ignores a problem until there's an attack script in the wild, you've got a dilemma.

    Here's a brainstorm: full liability for the damages caused by exploitation of a security hole. Liability lands on the vendor if they ignore a bug report that includes a demonstration attack, lands on the script author if the attack goes into the wild before there's been a chance to fix the problem.

  39. Re:"only after a remedy is available" by bninja_penguin · · Score: 2, Interesting

    It's all in that last phrase "only after a remedy is available"
    See, that's a very funny way to do it. They are trying to accomplish what by this? Remember the SQLSlammer?? How long has the "fix" for the vulnerablilty used by the SQLSlammer been available?? How hard did the worm hit?? I don't care what the group thinks it's going to achieve with their recommendations on vulnerability reporting, with the companies involved, it won't do any good. Even when Microsoft has the fix available, they are still embarassed and owned by the "next big worm". Unfortunately, it is starting to screw the rest of us as well. Case in point, the aforementioned Slammer worm. Even though there was a fix available, and the worm cannot infect my Linux box, it sure fucked up my internet access for a while.
    Humor follows, read at your own risk
    As an aside, I, as "the Finder", have discovered a huge vulnerability in the Internet itself, Microsoft products. Now, when can I get "the Vendor" to fix this? My recommendation is denying all Microsoft products access to anything, anywhere.

    --
    For those who describe their systems as 'boxen', do you order multiple 'boxen' of corn flakes also?
  40. Re:Not to worry by mbogosian · · Score: 2, Interesting

    Bugtraq is one of those 11 companies. (Bugtraq is part of Symantec)

    A challenge: create an Open alternative to BugTraq

    I have registered the domain names opentraq.org and opentraq.net. I am willing to have them resolve to DNS servers belonging to a group of volunteers who wish to start and maintain an Open alternative to the BugTraq website. (GNU? Mozilla? Anyone else interested?)

    I will continue to renew the registration as long as someone wants to continue the project. If necessary, I may be willing to transfer ownership at no cost after the project becomes established and is maintained by a reputable (i.e., non-commercial) group of volunteers.

  41. but they're written once, carefully by Trepidity · · Score: 2, Insightful

    It's a lot easier to audit one C/C++ implementation, even if it is something gigantic like a compiler, than it is to audit an entire system's worth of code. In any case, it's the translation stage that provides safety -- when the language can guarantee safety, it translates directly to C/C++; when it cannot, it inserts runtime checks in the translation. The only way this would fail is if the translation stage was too aggressive in optimizing and failed to insert a runtime check where it should have. This doesn't happen very often though, and is in any case much better than C/C++, where the only runtime checks are those inserted by the programmer (who in large systems almost always leaves out checks that were necessary).

    The other argument is often "well it's bad coders' fault, not C/C++'s fault." If that's the case, then all major software, including nearly all Linux security and server software, is coded by bad coders. There's been overflows in: Apache, Sendmail, BIND, Samba, OpenSSH, the Linux kernel, ProFTPd, WuFTPd, XFree86, and many more.

    So basically, if you use C/C++, it's going to be insecure, no matter how much effort you put into it. Even OpenBSD, which spent an inordinate amount of effort auditing their code, has had a remote root exploit in their default install (and many more in stuff not installed by default but commonly used).

    My preferred solution would be to use either a high-level safe language where feasible (SML, Java, Scheme, etc.), or to use a low-level safe language where not (Cyclone is probably the best of these).