Remote Code Execution Vulnerability In Microsoft: Fixed Now
On Monday, Microsoft released Security Updates for all Windows versions including Windows Vista, Windows 7, 8, 8.1 and Windows RT are all affected, including those running Windows Server 2008 and later.
According to report: Microsoft spokesperson confirmed in an emailed statement that Windows 10 Insider Preview is also affected.
What is Remote Code Execution Vulnerability?
Remote code execution is a security vulnerability that allows an attacker to execute codes from a remote server.
Microsoft Released Update
This security update resolves a vulnerability in Microsoft Windows. The vulnerability could allow remote code execution if a user opens a specially crafted document or visits an untrusted webpage that contains embedded OpenType fonts.
This security update is rated Critical for all supported releases of Microsoft Windows. For more information, see the Affected Software section.
Patch:
Rename ATMFD.DLL
For 32-bit systems:
For 64-bit systems:
According to report: Microsoft spokesperson confirmed in an emailed statement that Windows 10 Insider Preview is also affected.
What is Remote Code Execution Vulnerability?
Remote code execution is a security vulnerability that allows an attacker to execute codes from a remote server.
Microsoft Released Update
This security update resolves a vulnerability in Microsoft Windows. The vulnerability could allow remote code execution if a user opens a specially crafted document or visits an untrusted webpage that contains embedded OpenType fonts.
This security update is rated Critical for all supported releases of Microsoft Windows. For more information, see the Affected Software section.
Patch:
Rename ATMFD.DLL
For 32-bit systems:
- Enter the following commands at an administrative command prompt:
cd "%windir%\system32" takeown.exe /f atmfd.dll icacls.exe atmfd.dll /save atmfd.dll.acl icacls.exe atmfd.dll /grant Administrators:(F) rename atmfd.dll x-atmfd.dll
- Restart the system.
For 64-bit systems:
- Enter the following commands at an administrative command prompt:
cd "%windir%\system32" takeown.exe /f atmfd.dll icacls.exe atmfd.dll /save atmfd.dll.acl icacls.exe atmfd.dll /grant Administrators:(F) rename atmfd.dll x-atmfd.dll cd "%windir%\syswow64" takeown.exe /f atmfd.dll icacls.exe atmfd.dll /save atmfd.dll.acl icacls.exe atmfd.dll /grant Administrators:(F) rename atmfd.dll x-atmfd.dll
- Restart the system.
Comments
Post a Comment