SCUG.dk
System Center User Group Denmark
Disable Adobe Reader JavaScript

Adobe has just informed about a critical vulnerability in Adobe Reader 9.2 and earlier versions  - which is well… all Adobe Reader versions :-) An update to fix the vulnerability will be released mid January 2010.

You can read the bulletin here - http://www.adobe.com/support/security/advisories/apsa09-07.html

Disable Adobe Reader JavaScript manually

1. Launch Adobe Reader.
2. Select Edit>Preferences
3. Select the JavaScript Category
4. Uncheck the 'Enable Acrobat JavaScript' option
5. Click OK

Disable Adobe Reader JavaScript with a configmgr. package

1. Create bat file with this entry
reg add "HKCU\Software\Adobe\Acrobat Reader\9.0\JSPrefs" /v bEnableJS /d 0 /t REG_DWORD /F
2. Copy the bat file to a network share and create a new package in ConfigMgr.
3. Create a new program and make sure it Runs with user’s rights and only when a user i logged on.

image


Posted 12-18-2009 13:47 by Kent Agerlund

Comments

René Kierstein wrote re: Disable Adobe Reader JavaScript
on 12-22-2009 16:15

I created a policy to disable this. Save this as an ADM file and import it into a policy.

CLASS USER

CATEGORY "Custom Policies Adobe"

CATEGORY "Adobe Acrobat Reader 9"

POLICY "Disable Java in Acrobat Reader"

KEYNAME "Software\Adobe\Adobe Acrobat\9.0\JSPREFS"

EXPLAIN "When set to Disabled Java is disabled in Acrobat Reader."

PART "Adobe 9"

VALUENAME "bEnableJS"

DEFAULT 0

END PART

END POLICY

END CATEGORY

CATEGORY "Adobe Acrobat Reader 8"

POLICY "Disable Javea in Acrobat Reader"

EXPLAIN "When set to Disabled Java is disabled in Acrobat Reader."

KEYNAME "Software\Adobe\Adobe Acrobat\8.0\JSPREFS"

PART "Adobe 8"

VALUENAME "bEnableJS"

DEFAULT 0

END PART

END POLICY

END CATEGORY

END CATEGORY

Copyright SCUG.dk
Powered by Community Server (Commercial Edition), by Telligent Systems