Slashdot Mirror


Systemd Named 'Lamest Vendor' At Pwnie Security Awards (theregister.co.uk)

Long-time Slashdot reader darkpixel2k shares a highlight from the Black Hat USA security conference. The Register reports: The annual Pwnie Awards for serious security screw-ups saw hardly anyone collecting their prize at this year's ceremony in Las Vegas... The gongs are divided into categories, and nominations in each section are voted on by the hacker community... The award for best server-side bug went to the NSA's Equation Group, whose Windows SMB exploits were stolen and leaked online this year by the Shadow Brokers...

And finally, the lamest vendor response award went to Systemd supremo Lennart Poettering for his controversial, and perhaps questionable, handling of the following bugs in everyone's favorite init replacement: 5998, 6225, 6214, 5144, and 6237... "Where you are dereferencing null pointers, or writing out of bounds, or not supporting fully qualified domain names, or giving root privileges to any user whose name begins with a number, there's no chance that the CVE number will referenced in either the change log or the commit message," reads the Pwnie nomination for Systemd, referring to the open-source project's allergy to assigning CVE numbers. "But CVEs aren't really our currency any more, and only the lamest of vendors gets a Pwnie!"

CSO has more coverage -- and presumably there will eventually be an official announcement up at Pwnies.com.

8 of 436 comments (clear)

  1. looking up lamity on alphabet.com by Anonymous Coward · · Score: 0, Troll

    they are not #1 by any means.. cease fire stand down,, kindness is contagious so is violence deception dishonor.. spiritual bankruptcy can be fatal..

  2. Should systemd be rewritten in Rust? by Anonymous Coward · · Score: -1, Troll

    If bugs and programming errors that result in security flaws are a problem with systemd, would rewriting it in a language like Rust help? Rust is a systems programming language that has been designed from the ground up to be safe and secure. Rust isn't the only option of course. Go is another language that would be a good candidate.

    1. Re:Should systemd be rewritten in Rust? by Aighearach · · Score: 0, Troll

      The real point that professionals can read between the lines is that this code has been gone over by a gazillion haters already, and a huge number of real and potential bugs have been fixed without having been first used in exploits. This is a huge victory for systemd, and it is a strong sign that is going to be rock solid in the future.

      It is the same as when we were talking about bug rates on windows 15+ years ago on here. It is exactly the same. When people focus on a system they will find its bugs. And software starts out with bugs. Any new feature starts out with bugs. And design flaws. And the features that go largely unchanged over time, but receive bugfixes, will be very solid and reliable. It doesn't matter what the starting condition was.

      In the 1990s there was a thing called "Matt's Scripts," and while it was very kind and generous of Matt to write these scripts and give them away for free online, the problem was that they all contained huge security flaws. So you use this script so that people can email you from your home page, and now spammers are using your website to send spams in your name. All the scripts had these problems. He was panned all around the world, magazines wrote articles warning people not to use it, etc., etc. But Matt was undeterred. And he understood, spammers are bad. So he just listened to all the complaints, looked at their teardowns of his code, and fixed his code. It took years, really, because each fix introduced new bugs. But he wasn't adding features, he was just fixing bugs, and so even with a high bug rate, his scripts eventually became rock-solid and there were no more open bugs.

      Hate cannot destroy bad code, and the virtue of Stubbornness is an absolute shield for hated code.

  3. Re: Misleading title by Zero__Kelvin · · Score: 0, Troll

    You should have followed the links and informed yourself. You would have seen that each bug was properly addressed, and that this is about some disagreements about how to classify them, if CVEs should be filed, and when that happens how to document that a fix is related to a CVE. There is nothing about this that amounts to "There are serious bugs, and they won't fix them!" Also, none of these bugs were "horrendous", but your understanding of them as well as what a normal development process looks like might be. I guess we'll find out if you follow the links and try to understand what you read. This does however get some press for the Pwnies, and that is all it does.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  4. Re:With all this hate... by FrankHaynes · · Score: -1, Troll

    Most of those who oppose systemd are pining for the Good Old Days of loading the boot target using bat-handle toggle switches on the front of their IMSAI. Technology marches on. Instead of wading through several kilobytes of init scripts to figure out what mods I need to make, I can create a systemd file of a few lines and I'm up and running.

    But you can go back to worrying about how to pay for your 80-column card so you can get a wider screen to play Pong. Enjoy!

    --
    slashdot: A failed experiment.
  5. Re: Misleading title by Zero__Kelvin · · Score: -1, Troll

    Yes, it is one of the four bugs that got found and fixed. At no point did anyone suggest it wasn't a bug, nor did anyone suggest it shouldn't be fixed. The problem the Pwnies had was they wanted a way to easily search the git logs to see what commit(s) fixed the issue. As usual, you are an uninformed moron.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  6. Re: No words. by Zero__Kelvin · · Score: -1, Troll

    What the FUCK are you talking about? Never mind, you made it pretty clear you don't know.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  7. Re: No words. by Zero__Kelvin · · Score: -1, Troll

    I'll just pick the obvious one: systemd accepts valid usernames. If you look at the useradd (8) man page you will see that it is distribution dependent what constitutes a valid username. In general they insist on an underscore or letter as the first character. It is dangerous to allow them to start with digits as we have seen. Most distributions follow this safe rule. Complaining that system does proper input validation is the real gaffe in your rant that is icing on the cake of your lack of understanding of both Linux usernames and secure programming in general though. Your apology is accepted.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun