All the latest quantum computer articles

See the latest stories on quantum computing from eeNews Europe

Sunday, July 28, 2019

RISC-V chip reshuffles code to boost cybersecurity

By Nick Flaherty www.flaherty.co.uk

Researchers at the University of Michigan have developed a chip architecture to proactively defend against threats, avoiding the need for patches.

Called MORPHEUS, the chip blocks potential attacks by encrypting and randomly reshuffling key bits of its own code and data 20 times per second, significantly faster than a human hacker can work and thousands of times faster than even the fastest electronic hacking techniques.

“Today’s approach of eliminating security bugs one by one is a losing game,” said Todd Austin, U-M professor of computer science and engineering and a developer of the system. “People are constantly writing code, and as long as there is new code, there will be new bugs and security vulnerabilities.

“With MORPHEUS, even if a hacker finds a bug, the information needed to exploit it vanishes 50 milliseconds later. It’s perhaps the closest thing to a future-proof secure system.”

Austin and his colleagues have demonstrated a prototype processor that successfully defended against every known variant of control-flow attack, one of hackers’ most dangerous and widely used techniques. The prototype is based around the open source RISC-V instruction set architecture through Agita Labs, a startup company founded by Austin and U-M computer science and engineering professor Valeria Bertacco, also an author on the paper.

A key point is that the MORPHEUS architecture is transparent to software developers and end users. This is because it focuses on randomizing bits of data known as “undefined semantics.” Undefined semantics are nooks and crannies of the computing architecture—for example the location, format and content of program code is an undefined semantic.

Undefined semantics are part of a processor’s most basic machinery, and legitimate programmers don’t generally interact with them. But hackers can reverse-engineer them to uncover vulnerabilities and launch an attack.

The chip’s churn rate can be adjusted up or down to strike the right balance between maximising security and minimising resource consumption. Austin said a churn rate of once every 50 milliseconds was chosen for the demonstration processor because it’s several thousand times faster than even the fastest electronic hacking techniques, but only slows performance by about 1%. The architecture also includes an attack detector that looks for pending threats and increases the churn rate if it senses that an attack is imminent.

The technology could be used in a variety of applications, from laptops and PCs to Internet of Things devices, where simple and reliable security will be increasingly critical.

“We’ve all seen how damaging an attack can be when it hits a computer that’s sitting on your desk,” he said. “But attacks on the computer in your car, in your smart lock or even in your body could place users at even greater risk.”

Austin said that instead of using software to patch known code vulnerabilities, MORPHEUS bakes security into its hardware. It makes vulnerabilities virtually impossible to pin down and exploit by constantly randomising critical program assets in a process called “churn.”

Related stories:

No comments: