06/25/2008, 2:25am, EDT
Wednesday, June 25th
Adobe fixes critical Acrobat security flaw
"Adobe has an epidemic with regards to JavaScript," noted Andrew Storms, director of security operations at nCircle Network Security. "With this many JavaScript bugs in Acrobat, one begins to ask questions. Why would a full, thick application like Acrobat need to be using JavaScript, especially when JavaScript in the browser has historically been a target for hackers? And since JavaScript has been a target for so many years, why hasn't Adobe flushed out these vulnerabilities already?"
Filed under: security, software
Other story tags: Windows, Adobe, Mac, Acrobat
,
, 7
,
,
,
,
,

subscribe to comments
for this article
what's stupid is...
that Acrobat Reader is now over 100 Mb. Just to "read" PDFs. It used to be that it was decent, but now it's complete bloatware.
yeah!
The patch comes after criticism over Adobe's vague mention of vulnerability fixes in a recent update, as several past JavaScript bugs resurfaced, leaving many users affected.
They should take lessons from Apple and learn how to document their fixes!
And I didn't even know Adobe had support for javascript, nor any idea what in the world one would need it for. Is this like one of those lame-ass ideas from the 90's where email software makers added javascript support to email content because it would be 'cool'?
Alternatives
There's always Preview for basic PDF viewing, or another free alternative is Skim. (http://www.macupdate.com/info.php/id/24590/skim)
Alternatives
There's always Preview for basic PDF viewing, or another free alternative is [url="http://www.macupdate.com/info.php/id/24590/skim"]Skim[/url]
(http://www.macupdate.com/info.php/id/24590/skim)
Nevermind
I have horrible button clicking skills it seems.
What, no LINK?
An article about a "critical vulnerability" and NO LINK for the patch.
How useful.
re: Yeah (@ testudo)
Adobe has Javascript support in all their applications. It was their solution to cross-platform application scripting and automation. In fact they use ECMA-262 which is a superset of Javascript.
Adobe uses the Qt development platform for building cross-platform applications (well probably until recently), and Qt comes with a pre-built Javascript compiler and stack for automation and application scripting. So they probably just incorporated that engine.
And Javascript is not as bad as it's made out to be. It's a very powerful language, and if implemented correctly, quite secure. Without Javascript, the web wouldn't exist.