Google Chrome tougher for hackers to attack

Google has revealed Chrome 90 has adopted a new Windows 10 security feature called Hardware-enforced Stack Protection” to protect the memory stack from attackers.

Hardware-enforced Stack Protection, which Microsoft previewed in March 2020, is designed to protect against return oriented programming (ROP) malware attacks, by using CPU hardware to protect an application’s code while running inside CPU memory.

The added protection is enabled in Chrome 90 on Windows 20H1 with December update or later, and on Intel 11th Gen or AMD Zen 3 CPUs, which feature Control-flow Enforcement Technology (CET).

For several years Intel and Microsoft have been working on CET to thwart ROP attacks, which can bypass existing memory-exploit mitigations to install malware.

CET introduces “shadow stacks”, which are used exclusively for control transfer operations. These shadow stacks are isolated from the data stack and protected from tampering.

Intel explained in its document on CET: “When shadow stacks are enabled, the CALL instruction pushes the return address on both the data and shadow stack. The RET instruction pops the return address from both stacks and compares them. If the return addresses from the two stacks do not match, the processor signals a control protection exception (#CP).”

Google’s Chrome platform security team warns that the shadow stack might cause problems for some software loaded into Chrome. 

“[CET] improves security by making exploits more difficult to write. However, it may affect stability if software that loads itself into Chrome is not compatible with the mitigation,” the Chrome security team notes.

Google, however, has also provided details for developers who need to debug a problem in Chrome’s shadow stack. Developers can see which processes have Hardware-enforced Stack Protection enabled in Windows Task Manager.

Google describes ROP attacks as where “attackers take advantage of the process’s own code, as that must be executable.” 

 

May 05, 2021

By Liam Tung

Click to read the entire article on ZDNet

More Posts

March 02 through 05, 2026

I will be sending out the monthly web sites report at the beginning of the week. Then I will be working on course work for

February 23 through 26, 2026

This week I will be preparing for the end of February. I will also be focusing on course work. I will be utilizing the information