Slashdot Mirror


A Developers Security Bugs Primer

CowboyRobot writes "ACM Queue's current issue on Open Source Security includes a short article by Eric Allman of Sendmail on how to handle security bugs in your code. "Patch with full disclosure. Particularly popular in the open source world (where releasing a patch is tantamount to full disclosure anyway), this involves opening the kimono and exposing everything, including a detailed description of the problem and how the exploit works... Generally speaking, it is easier to find bugs in open source code, and hence the pressure to release quickly may be higher.""

35 comments

  1. Opening the kimono and exposing everything by Anonymous Coward · · Score: 5, Funny

    Check with local law enforcement first, as this is illegal in most prefectures.

    1. Re:Opening the kimono and exposing everything by Anonymous Coward · · Score: 0

      Yet tacitly approved.

  2. Priority... by Architect_sasyr · · Score: 4, Insightful

    Something I have noticed with the development team at my current place of work (I'm not on the team thankfully) is that they tend to do jobs in the order they were received... it make's the KPI's look damn good (all jobs are knocked over within x time frame) when in reality they should be setting a priority on each of these jobs.

    We recently (1 month ago) had a form in an easily accessible place vulnerable to SQL Injection due to a failure to validate ANY of the data passed to it. This job was only just patched this past week (and all updates have been run). This time frame, as far as I am concerned, is entirely unacceptable for a job that was so easy to fix yet so dangerous to our business.

    On disclosure: Add it to the release notes. If you roll out a patch for one problem, then the problem will be described in the release notes. If the release is internal then the problem will (SHOULD) also be documented in the testing plan and proceedure.

    My $0.02.

    --
    Me failed English...
    FreeBSD over Linux. If my comments seem odd, this may explain...
    1. Re:Priority... by --daz-- · · Score: 2, Insightful

      Why are people still generating SQL? Don't all the major DB engines favor prepared statements anyhow? Note: prepared statements =/= Stored Procedures, though in some engines, stored procedures are just another FORM of prepared statements. Using prepared statements (or parameterized queries, etc, etc) pretty much eliminates all SQL injection problems.

      Parsing is messy business and there's usually ways to thwart it by a determined h4x0r.

    2. Re:Priority... by Architect_sasyr · · Score: 1

      Not using PHP actually... and people still generate SQL because sometimes a stored proceedure is not worth the time or they do not know how to write it. Like I said, I am not on the development team, so I really can not comment on their choices...

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
  3. Short sighted. by Spazntwich · · Score: 3, Funny

    This is an extremely narrowly focused article. He doesn't account for anyone else's choice of apparel, and Netcraft has recently confirmed that Kimonos are dying anyway. There can't be that many users of such an outdated technology.

    Next time take into consideration those who choose to wear sweatpants, moo-moos, and the increasingly popular among furries peanut butter suit + placard.

    1. Re:Short sighted. by AndroidCat · · Score: 1

      Surely no one has tried a peanut butter suit since the Human Sh-t debacle many year ago? (1. peanut butter oils embed themselves in the skin. 2. It quickly goes extremely rank and nasty. 3. It rubs off on anything you brush against. 4. weapon of mass destruction against the peanut intollerant.) It's on the same Do Not Want list as using hot-melt glue to attach costume bits to flesh.

      --
      One line blog. I hear that they're called Twitters now.
  4. Missing apostrophe by SamSim · · Score: 1

    Shouldn't that be "A Developer's Security Bugs Primer"?

    This site has editors, right?

    1. Re:Missing apostrophe by nateb · · Score: 1

      I think you're confusing them with people that have pride in their work.

      --
      -- Nate
    2. Re:Missing apostrophe by Anonymous Coward · · Score: 0

      I had to re-read the subject about 5 times before I understood what it was talking about.

    3. Re:Missing apostrophe by dour+power · · Score: 1

      Or maybe it should be "A Developers' Security Primer." Either way, the editor's' we're not paying attention.

    4. Re:Missing apostrophe by flosofl · · Score: 1

      The article a is used with singular nouns. So no, it would not be Developers'

      --
      "This calls for a very special blend of psychology and extreme violence" - Vyvyan "The Young Ones"
    5. Re:Missing apostrophe by Anonymous Coward · · Score: 1, Informative

      The article a is used with singular nouns

      Yes, such as "primer". "A (Developers' (Security Bugs) Primer)" is a valid way of describing a primer for developers regarding security bugs.

    6. Re:Missing apostrophe by Anonymous Coward · · Score: 0

      Maybe like me they all use Firefox and the damn fecking apostrophe triggers the Quick Find, often as not.
      It's enough to drive a man to apostrophe... "O wee Foxy, thy bugs do gnaw and gnash."

      Fixes?:
      http://lifehacker.com/software/firefox/quick-firef ox-tip-singlekey-search-tool-236156.php
      http://ffextensionguru.wordpress.com/2007/01/10/fx -tweak-quick-find-bar/

      (Gotta read the comments (last comment on both pages @ 25-Feb-07 12:30 -600) since the blog authors aren't a help.)

  5. He should know by Anonymous Coward · · Score: 0

    Sendmail after all....

  6. Sendmail? by jfedor · · Score: 4, Funny

    Getting advice on how to handle security bugs in your software from someone who works on Sendmail is like getting advice on dealing with relationship problems from someone who was divorced seven times. I mean, sure, he's got experience...

    1. Re:Sendmail? by Anonymous Coward · · Score: 0

      And he left out "make the program's input look like line noise, so nobody can tell".

    2. Re:Sendmail? by myowntrueself · · Score: 2, Interesting

      Getting advice on how to handle security bugs in your software from someone who works on Sendmail

      It could be worse; it could be advice on how to write readable code from the person who wrote qmail.

      --
      In the free world the media isn't government run; the government is media run.
  7. Well, i suppose it's good to consult an authority by Anonymous Coward · · Score: 0

    While there's little question that Eric Allman is one of the world's authorities on putting bugs into code, I'm skeptical about what he may have to say about getting them out, other than it's easier to just let other people suffer their consequences and also come up with the fixes so you can cash out and go on a decade-long self-promotional tour.

    ACM, shame on you for wasting perfectly good paper like this.

  8. +tag irony by Tack · · Score: 0, Flamebait

    Take a step back and bask in the irony.

  9. Eight pounds of fabric... by Anonymous Coward · · Score: 0

    Kimono Streaking is a sport that requires patience above all. Leaves enough time for a fair size crowd to gather.

  10. It's not the bugs by VENONA · · Score: 2, Informative

    ...which I don't really think now occur in sendmail at a higher rate than some other infrastructure bloatware. People are sometimes very slow to upgrade from very old versions, when problems were more common. For whatever reason (I lean toward complexity of administration), I see this a lot more often with mail systems than other infrastructure plumbing.

    But here's a bit of irony: the ACMQueue article would seem to indicate that Allman believes in transparency. OK, the sendmail security page lives at:
    http://www.sendmail.com/security/

    But you have to know that, find it via Google, or just guess. When the page loads, you'll find a pagetop navigation bug at the Resources secion. But pull open the Resources section, and you find no link to it. Nor will you see it from the site map.

    My overall take is that if you already know the ins and outs of sendmail admin (and other bits that it may be talking to, such as LDAP) you're running software which carries no greater than mainstream risk.

    That said--this is complex software, and complexity is the enemy of security. If you're planning a new installation (particularly a small installation), and don't need all of sendmail's features, you should consider possible alternatives offerred by your Unix/Linux vendor.

    --
    What you do with a computer does not constitute the whole of computing.
    1. Re:It's not the bugs by Jubal+Kessler · · Score: 2, Informative

      Huh? The "Security" link on the front page of http://sendmail.org/ works fine.

    2. Re:It's not the bugs by VENONA · · Score: 1

      Indeed it does, but I was on about sendmail.com, not .org. The commercial company founded by Allman for sendmail support. You'd think that the commercial company founded for support would have a prominent and functioning link to their security page, right? As a sort of, well, *support* thing? Nope.

      --
      What you do with a computer does not constitute the whole of computing.
  11. Those Lucky A Developers! by Anonymous Coward · · Score: 2, Funny

    What about the B developers? Do they not get a security bugs primer?

    1. Re:Those Lucky A Developers! by beady · · Score: 1

      If that's true then once you get as low as C Developers, then they don't stand a snowballs chance in hell of avoiding Security Bugs.

  12. idiot. by Anonymous Coward · · Score: 0

    You should have said "...people who half pried in they're work.

    The rule is "I before E, except after C (and some stupid exceptions)". The rule is also that you use an apostrophe when your talking about the plural "they're" and not the singular "their".

    If theres something I cant stand its people who cant spell and have bad grammar.

    1. Re:idiot. by Asztal_ · · Score: 1

      Where are all the real grammar nazis and what did you do with them?

  13. Good idea actually by Anonymous Coward · · Score: 0

    No, they're getting advice on how to *respond* to security bugs. So a sendmail guy is perfect, because he would have had to deal with more high impact security issues than most other people in open source.

    Its like getting advice on dealing with divorce lawyers from someone who was divorced seven times.

  14. Please punctuate appropriate with 5th grade by azav · · Score: 0, Redundant

    The title, "A Developers Security Bugs Primer", is incorrect.

    Developers = more than one developer.
    Developer's = the term following belongs to the developer.
    Developers' = the term following belongs to more than one developer

    We are supposed to learn this in 5th grade.

    It is embarrassing that grown men, employed by the most prominent IT website, will publish an article where the title would fail 5th grade English.

    If we are to hold ourselves to a higher technical standard, we should at least be able to spell and punctuate as if we have passed Grade School. I'm not talking about College, not High School, not even Jr. High, but Grade School.

    --
    - Zav - Imagine a Beowulf cluster of insensitive clods...