Slashdot Mirror


Hacker Finds Multiple PDF Backdoors

Gungadin writes "Eweek.com has a story about a British security researcher figuring out a way to manipulate legitimate features in Adobe PDF files to open backdoors for computer attacks. David Kierznowski, a penetration testing expert specializing in Web application testing, has released proof-of-concept code and two sample PDF files to demonstrate how the Adobe Reader program can be rigged to launch Web-based attacks without any user action. He claims there are least seven different ways to backdoor a PDF."

147 comments

  1. Non Adobe? by BiggyP · · Score: 4, Insightful

    Ok, i don't have the Adobe reader installed but rather Evince and gPDF, since these lack support for a lot of the additional features of PDF am i any safer?

    1. Re:Non Adobe? by Anonymous Coward · · Score: 0

      Foxit reader for teh win!

      http://www.foxitsoftware.com/

      As bloated and intrusive adobe software is, I can't believe problems like this don't happen more often.

    2. Re:Non Adobe? by FudRucker · · Score: 1

      it probably happens more often then what is reported, websites and their databases get compramized often and users info gets ripped is what you hear about - the method used to gain access is not reported (could be innocent looking PDF files opening the holes...

      --firefox-does-not-have-a-spell-checker-extension( yet)

      --
      Politics is Treachery, Religion is Brainwashing
    3. Re:Non Adobe? by dextromulous · · Score: 2, Informative

      Not necessarily.

      Some gPDF vulnerabilities.

      I didn't find any Evince vulnerabilities in my limited search, but that doesn't mean there will not be one. You will most likely remain safe from 'sploits targeted towards Adobe users by not using the Adobe PDF reader, but that should be obvious.

      --
      There are two types of people in the world: those who divide people into two types and those who don't.
    4. Re:Non Adobe? by hairyfeet · · Score: 1

      I've always wondered why folks would want the bloatware that is Adobe reader when Foxit is faster,smaller and now it looks like it's safer too.Guess some folks are stuck in their ways.Best thing about Foxit(for me)is that it'll run great from a flash drive.I carry it and Portable Abiword with me everywhere to avoid the bloat that is Winword/Adobe reader.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    5. Re:Non Adobe? by foo074243 · · Score: 1

      every programmed or software installed in your computer is safe if it behave like it has to be. but be careful about additional features that have been downloaded from unknown sources will make your computer maybe in danger. maybe some bug has been installed into your computer through the sfotware that has been download without you realise it.

  2. Heh by Shawn+is+an+Asshole · · Score: 4, Funny


    Huh huh, penetration.
    </beavis_and_butthead>

    Who started giving this title?

    --
    "It ain't a war against drugs.it's a war against personal freedom" --Bill Hicks
    1. Re:Heh by SanityInAnarchy · · Score: 3, Funny

      Speaking of buttheads, probably the same person who decided to call it a "backdoor".

      --
      Don't thank God, thank a doctor!
    2. Re:Heh by Anonymous Coward · · Score: 0

      Penetration?? Backdoor??

    3. Re:Heh by IvanD · · Score: 0

      Multiple????

    4. Re:Heh by meiao · · Score: 1


      Heh huh, backdoor!
      </beavis_and_butthead>

  3. It's not a vulnerability, it's an exploit... by crazyjeremy · · Score: 4, Insightful
    "I do not really consider these attacks as vulnerabilities within Adobe. It is more exploiting features supported by the product that were never designed for this," Kierznowski said in an e-mail interview with eWEEK.
    Isn't that what a vulnerability is? Exploiting a "feature" in a way not originally intended?
    1. Re:It's not a vulnerability, it's an exploit... by JustNilt · · Score: 4, Insightful

      It seems a fine line but I think many would consider this an exploit. A vulnerability would be a non-feature that can be exploited in some manner. I could be wrong (as far as speaking for others) but this is my take on it. Again, it seems a little like semantics but it's a line that can be defines quite well.

      --
      You know the thing about UDP jokes? I don't care if you get it or not.
    2. Re:It's not a vulnerability, it's an exploit... by Shimmer · · Score: 1

      I think the terms are pretty easy to understand:

            Exploit : Vulnerability :: Key : Lock

      So what this guy has done is develop exploits for pre-existing vulnerabilities in PDF. No?

      --
      The most rabid believers in American Exceptionalism are the exact same people whose policies are destroying it.
    3. Re:It's not a vulnerability, it's an exploit... by cgenman · · Score: 2, Informative

      I think he's defining a vulnerability to be a piece of poorly written code, like an input buffer that's vulnerable to an overflow. Or a URL parser that's vulnerable to a carefully formatted string. The code in that case is not behaving as intended.

      An exploit would be more along the lines of the old outlook viruses. Outlook used to allow arbitrary scripts to be run on mail loading, and messages to be sent to an entire address book. Combine these two, and you have an exploit. It's behaving completely as intended, but they never expected someone to use the features like that.

      The PDF reader is behaving as intended, though nobody expected the intended behavior to add up to that.

    4. Re:It's not a vulnerability, it's an exploit... by Anonymous Coward · · Score: 1, Interesting

      Whether or not a given piece of software is behaving as intended is not really relevant when considering whether or not the software in question has a security hole. For instance, I can write an app that listens on port 24126 and executes the commands received locally. The software is behaving exactly as intended. It also has a huge security hole - it allows anyone to connect to my computer and run basically any code they want. It may not be a bug in the code, but it is still a security hole. Just as in this case, there might not be a bug in Adobe reader's code, but there appears to be a bug in their design that amounts to a security hole.
      Now, you can certainly define an exploit to only include unitended consequences, but if you do that and companies start claiming that the behavior is intentional, your definition becomes not very relevant from a security point of view.

    5. Re:It's not a vulnerability, it's an exploit... by Ph33r+th3+g(O)at · · Score: 1

      s/Key/Pick

      --
      I too have felt the cold finger of injustice.
    6. Re:It's not a vulnerability, it's an exploit... by cgenman · · Score: 1

      From a security point of view, they're the same problem. But from a *fixing* point of view, exploits are a lot more problematic. If the functionality if the application is causing the problem, then by definition fixing the security flaw will entail altering the functionality. Suddenly, your PDF-based form scripts won't work any more. A simple buffer overflow will cause headaches to the developer, but an exploit will cause headaches to the developer and a portion of your most devoted users.

    7. Re:It's not a vulnerability, it's an exploit... by Shimmer · · Score: 1

      Granted.

      --
      The most rabid believers in American Exceptionalism are the exact same people whose policies are destroying it.
    8. Re:It's not a vulnerability, it's an exploit... by suv4x4 · · Score: 1

      It seems a fine line but I think many would consider this an exploit. A vulnerability would be a non-feature that can be exploited in some manner. I could be wrong (as far as speaking for others) but this is my take on it. Again, it seems a little like semantics but it's a line that can be defines quite well.

      I'm looking forward to someone giving a definitive answer to this burning question. I can't sleep until I know if my Adobe Reader has multiple exploits or multiple vulnerabilities.

    9. Re:It's not a vulnerability, it's an exploit... by Ph33r+th3+g(O)at · · Score: 1

      After I posted that, I realized that it's probably better as is, because I can't think of an appropriately analogous word for "lock" that follows. Really, what is needed is a word that describes a vulnerability in a traditional lock. But that would be overthinking it a little :).

      --
      I too have felt the cold finger of injustice.
    10. Re:It's not a vulnerability, it's an exploit... by az1324 · · Score: 1

      --
      I too have felt the cold finger of injustice.
      --

      Backdoor exploit?

    11. Re:It's not a vulnerability, it's an exploit... by Ph33r+th3+g(O)at · · Score: 1

      Exactly, from Family Guy.

      --
      I too have felt the cold finger of injustice.
  4. Confused by ndansmith · · Score: 3, Insightful

    After reading the article I am not sure if this is an Adobe Reader problem or a PDF problem. Every example cites an Adobe product, but the "hacker" said, "I do not really consider these attacks as vulnerabilities within Adobe. It is more exploiting features supported by the product that were never designed for this." Translation?

    1. Re:Confused by MarkCollette · · Score: 4, Informative

      Basically, the PDF standard allows for a lot of ways to access data on your local machine, in databases, and through your web browser. It also has mechanisms for running JavaScript, and even executing arbitrary local programs. Some of these things require a user to click on a link in a PDF, and some require just openning the PDF or visiting a specific page in the PDF.

      Many of these features are quite helpful for corporate clients, but maybe shouldn't be allowed by default.

      In retrospect, some of the other free 3rd part PDF viewers, that don't support those fancy features, might be better for people to use:

      http://www.icesoft.com/products/icepdf.html

    2. Re:Confused by Kesch · · Score: 2, Informative

      Really, it's using pdf supported code to undertake malicious actions. The code may or may not work in other readers depending on wether the specific feature has been implemented, however it is at least known for sure that Adobe Reader has the advanced support in place for the exploitable features.

      --
      If this signature is witty enough, maybe somebody will like me.
    3. Re:Confused by coleopterana · · Score: 1

      I'd have to agree with you and suggest that instead the article and commentary title here are slightly mislieading...if that were all a typical user read, s/he'd have the impression that merely opening a PDF file would make the computer vulnerable to exploitation in some fashion. The two methods described in this eWeek article don't appear to be anything of the sort. I think the majority of people now on any platform and likely the vast majority of more highly literate (in a computer sense) users don't allow any program to open web pages without the user expressly consenting or manually clicking. The second 'vulnerability' applies to people using Adobe Professional, if I'm not mistaken. That implies to me you have to be using Adobe Professional to BE vulnerable, though I suppose I could be wrong. It looks like there's something potentially improper or loose in some sense about the way that Adobe (maybe just the professional version) is connecting to the web or specific servers? Either way, this definitely feels a tad more alarmist then it should be. I guess it'll depend on what the general news media do when they cover the story.

    4. Re:Confused by HatchedEggs · · Score: 1

      Its not a bug, its a FEATURE!

      --
      Justin - Don't be afraid of my blog, it won't bite.
    5. Re:Confused by TubeSteak · · Score: 1

      So, just to boil this issue down to the essentials:

      Will turning off javascript within Acrobat prevent the exploit?

      (I run IE w/javascript enabled, but not Acrobat. Go Figure)

      --
      [Fuck Beta]
      o0t!
  5. Dear God. by O'Laochdha · · Score: 1

    How badly do you have to screw up to make it possible to hack through a virtual document?

    1. Re:Dear God. by samurphy21 · · Score: 2, Insightful

      You mean like email, word documents and such? God.. who knows?

  6. Linux version of acroread seems fine by Noksagt · · Score: 4, Interesting

    The article has two testcases. The second uses Windows ODBC so, unsurprisingly, fails. The first is supposed to open a web page automatically, but I'm presented with a dialogue asking me if I really want to open it (and the URL is identified in the dialogue). This seems to be good behavior. Did Adobe get things right on Linux & not on Windows? That's got to be a first.

    1. Re:Linux version of acroread seems fine by JustNilt · · Score: 1

      Neither test document worked for me on a Windows XP box all patched up and using Acrobat Reader 7.0.8. What I get is a Security Warning stating the document is trying to connect to the domain. I'm not totally convinced this is an Adobe warning as it looks a lot like IE's warnings and I haven't yet tested exhaustively.

      Either way, it's time to start letting clients know that PDFs have been added to the list of "potentially risky" file types.

      --
      You know the thing about UDP jokes? I don't care if you get it or not.
    2. Re:Linux version of acroread seems fine by JCCyC · · Score: 1

      The article has two testcases. The second uses Windows ODBC so, unsurprisingly, fails. The first is supposed to open a web page automatically, but I'm presented with a dialogue asking me if I really want to open it (and the URL is identified in the dialogue). This seems to be good behavior. Did Adobe get things right on Linux & not on Windows? That's got to be a first.

      Same here (RPM version 7.0.1-1), except the dialog box does NOT say what URL is going to be opened. And it refuses to save any browser preferences.

      Of course, my default viewer is GGV.

    3. Re:Linux version of acroread seems fine by Kesch · · Score: 1

      Looking at some of the comments in his blog, the presence or absence of a warning box is kind of random. However, it might be linked to wether you open the pdf from your browser(no warning) or from your machine.

      I got an interesting result on mine (under Linux) in that it asked me if I wanted to config my browser settings. I answered 'yes' and was then directed to a config page where I could input which browser command I wanted to use to launch my browser. It looks like this could easily be set to an intermediate script which could pop up a dialogue with the URL to confirm that you really want to open a link.

      --
      If this signature is witty enough, maybe somebody will like me.
    4. Re:Linux version of acroread seems fine by sjwest · · Score: 1

      Simple answer hacking microsoft windows is more productive, and validates the issue so it gets reported here.

  7. Evince, etc. by Noksagt · · Score: 4, Interesting

    I also mostly use evince. Neither test worked. They triggered this message:
    "** (evince:18185): WARNING **: Unimplemented action: POPPLER_ACTION_UNKNOWN, please post a bug report with a testcase."

    Note that a different implementation only gives you DIFFERENT bugs and holes, as anyone who has followed exploits in xpdf knows.

    1. Re:Evince, etc. by Anonymous Coward · · Score: 5, Funny

      Did you file a bug to let them know they didn't support the exploit? This is free software, they should get right on it.

  8. pr0n by User+956 · · Score: 5, Funny

    He claims there are least seven different ways to backdoor a PDF.

    I've seen quite a bit of pr0n. There's way more than seven ways.

    --
    The theory of relativity doesn't work right in Arkansas.
    1. Re:pr0n by Dacmot · · Score: 1
      I sure would love to have his job:

      David Kierznowski, a penetration testing expert
    2. Re:pr0n by Anonymous Coward · · Score: 0

      Pregnant Dutch Female? Didn't realize the industry had gotten so specialized.

  9. Sources claim... by Mikachu · · Score: 5, Funny

    Sources claim the exploits would have been found sooner if any other hackers had the patience to wait for PDFs to load.

  10. Yippee Skippee by Mozleron · · Score: 3, Interesting

    Just when i thought i didn't like PDFs, up comes this neat little "Feature" to try and make me like them all the more...

    Wait, this isn't a good thing, is it... And i'm willing to bet Adobe is not really all that happy about it either...

    Maybe this will prod them into getting back to their roots of a simpler system that did not take 30+ seconds to start up and did not bring a browser to its knees when it decided to act up... Or maybe i could just be dreaming.

    --
    ~Mozleron
    Never underestimate the power of stupid people in large groups
  11. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  12. clarification by User+956 · · Score: 2, Funny

    that's assuming that by "PDF", he means "Pretty Drunk Female"....

    --
    The theory of relativity doesn't work right in Arkansas.
  13. LOL. by Anonymous Coward · · Score: 0

    Make sure you mod parent up, very funny.

  14. Penetration by SauroNlord · · Score: 2, Funny

    David Kierznowski, a penetration testing expert I wish I was a penetration test expert!

    1. Re:Penetration by Xemu · · Score: 1

      If "crash tests" requires "crash test dummies" then I guess we know what the rubber dolls are used for in penetration testing.

      --
      Tell your friends about xenu.net
  15. oops..... by coleopterana · · Score: 1

    (My apologies for the above formatting, I was editing and the cat walked on the laptop, which normally doesn't result in a permanent mistake!)

  16. Of course by Anonymous Coward · · Score: 2, Insightful
    As if postscript is not dangerous enough, Adobes PDF attack vector executes javascript. When you're done disabling javascript in the Adobe PDF reader, you should disable it in your browser.

    Has everyone downloaded the new version of firefox because 5 out of 7 of the vulns it fixes are javascript related. Why do we have to keep going through this, are people in denial or something? We all know what the problem is. There's only one security advisory I'd like to see for javascript problems, the mother of all advisories:

    MSFA 20XX-00 Enabling javascript allows remote code execution

    Solution: Disable javascript, on a permanent basis.

    1. Re:Of course by pclminion · · Score: 1

      PDF does not contain PostScript. The outward appearance of PDF's high-level data types (like dictionaries), and the PDF graphics language were inspired by PostScript, but it is NOT a stack based language. You can't, for instance, write a PDF which computes Mandelbrot's fractal and displays it (as you could with a PostScript program).

      Get the facts straight. Just because a PDF looks "kinda like" a PostScript file in a binary editor doesn't mean it's PostScript.

    2. Re:Of course by the+donner+party · · Score: 1

      The problem is that Adobe has effectively eliminated the reason that PDF was safer than Postscript, by adding another Turing-complete language to the format definition. There are a lot of advantages to a data format that can be used without worrying about arbitrary execution paths or unbounded memory and time requirements. Let's just hope that Javascript in PDF stays a little-used feature that can be easily disabled without worrying e.g. about access to government forms.

    3. Re:Of course by pclminion · · Score: 1

      I know I'm replying to this late (I was away for a week). And my God, does Slashdot really have a million users now? Anyway...

      The cool thing about PDF is that PDF documents can be cryptographically signed. It would be easy to implement (if not implemented already) a system where JavaScript functionality is only enabled for documents signed by a trusted key. Then, the government (or some other trusted entity) could take advantage of JavaScript in PDF and other untrusted documents could be treated with a higher level of paranoia.

      The building blocks are all there.

  17. Easy by OpenSourced · · Score: 4, Informative

    Use FoxitReader (http://www.foxitsoftware.com), much lighter and faster than Adobe Reader, and probably with its own set of vulnerabilities, but unlikely to be much targeted.

    --
    Rome taught me patience and assiduous application to detail. Virtues which temper the boldness of great, general views.
    1. Re:Easy by Anonymous Coward · · Score: 0

      Yep I use Foxit, and I prefer it. Extremely fast in opening documents and the two PDF's linked in the article did nothing but open Foxit and display the PDF, nothing more.

  18. "Hacker"?! by coyote-san · · Score: 4, Interesting

    Since when is a respected security researcher a "HACKER"?!

    Seriously. I know the old definition of "hacker" and have been proud to be called one (in that sense) in the past, but the headline clearly refers to the malicious definition of hacker. This headline seems to serve no purpose other than deliberately blurring the line between legitimate researchers and the jerks who exploit weaknesses.

    --
    For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
    1. Re:"Hacker"?! by Anonymous Coward · · Score: 0

      hacker, noun. one who implements mad hax

    2. Re:"Hacker"?! by Ilgaz · · Score: 2, Interesting

      Normally I would say "Oh another hacker, not hacker fight" but your post makes perfect sense since just 2 stories below, posted by Zonk again, says:

      "IT: How Hackers Identify Their Targets
      Posted by Zonk on 0:07 16th September, 2006
      from the drawing-a-bead dept.

      narramissic writes "In a recent article, security guru Brent Huston writes about research he did to get inside the minds of spammers and expose some of the processes they use to identify potential targets. "

      The "hacker" term used there is in spammer/zombie master/phisher context. Just 1 story below!

  19. Popplers?!? by bunions · · Score: 1
    --
    there is no need to sign your posts. this isn't usenet. your username is right there above your post. stop it.
    1. Re:Popplers?!? by Anonymous Coward · · Score: 1, Informative

      FYI, the pdf rendering engine is named after the futurama popplers: http://en.wikipedia.org/wiki/Poppler_(software)

  20. must....quote....Wargames... by not+a+cylon · · Score: 1

    Malvin: I can't believe it, Jim. That girl's standing over there listening and you're telling him about our back doors?
    Jim Sting: [yelling] Mister Potato Head! Mister Potato Head! Back doors are not secrets!
    Malvin: Yeah, but Jim, you're giving away all our best tricks!
    Jim Sting: They're not tricks.

  21. Re:Mac OS X Drawing Subsystem? by agent+dero · · Score: 2, Informative

    The vulnerabilities aren't in the format per se, but more in Adobe's implementation of their Acrobat products.

    Apple, along with Preview, has its own implementation of rendering and viewing PDFs

    --
    Error 407 - No creative sig found
  22. Only on the Windows version by Anonymous Coward · · Score: 1, Informative

    The Mac version of Acrobat reader is actually not affected by these vulnerabilities; they only occur on the Windows platform.

  23. Easy Fix: Disable those plugins! by imaginaryelf · · Score: 2, Informative

    Create a parallel directory to installdir/adobe/acrobat 7.0/acrobat/plug-ins/ directory, call it plug-not, and move all non essential plug-ins into that directory.

    I just want a reader, not a full fledged pseudo-browser app with tons of security exploits - there's already one called Internet Explorer on my PC!

    So I've moved away: Accessibility, Acroform, ADBC, EScript, Multimedia, weblink, webpdf, etc.

    Now when you open those "exploit" links, you get an pop-up saying, "The plug-in required by this 'URI' action is not available."

    You get another benefit from this. Your acrobat reader will load sooo much faster too!

    1. Re:Easy Fix: Disable those plugins! by Lehk228 · · Score: 1

      try out foxit, it's, by far faster than acrobat reader and aside from any technical security improvements, it has the benefit of being a tiny target compared to acrobat

      yes even much faster than the stripped down version of acrobat reader

      --
      Snowden and Manning are heroes.
  24. Back Door Demo #2 - Link Wrong by md17 · · Score: 4, Informative

    In the article the second "back door demo (PDF)" link just points to the same PDF as the first link. The correct link is:
    http://michaeldaw.org/projects/backdoored2.pdf

  25. Malicious links are a PDF problem? by Anonymous Coward · · Score: 1, Insightful

    The first back door (PDF), which eWEEK confirmed on a fully patched version of Adobe Reader, involves adding a malicious link to a PDF file. Once the document is opened, the target's browser is automatically launched and loads the embedded link.

    Just about anything can automatically open a link. If there is something malicious on the page it is loading, that's a browser problem.

    1. Re:Malicious links are a PDF problem? by Ilgaz · · Score: 1

      It launches INSIDE the plugin, plugin renders the web browser and it looks very functional, that "first" link, it loads google.co.uk fine.

      More interestingly, as many of Mac users got sick of Adobe or Apple PDF plugins, I use Schubert IT browser plugin (free for non commercial use) inside Omniweb 5.5

      Now, this is Mac and OS X... No known "go to page and get spyware if your system not updated" stuff around.

      This is big deal for Windows.

    2. Re:Malicious links are a PDF problem? by Ilgaz · · Score: 1

      Oops, Schubert IT plugin (http://schubert-it.com/) is NOT effected by first link, it loads web page , doesn't open another link.

      Apologies, I misunderstood the problem.

      Again, launching a URL on Windows could be disaster.

  26. Free by mrchaotica · · Score: 2, Informative

    Better yet, use Ghostscript. It's also much lighter and faster than Acrobat Reader, and -- more importantly, and unlike Foxit Reader -- is Free Software.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    1. Re:Free by gatzke · · Score: 1


      Yes, but the default version has an annoying splash screen registration screen to click through every time you open gv or gsview.

      As a result, I stopped using their reader. Free and Annoying.

    2. Re:Free by duguk · · Score: 1


      > Yes, but the default version has an annoying splash screen registration screen to click through every time you open gv or gsview.

      Nope, it doesn't have an annoying splash screen, but does have a small unobtrusive advert in the top right - which doesnt need internet access, only advertises FoxIts own products AND can be turned off through the menus.

      > As a result, I stopped using their reader. Free and Annoying.

      Definately free, but easy to use for idiots. At least it doesn't crash Firefox :)

      Dug

    3. Re:Free by Ctrl-Z · · Score: 1

      I believe the comment was that ghostscript is free and annoying, not foxit.

      --
      www.timcoleman.com is a total waste of your time. Never go there.
  27. Doesn't work on Linux by md17 · · Score: 3, Informative

    I've tried both exploits on Linux (acroread & Gnome Document Viewer). Neither work. The first asks if I want to connect to the web site and I have to explicitly click "Allow" (in acroread). The second of-course doesn't work because I don't have any ODBC junk on my Linux box. But that doesn't mean that it can't talk to other unsecured ports on my computer. That would be interesting to find out.

    1. Re:Doesn't work on Linux by flyingfsck · · Score: 5, Funny

      Hmm, Linux just isn't ready for the desktop yet.

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
  28. Re:Mac OS X Drawing Subsystem? by Strolls · · Score: 1
    As a concerned Mac user ... I was wondering if these could possibly create vulnerabilities ... for mac users.
    Well, if you tried downloading the sample PDF in 10.4 you'd see that opening it in Preview shows an apparently-live webpage. So it would seem fairly safe to say the answer may be "yes".

    Stroller.

  29. Load PDFs with Acrobat in seconds by dw604 · · Score: 5, Informative
    1. Re:Load PDFs with Acrobat in seconds by Carthag · · Score: 1

      Or you could just you know use a third party reader...

    2. Re:Load PDFs with Acrobat in seconds by BrynM · · Score: 1
      Load PDFs with Acrobat in seconds
      Oddly enough, that also fixed both of these "exploits" for me. Now I get "The plug-in required by this 'URI' action is not available. Blah blah blah". Thanks for the link.
      --
      US Democracy:The best person for the job (among These pre-selected choices...)
    3. Re:Load PDFs with Acrobat in seconds by MoogMan · · Score: 1

      Or, a much better idea - scrap Acrobat, use a better PDF reader and load a PDF in second.

      I can't believe that a company like Adobe can make such bilge like Acrobat Reader. Foxit looks literally the same, but done right!

  30. PENETRATING BACKDOORS by Anonymous Coward · · Score: 0

    HOT ANAL! FUCK MY BACKDOOR! Yea baby, penetrate my backdoor hard! FUCK ME IN MY PDF!!!!!

    I LOVE PDFS!! YEA!!!! YES!!! OH YEA!!!!

  31. Re:Mac OS X Drawing Subsystem? by Anonymous Coward · · Score: 0

    Thankfully the Mac OS X drawing subsystem isn't built on top of ACROREAD.EXE, so no.

    Though that could explain why the Intel chips are so much faster for Mac OS X...

  32. Does anyone else think this is good news? by Zorque · · Score: 0

    Personally, I've hated PDF files from the day I encountered one. The format is bloated, wasteful, and for the most part, unnecessary. In my opinion, a standardized HTML archive format would be much more useful (smaller and faster, too) than a largely proprietary format. With news like this, maybe PDF will finally die and leave me alone.

    1. Re:Does anyone else think this is good news? by Anonymous Coward · · Score: 2, Insightful

      Respectfully disagree.

      PDF is incredibly useful...to people other than yourself. The bloat that annoys you so much guarantees layout and color fidelity to people who care about those things. Do you find PostScript printers bloated and wasteful?

    2. Re:Does anyone else think this is good news? by Anonymous Coward · · Score: 2, Insightful

      HTML and similar document formats do not retain character sets, pagination, and other presentation-related pieces of data. Create a webpage, and view it in different browsers on different OSes with different font sets. The page is not guaranteed to look the same, and most likely will render different on each different browser. PDF, on the other hand, will render the same with every PDF reader.

      PDF is designed to be a read-only document presentation format. Sort of a globally understood "print to file" format with some added features. It does this very, very well. It is often abused, however, by people who don't understand the purpose behind the PDF format.

      Don't confuse Adobe's somewhat bloated PDF reader's sluggish speed with the format being "slow." Try any of the third-party document readers (xpdf, etc). They are blazingly fast.

    3. Re:Does anyone else think this is good news? by alain94040 · · Score: 4, Insightful

      Sorry, I got to disagree with this. If you are looking for print quality (as in book), PDF is way ahead of any standard HTML I have ever seen.

      Yes, AcroRead takes longer and longer to load, defeating the purpose of being this ubiquitous reader Adobe is pitching. Yes it's not open.

      But still, it's the saftest way I have found so far to send someone a document so I could be sure that when they open it, it looks exactly like I intended it to look. That to me is key: I care about the looks of what I do.

      Alain.

    4. Re:Does anyone else think this is good news? by Waffle+Iron · · Score: 0, Troll
      PDF is incredibly useful...to people other than yourself. The bloat that annoys you so much guarantees layout and color fidelity to people who care about those things.

      So it's incredibly useful to the people who work at a printing company. For the 99% of the rest of us, it's not very useful at all. Of all the text PDF documents that I've been subjected to downloading, I can't think of a single one wouldn't have rendered better on my screen and been more convenient to navigate as an HTML page. Some could argue that PDF is good for graphics like large maps, but the ones I've used have been so bloated and slow that I'm sure a plain old 4000x3000 pixel .PNG would have been quicker, easier and more compact.

      I really don't care what the original looked like in the author's word processor. I rarely print things out anymore, and with 1600x1200 LCD monitors available for around $300, there's going to be less and less need for anyone to print hard copies as time goes by. The whole PDF concept is a vestige of dead tree technology, and it should be relegated those those people who work mainly with physical paper. It doesn't really have business being used as a document format on any general-purpose web server.

    5. Re:Does anyone else think this is good news? by Anonymous Coward · · Score: 0

      PDF is for print. It may be a Godsend for hard copy, but IMNSHO should never leave the computer connected to said intended printer without first being translated into a sane standard computer format. Reading a PDF onscreen feels about as natural as eating dinner while gripping the fork with your feet.

    6. Re:Does anyone else think this is good news? by Venerable+Vegetable · · Score: 1

      I work in a fairly standard office. Even though we have nice diplays (a lot of desktops even have two screens) documents are quit often printed. Paper is just too convenient. You can carry it everywhere, pass it around, make notes on it, read it while sitting in a comfortable chair, pin it to a wall. And you don't even need a nearby computer to do all of that.
      If I email someone (manager, coworker) a document I want it to be displayed and printed properly. For this purpose PDF is great. If it's just going to be glanced at or archived directly, it doesn't matter that much, but if the document is actually going to be used and decissions will be based on it then I want it to look correct and professional.
      Good HTML might be easy to navigate (to computer illiterates (read: managers) it really is not) but it absolutely doesn't translate to paper. Looking at my surroundings PDF isn't going away anytime soon. Maybe in twenty years, when we have perfect digital paper everywhere.

    7. Re:Does anyone else think this is good news? by ultranova · · Score: 1

      Don't confuse Adobe's somewhat bloated PDF reader's sluggish speed with the format being "slow." Try any of the third-party document readers (xpdf, etc). They are blazingly fast.

      30 seconds to show the next page in a 1GHz machine with xpdf.

      PDF does something to bitmap images that makes large ones unbelievably slow to display. I don't know what, but it's definitely a very slow format in that respect.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    8. Re:Does anyone else think this is good news? by phillipsjk256 · · Score: 1

      Adobe ruined the benefits of the somewhat
      combersome pdf format the moment they added
      Scripting support in about version 6.
      Pdf files were popular because they acted like
      paper. The pages did not try to change or send
      you pop-up windows while you were viewing the
      document.
      Full disclosure: I still use lynx
      (http://lynx.isc.org) because I am still bitter
      over the transition to DHTML.
      PS: sorry for the late reply; the server decided
      I wasn't human becuase I couldn't see the
      challange image :P

  33. Gnaa have been using this for a while by Anonymous Coward · · Score: 0

    Gnaa have been using this for a while in the lastmeasure shock site.. I wont link here.

  34. Re:Mac OS X Drawing Subsystem? by Petrushka · · Score: 1

    Fear not: the title (replicated from TFA) is glaringly inaccurate in an attempt to sensationalise and induce general panic.

    As even the blurb above states quite clearly, these are not vulnerabilities in PDF, a file format, they're vulnerabilities in Adobe Reader, an application (and one which most OS X users have no need for, thanks to Preview).

    In fact, TFA seems to indicate moreover that the attacks are specific to Windows.

    Nothing to see here .... unless you use Adobe Reader in Windows.

  35. Re:Non Adobe? (Off-topic) by itsari · · Score: 2

    I am using Slashdot's Discussion2 and I accidentally modded you redundant. Just posting this reply to cancel the mod.

    I find it very odd that there is no confirmation before a selected mod is applied. I think I'll submit that as a UI bug. Sorry for the inconvenience.

    BTW, I meant to mod the parent as Interesting, because he raises a great question: Are these flaws of the PDF format? Or just Adobe's implementation (or extensions)?

  36. Re:Mac OS X Drawing Subsystem? by Anonymous Coward · · Score: 0

    If you have to ask whether this will compromise the security of OS X, how do you feel qualified to name it a "very securely built operating system"? Is that just what the guy in the turtleneck at the "Genius Bar" told you? I mean, it seems like if you were qualified to analyze a system's security you wouldn't need to ask that question. And if you're not qualified, well, you probably shouldn't be making that claim to begin with.

  37. Re:Mac OS X Drawing Subsystem? by laffer1 · · Score: 1

    Actually I have it installed on my Mac. There are a few features Preview does not support.

  38. da ladies... by ScottyMcScott · · Score: 2, Funny

    future mother-in-law: so, what do you do?
    guy: i'm a penetration tester.
    ....fill in rest.....

  39. Acrobat Reader is awful by oohshiny · · Score: 1

    Apart from its (known) security problems, Acrobat Reader has a number of other problems, foremost that it's slow and that it fails to comply with Gnome, KDE, and Macintosh desktop UI standards.

    There are more usable, faster, and safer alternatives.

    1. Re:Acrobat Reader is awful by vtcodger · · Score: 2, Interesting
      ***Acrobat Reader has a number of other problems, foremost that it's slow and that it fails to comply with Gnome, KDE, and Macintosh desktop UI standards.***

      There are Gnome and KDE UI standards? Who knew?

      OK, OK, that's snarky. But when you port a program from one OS to another -- Windows to Linux in this case -- there are going to be UI problems. Most Mac programs are human factors disasters when ported to Windows. And heck yes, that includes Excel. Personally, I've always found Excel to be major aggravation because of its non-Windows (and IMHO pointlessly obtuse) clipboard handling.

      Note that Firefox (for example) integration with KDE is less than perfect. The clipboard only works with text, not images. And the cursor control is less than exemplary. Why would Acrobat be any better?

      Acrobat doesn't run well in Linux? No suprise. Its ponderous and doesn't run all that well in Windows. Personally, I switched to FOXIT on Windows a couple of years ago and use xpdf on Linux. But I'm retired and don't need to read PDFs to do my job. So I don't mind all that much that images are sometimes missing, and other aggravations that might not occur with Acrobat.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
  40. Javascript by sowth · · Score: 1

    Well the first order of business would be to hunt down an kill all the "web developers" who insist on using javascript for essential parts of their site. If it wasn't for them, I could just use dillo like I want to and not worry about javascript crap...

  41. Adobe screwed up PDF by Anonymous Coward · · Score: 0

    PDF was a great idea; a WYSIWYG document format.

    But Adobe screwed it terribly by fitting features like JavaScript, turning an inert secure format into an active insecure one. What's more, they don't like you turning JavaScript off. When you run Adobe Reader 7 with JavaScript off, it keeps asking you if you'd like to turn it off.

    Then we have the screwed up user interface, lacking even the simple basics like setting bookmarks, putting their help in PDF to prove a point, but coming up with an unusable help format in the process. And that preferences menu with 20 odd bizarrely named entries that make finding anything let alone changing it a pain in the ass. Adobe Reader has the worst designed user interface of any mainstream software product.

    I'd love to see someone come up with something that can replace PDF once and for all. GhostScript/GhostView can do it, but their interface isn't up to much either.

    For scanned documents we do have an alternative; DJVU. Supposedly it compresses better than PDF, and certainly one of the GUIs (it's open) WinDjView-0.4.2.exe is much better than Adobe Reader. A Document Reader doesn't need do much. WinDjView succeeds where Adobe fails so miserably.

    So: Advice to Adobe: Fire your GUI designers/JavaScript boffins. They've screwed PDF badly. Add to that your ridiculous prosecution of that Russian who told the world how crap your security was, and you're a company on the nose. PostScript was nice, but everything after that was downhill.

    Advice to GhostView: Give us a decent PDF alternative; Your GUI needs work.

    WinDjView: Nice job. Can you do PDF too?

    Microsoft: Surely you can annihiliate Adobe? How hard could it be to make a decent reader. (Yeah, MS suck, but Adobe suck too.)

  42. Windoze and IE implicated, again. by twitter · · Score: 4, Interesting

    Evince and gPDF, since these lack support for a lot of the additional features of PDF am i any safer?

    From the Fine Article:

    the target's browser is automatically launched and loads the embedded link. "At this point, it is obvious that any malicious code [can] be launched," Kierznowski said.

    That looks like a lot of auto magic nonsense that most free software would not do. The only thing that's obvious to me is that any malicious w32 code is going to bounce off my browser. My pdf reader, kpdf, did not take the first step of automatically launching a browser and my browser would not take any of the dozens of brain dead and spam friendly automatic steps that makes IE a dissaster. A computer that's not internet safe but is connected to a network is always at risk.

    Note that it's not a "lack of features" that makes kpdf work right. Kpdf has links that work when you press them, table of content browsing, keyword searches, text and image cut and paste, and prints flawless copy. Those are the features you want in a pdf viewer. Automatically popping up a browser is a feature you don't want.

    --

    Friends don't help friends install M$ junk.

    1. Re:Windoze and IE implicated, again. by BeeBeard · · Score: 1

      Hey, great post. You pointed out that this is probably yet another Windows-centric exploit, and also how utterly great the new kpdf is (seriously--the new version is the best pdf reader I've used! Get it--get it NOW! :) The one thing we shouldn't forget, though, is that even when you're running free software, you can still accidentally pass the infected file(s) along to people who aren't.

      P.S. I do the uber-paranoid thing. On the rare occasion that I boot into XP for games, the Windows I'm booting into hasn't even had any internet drivers installed. Since I'm only using the OS for one specific thing, and a net connection isn't necessary, I find it more convenient than pulling out a cat-5 cable or two, or messing around with the router so it blocks all traffic.

    2. Re:Windoze and IE implicated, again. by TheoMurpse · · Score: 1

      I clicked on the links with Opera in Windows XP, it launched Adobe Acrobat Reader as it should have, and then...nothing. Neither of the exploit demos were successful on my setup (Opera-XP-Acrobat Reader). Does this mean it's an IE-only exploit? (Note: my default browser is Opera as well)

    3. Re:Windoze and IE implicated, again. by littlem · · Score: 1

      Note that it's not a "lack of features" that makes kpdf work right. Kpdf has links that work when you press them, table of content browsing, keyword searches, text and image cut and paste, and prints flawless copy. Those are the features you want in a pdf viewer.

      The ability to rotate pages, and a status bar at the bottom saying "Page X of Y", would be nice too... maybe in KDE 4.

  43. Alternatives already exist by KillerBob · · Score: 1

    Even for Windows. I tested the proof of concept PDFs in FoxIt PDF reader (http://foxitsoftware.com/), and none of them worked. The flaws aren't in the PDF format itself, they're in Adobe's implementation of it.

    --
    If you believe everything you read, you'd better not read. - Japanese proverb
  44. Only 7? by makillik · · Score: 1

    "He claims there are least seven different ways to backdoor a PDF."

    But remember there must be 50 ways to leave your lover

  45. GhostView by RareButSeriousSideEf · · Score: 1

    The nearly featureless PostScript viewer GhostView ( http://www.cs.wisc.edu/~ghost/ ) does me fine for most PDF viewing chores. If a document needs more attention than can be read on screen in a few minutes, I'm just going to send it to a printer anyway.

    If it's full of "interactive content," then, well, you shouldn't have made it a PDF, since I'm pretty unlikely to jump through hoops to discover what you're trying to say. Use HTML or PowerPoint or what have you if you really need interactivity. My distrust of active content is high when it's not running in a sandbox like a well-configured browser. Simple hyperlinks are a possible exception, as long as there's no attempt to obfuscate the URI and action.

  46. PDF version by mclaincausey · · Score: 1

    Get your PDF version of the story here

    --
    (%i1) factor(777353);
    (%o1) 777353
  47. This isn't the first PDF virus out there, either. by Anonymous Coward · · Score: 0

    It's not like they shouldn't have seen this coming and I couldn't wrap my head around just what the fuck a Javascript parser was ever doing in Adobe Acrobat in the first place. I still can't: it's there to present documents as you intended them to be presented and you don't need anything dynamic coded in there to do that and code seems to necessarily defeat the point of the thing (showing documents just as you intended).
    Unless there's a project manager over at Adobe with an unhealthy sense of humor who's trying to prove jwz's "applications will grow until they can read e-mail" right.
    And, uh. What's with the discoverer's equivocations? Is the vulnerability really in the internets or something? Because I'm lost.

  48. Load PDFs in milliseconds by this+great+guy · · Score: 2, Funny
  49. Core PDF freature and not a bug anyway by Craig+Ringer · · Score: 2, Informative

    The first "vulnerability" is the ability to have clickable web links in a pdf. It's a standard feature of the PDF document language, and all conforming viewers should support it. I'd be surprised if evince doesn't, but most of the other free viewers are too primitive.

    In my view this claim is idiotic anyway. I just found a giant security hole in HTML where if they view my page or email with a link and if they click on it, it might take them to a malicious site.

    *yawn*

  50. Re:Core PDF feature by Craig+Ringer · · Score: 2, Insightful

    My mistake - that post is not correct. It appears to actually be using JavaScript as supported by Adobe reader to automatically launch a link. Still, in my view, not a big deal (and my Adobe Reader asks for confirmation anway) but somewhat more valid.

  51. Re:Mac OS X Drawing Subsystem? by maop · · Score: 1

    He read it in MacWorld I guess.

  52. Read PDFs with gsview by Animats · · Score: 1

    Most PDFs can be viewed with gsview, the old Postscript previewer. It doesn't have all that crap Adobe put in like WebBuy, but nobody uses that anyway. Gsview will display PDFs that older versions of Adobe Reader won't.

  53. That is why you no-script filefox. by Anonymous Coward · · Score: 0

    You pick the sites you trust. Everyone else can go jump.

  54. Re:Mac OS X Drawing Subsystem? by Rivendell · · Score: 2, Informative

    Opening the first PDF with Preview does not cause Safari to launch, and appears to show a static Google web page. No outbound traffic was observed when opening the PDF in Preview. Opening the PDF using Acrobat 5.0, 6.0 , and 7.0 appears to cause Safari to launch and open "http://www.google.com/owned.html". It looks like Preview is not vulnerable to this particular attack, while at least some Adobe Acrobat readers for OSX are vulnerable.

  55. OH WHY by Anonymous Coward · · Score: 0

    Why oh why was this article not availible as a PDF?

  56. Big clarification by littlem · · Score: 1

    GNU Ghostscript is free software... Aladdin Ghostscript, the one hightlighted in bold on the page you link to and the one that they'd really like you to download, is not free software - its license (the A"F"PL) restricts commercial redistribution. Unfortunately the GNU fork is several years of development behind the non-free one.

    1. Re:Big clarification by mrchaotica · · Score: 1

      So, in that case, what GPL PDF viewer should Windows users use?

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    2. Re:Big clarification by epee1221 · · Score: 1

      If that's all it restricts, then most people won't much care whether or not it's free like speech. Being free like beer is enough for the typical user.

      --
      "The use-mention distinction" is not "enforced here."
    3. Re:Big clarification by littlem · · Score: 1

      If that's all it restricts, then most people won't much care whether or not it's free like speech. Being free like beer is enough for the typical user.

      Such depressing cynicism! :(

  57. Firefox on Windows XP is sane by Vreejack · · Score: 1

    Both test cases give me a confirmation dialog offering to add the target site to a trusted list.

    Curiously, both XP and Firefox updated over the last two days.

    --
    "Will future ages believe that such stupid bigotry ever existed!" -- Ivanhoe
    1. Re:Firefox on Windows XP is sane by de+Siem · · Score: 1

      In the Windows version you can check this list under edit>preferences>trustmanager

      --
      Beating up people in little rooms, if you do it for a good reason you do it for a bad one.
  58. Usually, I strip out most of that stuff... by Anonymous Coward · · Score: 0

    For performance reasons, I remove half of the plugins that come with Adobe Reader and turn off a bunch of dubious "features" whenever I install it anyway. Some of those things are pretty scary if you are paranoid about security (like embedded JavaScript, unless you think Adobe can write code better than is in web browsers), and they are largely irrelevant to the basic task of viewing a static document, which is what Adobe Reader is used for 99% of the time. It's bloatware. The alternate open source and free commercial options (e.g., FoxPDF on Windows is nice) are much more streamlined and the missing features found in the official Adobe Reader are hardly ever missed.

    It would be a useful experiment to determine a secure configuration that would disable all these exploits. It would be even better, for security and performance reasons, if Adobe themselves offered a single-switch option to enable it, but I suppose then Reader wouldn't have all its kitchen-sink-style abilities. Adobe has drifted a long way from the "do one thing and do it well" approach.

  59. OK How do I protect my machine? by 140Mandak262Jamuna · · Score: 1
    I clicked on the link. I am using Firefox. It warned me that my pdf reader is old, (6.0) opened what appeared to be a pdf version of google home page then redirected to google.com/owned.html which did not exist. Does it mean that my machine is vulnerable?

    The second test too failed the same way.

    But in the tabs where I expected pdf docs now there is a 404 Not Found error. What does it prove?

    What should I do to remove these fancy features from pdf readers?

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:OK How do I protect my machine? by Anonymous Coward · · Score: 0

      It proves 2 things.

      1. You're vulnerable.
      2. Even after the test you didn't realize you were. BTW at least you asked.

    2. Re:OK How do I protect my machine? by 140Mandak262Jamuna · · Score: 1

      OK. Since I am vulnerable, I tried to remove pdf plug-in from Firefox. Somehow the "Remvoe Action" button was greyed out. So I changed it to just save the file for the present. I am very careful with attachments. I just did not want to accidentally visit a malformed pdf that is all. Enough for present? May be I should dig a little more and see if open source implementation of bare bones pdf readers are available for windows.

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
  60. Re:AH, ZONK, YOU AND YOUR BACKDOOR PENETRATION STO by hunterkll · · Score: 1

    A -1 funny. Fucking amazing.

  61. Turing complete by G3ckoG33k · · Score: 1

    IIRC, at least PostScript has been demonstrated as a Turing complete language (someone wrote a printer's driver in it, as reported on Slashdot many years ago, IIRC). And, given PDF's background, why shouldn't it be that too? Please, someone with more knowledge, please enlighten me if I'm on the wrong track! And, if it is, would that matter to this context, finding (or writing) 'backdoors'?

    1. Re:Turing complete by Anonymous Coward · · Score: 1, Informative

      PDF stores the result of running a PostScript program; it's not actually a Turing complete programming language itself. It'd be like trying to claim that a JPEG image is Turing complete because you generated it in Python. Any file format like JPEG can be thought of as a language of a sort because it contains "commands" (bit codes) to "generate" the image, but it's certainly not Turing complete.

      While there's a close link between PostScript and PDF that make the translation from PostScript to PDF easy to do, the fact that PDF merely stores the output of a PostScript interpreter (rendering commands) is why it's faster and simpler to implement than full PostScript.

  62. Re:Mac OS X Drawing Subsystem? by Strolls · · Score: 1

    Ah, ok. Please excuse me - you have my apologies. Having not tried this under the Adobe applications I assumed the point was to load the Google webpage, and because clicking on links within that open Safari I assumed the page be dynamic. I also wanted to reply to a Mac user smug about security.

  63. I can understand the media using "hacker"... by afabbro · · Score: 1

    ...but why can't Slashdot, of all places, use "cracker"?

    --
    Advice: on VPS providers
    1. Re:I can understand the media using "hacker"... by elrous0 · · Score: 1
      Because no one uses the word "cracker" for malicious hackers, outside of a few anal-retentive hold-outs. Sorry, but common usage has left this debate behind long ago. You can either deal with it or end up like that annoying old fart at the nursing home ranting about how "gay" means happy, dammit!

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
  64. Search feature information leak by pe1chl · · Score: 1

    When the user types in the search box in recent versions of Acrobat reader, while viewing a .pdf retrieved from the web, the reader performs a GET on the search keywords appended to the original location of the document (enclosed in double quotes).
    So, as a website owner you get the search terms used on your documents as 404 errors in the logfile.
    (I have not yet tried to answer those queries with a 200 response, who knows what happens then...)

  65. More cool KDE display options. by twitter · · Score: 1
    The ability to rotate pages, and a status bar at the bottom saying "Page X of Y",

    For version 0.5.1 (might be old by now) of kpdf, the thumbnails in the side pane do page numbering as you want. I'm not sure about the rotation because I have not needed to do that in years, but that would be a useful feature. It's on the wish list and you can fall back to Kghostview if you run into something that really needs rotating. It should show up under View->View Mode of Konqueror as an option when you look at pdf files.

    Kpdf also has browser like navigation buttons that are very helpful in large documents. For an example of aids to navigation and not needing to rotate see the very useful Idaho National Laboratory Ge(Li) Gamma Sectrum Catalog (warning, this is an 89MB file). This document makes me think rotate has been done automatically, which would explain my never needing to do it. For an example of text searching where you thought there was not text because the file is obviously an image of an ancient, manually typed manuscript, see here. Those features, combined with Konqueror's ability to split tabs, have made it so I have not printed someone else's pdf in two years.

    KDE just keep rocking.

    --

    Friends don't help friends install M$ junk.

  66. Re:Mac OS X Drawing Subsystem? by tm2b · · Score: 1
    I also wanted to reply to a Mac user smug about security.
    ...and, despite the fact that the OP wasn't smug (in fact, was worried), underscored that some smugness may be warranted.

    Good job, bigot boy!
    --
    "It is our blasphemy which has made us great, and will sustain us, and which the gods secretly admire in us." - Zelazny
  67. OT: re - sig by snilloc · · Score: 1
    I want a Social Security safety net. You are free to become a stain on life's floor if you don't.

    No, I am currently not free to become a stain on life's floor. Under the Republican plan, you are just as free to keep your Social Security as is, and I would be somewhat more free to attempt to do better for myself than with a government-run pyramid scheme.

  68. PDF Portable backDoor File by vz3phyre · · Score: 1

    If the PDF format is the problem then the PDF will become a Portable backDoor File ... I am also suprise and wait for stable patch from adobe :)