Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

When using the Enhanced Mitigation Experience Toolkit (EMET) and Google Chrome (chrome.exe) is configured, after the EMET policy is applied Adobe Flash Player does not function properly when viewing flash based sites in Google Chrome.

Cause

EMET contains mitigations for DEP, SEHOP, NullPage, HeapSpray, EAF, ASLR, and BottomUpRand. The Structured Exception Handling Overwrite Protection (SEHOP) mitigation feature is preventing the Adobe Flash Player from functioning. The Popular Software policy enables all mitigations (including SEHOP) for applications included in the Popular Software policy of which Google Chrome is one.

Resolution

To resolve this issue, disable SEHOP for Google Chrome.

If you are using the Popular Software policy or a custom XML file, you can disable SEHOP for Google Chrome by modifying the file in a manner similar to the following:

  <Vendor Name="Google">
    <Product Name="Chrome">
      <Version Arch="x86" Path="*\Google\Chrome\Application\chrome.exe">
      <Mitigation Name="SEHOP" Enabled="false" />
      </Version>
  </Product>

If you are using the group policy template, you can disable SEHOP for Google Chrome by modifying EMET.admx:

<item key="Software\Policies\Microsoft\EMET\Defaults" valueName="Chrome">
          <value>
            <string>*\Google\Chrome\Application\chrome.exe -SEHOP</string>
          </value>
</item>

More Information

The security mitigation technologies that EMET uses carry an application compatibility risk with them. Some applications rely on exactly the behavior that the mitigations block. It is important to thoroughly test EMET on all target computers by using test scenarios before you deploy EMET in a production environment. If you encounter a problem with a specific mitigation, you can individually enable and disable the specific mitigations. For more information, refer to the user's guide that is included with EMET.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×