Misplaced Pages

Load value injection

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Microprocessor security vulnerability See also: Transient execution CPU vulnerability
Load value injection
Logo for the Load Value Injection security vulnerability
CVE identifier(s)CVE-2020-0551
Date discoveredMarch 2020; 4 years ago (2020-03)
Affected hardwareIntel x86 microprocessors
Websitelviattack.eu

Load value injection (LVI) is an attack on Intel microprocessors that can be used to attack Intel's Software Guard Extensions (SGX) technology. It is a development of the previously known Meltdown security vulnerability. Unlike Meltdown, which can only read hidden data, LVI can inject data values, and is resistant to the countermeasures so far used to mitigate the Meltdown vulnerability.

In theory, any processor affected by Meltdown may be vulnerable to LVI, but as of March 2020, LVI is only known to affect Intel microprocessors. Intel has published a guide to mitigating the vulnerability by using compiler technology, requiring existing software to be recompiled to add LFENCE memory barrier instructions at every potentially vulnerable point in the code. However, this mitigation appears likely to result in substantial performance reductions in the recompiled code.

See also

References

  1. "Load Value Injection". software.intel.com. 2020-03-10. Retrieved 2020-03-11.
  2. ^ Cimpanu, Catalin. "Intel CPUs vulnerable to new LVI attacks". ZDNet. Retrieved 2020-03-11.
  3. Alcorn, Paul (10 March 2020). "New Load Value Injection Vulnerability Found In Intel Chips". Tom's Hardware. Retrieved 2020-03-11.
  4. Claburn, Thomas (10 Mar 2020). "Meltdown The Sequel strikes Intel chips – and full mitigation against data-meddling LVI flaw will slash performance". www.theregister.co.uk. Retrieved 2020-03-11.
  5. "An Optimized Mitigation Approach for Load Value Injection". software.intel.com. Retrieved 2020-03-11.
  6. Cutress, Ian. "Load Value Injection: A New Intel Attack Bypasses SGX with Significant Performance Mitigation Concerns". www.anandtech.com. Retrieved 2020-03-11.

External links

Speculative execution security vulnerabilities
Variants
Topics
Categories: