|
Microsoft has released a patch to address this issue. Additionally, it is possible to correct the flaw by implementing the following workaround(s):
1. Click Start, click Run, type cmd, and then click OK.
2. Type the following commands at a command prompt. Make a note of the current files ACLs, including inheritance settings. You may need this list if you have to undo these modifications:
cacls %windir%\system32\jgdw400.dll
cacls %windir%\system32\jgpl400.dll
3. Type the following command at a command prompt to deny the 'everyone' group access to this file:
echo y|cacls %windir%\system32\jgdw400.dll /d everyone
echo y|cacls %windir%\system32\jgpl400.dll /d everyone
4. Close Internet Explorer, and reopen it for the changes to take effect.
|