vendor:
N/A
by:
Google Security Research
6,3
CVSS
MEDIUM
Windows kernel crash
119
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2014
Windows kernel crash in the ATMFD.DLL OpenType driver
We have encountered a Windows kernel crash in the ATMFD.DLL OpenType driver while processing a corrupted OTF font file. The crash was caused by a PAGE_FAULT_IN_NONPAGED_AREA (50) error, which occurs when invalid system memory is referenced. The address referenced was ff67a024, and the instruction address which referenced the bad memory address was 98b54072. The module name was ATMFD.DLL, and the process name was csrss.exe.
Mitigation:
Ensure that all system memory is valid and not pointing at freed memory.