silversurfer
Level 85
Thread author
Verified
Honorary Member
Top Poster
Content Creator
Malware Hunter
Well-known
- Aug 17, 2014
- 8,713
Chromium-based browsers such as Microsoft Edge and Google Chrome will soon support the Intel CET security feature to prevent a wide range of vulnerabilities.
Intel's Control-flow Enforcement Technology (CET) is a hardware security feature initially introduced in 2016 and added to Intel's 11th generation CPUs in 2020.
The CET feature is designed to protect programs from Return Oriented Programming (ROP) and Jump Oriented Programming (JOP) attacks that modify an application's normal flow so that an attacker's malicious code is executed instead.
"JOP or ROP attacks can be particularly hard to detect or prevent because the attacker uses existing code running from executable memory in a creative way to change program behavior," explains Microsoft's Baiju V Patel.
These vulnerabilities include attacks that bypass a browser's sandbox or perform remote code execution while visiting web sites.
Intel CET is a hardware-based solution that blocks these attempts by triggering exceptions when the natural flow is modified.
Chromium-browsers getting Intel CET support
Windows 10 supports Intel CET through an implementation called Hardware-enforced Stack Protection.
For Windows applications to support this feature, they must first be compiled with the /CETCOMPAT linker flag in Visual Studio. When compiled with this flag, a program will be marked as CET Shadow Stack-compatible and opted into the security protection.
Microsoft Edge vulnerability research lead Johnathan Norman tweeted that Microsoft Edge 90 would support the Intel CET feature in non-renderer processes.
Edge 90 (Canary) now supports Intel's CET non-renderer processes. If you have a fancy new processor give it a try.
— Johnathan Norman (@spoofyroot) February 11, 2021
This security feature does not appear to be specific to Microsoft Edge but is coming to all Chromium browsers, including Google Chrome, Brave, and Opera.

Google Chrome, Microsoft Edge getting this Intel security feature
Chromium-based browsers such as Microsoft Edge and Google Chrome will soon support the Intel CET security feature to prevent a wide range of vulnerabilities.