Slashdot Mirror


User: robo_mojo

robo_mojo's activity in the archive.

Stories
0
Comments
173
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 173

  1. Suddenly, on UK Commissioner Seeks To Ban Ultrasonic Anti-Teen Device · · Score: 2, Interesting

    earplugs.

  2. Re:Snooping on Ethics In IT · · Score: 1

    nobody is going to hire someone who was fired for snooping through other peoples' stuff.
    But you can get hired as a Private Investigator.
  3. Re:2.6.25-rc1 just come out now on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    You probably want to get 2.6.24.2 when it shows up instead. rc releases have a lot of freshly-merged stuff that isn't fully stable yet.

    They might spring a 2.6.25 on us but I doubt it. It likely isn't stable enough yet.

  4. Re:noexec on Linux Kernel 2.6 Local Root Exploit · · Score: 1
    In your ld-linux.so example, if your ld-linux.so is running executables from a noexec fs, you've got a bug. When I try it I get this:

    [user@host ~]$ /lib64/ld-linux-x86-64.so.2 /bin/echo hello
    hello
    [user@host ~]$ cp /bin/echo /tmp/echo
    [user@host ~]$ /lib64/ld-linux-x86-64.so.2 /tmp/echo hello
    /tmp/echo: error while loading shared libraries: /tmp/echo: failed to map segment from shared object: Operation not permitted
    [user@host ~]$


    As for the rest:

    Nothing saying you can't pipe a script into perl or bash.
    Scripts are an entirely different beast. They don't (normally) allow execution of arbitrary code without the appropriate permissions (non-interpreted code that is). If they do, it's a bug and should be fixed. If you're worried about scripting, you're worried about bash altogether, so you might as well disable login for the user in that case. Using noexec at least lets you give the user a login shell.

  5. Re:'Sploit needs fixing on x86-64 on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    Worked on my x86_64. I'm compiling a patched 2.6.23.15 now.

  6. Re:2.6.24.1 is Not Vulnerable on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    It is still vulnerable to CVE-2008-0600.

  7. Re:How do I get infected? on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    So in general there is no danger to home users. Except that some program with a buffer overflow can now also be used to get root access.

    Only servers that allow untrusted people to login are in danger. So most people have nothing to worry about. Trust is exploitable, too. Don't give away too much of it.
  8. Re:noexec on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    Yes. Exploit the vulnerability in order to fix it. That is quite funny. :)

  9. noexec on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    My server which has a vanilla 2.6.23.15 is vulnerable. But I don't worry because everyone else's home except mine is on a noexec volume. tmp and var are too. Another win for noexec :)

    But I subscribe to a webhost service that is vulnerable. Hackers are probably reading my e-mail as we speak. :(

  10. Re:Neat, but... on Linux Kernel 2.6 Local Root Exploit · · Score: 1

    I still can't run administrative functions (like ifconfig) without running them with an absolute path
    That's only because /sbin and /usr/sbin didn't get put in your path, which is set at login. It is the same as the difference between "su" and "su -l" (the later working as a login shell).
  11. saved passwords on Serious Vulnerability In Firefox 2.0.0.12 · · Score: 4, Insightful

    Does anyone still think that it's a good idea to permanently store your passwords in your browser?

  12. Re:Browser warning? on Adobe PDF Exploits In the Wild · · Score: 1

    Surely the user will be prompted by the browser to ask whether they want to open the pdf to begin with?

    There's an HTTP header:

    Content-disposition: inline

    With a typically configured browser, it doesn't ask the user anything if you use that, it just launches the plugin. However, you can change the configuration to treat it like a file download instead.
  13. Re:"Safe" application? on Adobe PDF Exploits In the Wild · · Score: 1

    Can't remember their name now, though.
    That's a shame, because I'd like to send my application to work for them.
  14. bad passwords on Protecting Online Identity Through Cryptography · · Score: 1

    I worked at a web shop once, where clients use passwords to access their online accounts,

    At the time the database stored passwords in cleartext (guess they haven't heard of hashing then). When doing some work of course I can see everyone's passwords. People choose funny passwords. There's the obvious "password", "<my name>", or whatever.

    But there was one that was a strange 9 digit number. Later when I had a chance to talk to that person on the phone I got to learn that his password was his SSN. I didn't have to ask (I didn't even need it), he volunteered it to me when asking for help.

    He said "It's a good password because nobody knows what my SSN is!"

    Good lord some people are fucking stupid.

  15. Re:Yay! on Zvents Releases Open Source Cluster Database Based on Google · · Score: 1

    whatcouldpossiblygowrong if Google could access the hard drive of everyone who signed up to it?
    They do that already, it is called Google Desktop.
  16. First? on W3C Gets Excessive DTD Traffic · · Score: 0, Redundant

    "oops"

  17. Re:Yay! on Zvents Releases Open Source Cluster Database Based on Google · · Score: 1

    You want to donate your network to google?

  18. solution? on Cellphones to Monitor Highway Traffic · · Score: 1

    Turn off the phone when you're driving.

  19. higher prices ahead on TiVO Patent Upheld, Dish May Have to Disable DVR · · Score: 1

    Dish won't disable DVR, they'll just start charging more for it to get TiVO their cut.

  20. Re:Maybe I'm not thinking like a domain squatter.. on ICANN Moves To Disable Domain Tasting · · Score: 1

    but $9.99/yr is not much. What's the point of going through all that trouble? Are the people who practice domain kitting registering thousands of domains this way? It makes a very big difference when you're talking about someone kiting many hundreds or even thousands of domains.

    Also I don't think it is much trouble for the kiters. I would imagine they have all sorts of automated tools to run the process of juggling that many names.

    I would be glad if they remove the grace period.
  21. Re:don't hate me on 23,000 Linux PCs For Filipino Schools · · Score: 1

    If the true goal of a computer program for a school is to ready its students for the workplace, then is linux really the best method of doing so? Isn't the school in some way doing its students a dis-service my training them on a computing method that they will very likely never use again?

    Anything a kid can learn about one system can be adapted and applied to another similar system.

    The teaching should not be focused on any particular implementation. Leave the specifics to the vocational training if the kid just wants to learn how to do one thing only.

    Otherwise you are just stuck with circular logic. You despise Microsoft, but you want to keep kids learning it in schools so they will succeed. This assumes the kids aren't adaptable. And it results in furthering Microsoft's exposure which leads to an even bigger and focused market which means kids will keep learning it and etc.

    What we need instead are smarter kids.
  22. Re:Tor on Web Hosting For Privacy Activists? · · Score: 3, Insightful

    Have you ever heard of SSL?

    Do you always click on "OK" when a bad certificate warning comes up on your browser?

  23. motherfucking hackers! on Boeing 787 May Be Vulnerable to Hacker Attack · · Score: 1

    I have had it with these motherfucking hackers on this motherfucking plane!

  24. Re:Ahh...Slashdot! on Microsoft Opens Its Security Research Cookbooks · · Score: 2, Insightful

    t does not just look like...it definitely is the case that Microsoft *is* making an effort...not just looking like.
    That depends on what your definition of "is" is.
  25. Personally I'll wait for the SP1 release on Linux Kernel v2.6.23 Released · · Score: 3, Funny

    Upgrade to 2.6.23 right now? Are you out of your mind? Everyone knows you're supposed to wait for the SP1 release before upgrading to a new operating system!