Microsoft Warns of PowerPoint Attack
narramissic writes to let us know about yet another PowerPoint flaw, this one affecting PowerPoint 2000, 2002, and 2003, soon after Microsoft issued a record number of patches to fix numerous Office vulnerabilities (among others). The new problem came to light in a blog posting by Microsoft Security Program Manager Alexandra Huft, but the coverage at ITWorld has more detail. Huft writes, "We've been made aware of proof of concept code published publicly affecting Microsoft Office 2003 PowerPoint," and goes on to say that Microsoft is not aware of any attacks that exploit the bug.
... I've seen plenty of presentations where the content has been so obscured by all the bells and whistles the user has added. While they're fixing the bug, maybe Microsoft can add a 'View Presentation in Minimalist Mode' option to Powerpoint.
Really? You just walk out? Where do you work? What's your position in the company?
What's with the sudden interest in security? If I didn't know better, I'd think you had a new OS release imminent:P
What gives?
I think every presentation I've ever seen with flying graphics, pie charts, bullet points zooming in from the left, and all the other PowerPoint abuses a sales or marketing droid can think up in his voluminous spare time off the golf course, would definitely qualify as "PowerPoint Attacks".
It's a strange world -- let's keep it that way
I don't use PowerPoint. When I go to a meeting, which is often, I immediately leave the room if someone decides to bore me with stupid phrases in 12-centimetre type.
...then it doesn't matter what software I'm using, I'm wasting resources. PowerPoint has a lot of functionality that can be used to enhance presentations but most people don't use it. So they could really just use a word processor or slideshow program to do practically the same thing.
To be fair, that's not PowerPoint's fault; it's a lack of presentation skill that seems to pervade the business culture today. If I am talking finances and I have a $2000 laptop and a $4500 projector displaying this on the screen:
Finances
- income
- spending
If you want bash PowerPoint (and I realize that wasn't necessarily the parent's goal), try this: the interface STINKS. I haven't used OpenOffice or StarOffice, but if they are trying to emulate PowerPoint's interface, then I won't bother.
<fanboi>I'm a Mac user and Keynote is much, MUCH more elegant to use... and can even import and export PowerPoint files.</fanboi>
Sam! If you will let me be,
I will try them.
You will see.
Microsoft has this annoying policy of putting some kind of general purpose execution engine in every Office product, from Word to PowerPoint to IE. Documents don't have to be Turing-complete, people. In fact, they're more useful if they're purely declarative - you can repurpose the content.
(Postscript is the classic bad example. The Postscript model is explicitly an interpreter. As a result, it's difficult to do anything with a Postscript document other than print it in the specified format. Text extraction is tough. Reliable format conversion is very tough. Reliable conversion to a different screen size, which ought to be easy, is terribly hard. Everybody moved away from Postscript, even Adobe. Microsoft should have learned from this.)