CVE-2018-3693: Buffer Overflow
An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of instructions past bounds check.
It relies on the presence of a precisely-defined instruction sequence in the privileged code and the fact that memory writes occur to an address which depends on the untrusted value. Such writes cause an update into the microprocessor's data cache even for speculatively executed instructions that never actually commit (retire).
As a result, an unprivileged attacker could use this flaw to influence speculative execution and/or read privileged memory by conducting targeted cache side-channel attacks.
Other sources
Systems with microprocessors utilizing speculative execution and branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a speculative buffer overflow and side-channel analysis.
— MITRE
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2018-3693?
The severity of CVE-2018-3693 is rated as high due to its potential impact on the confidentiality and integrity of sensitive data.
How do I fix CVE-2018-3693?
To fix CVE-2018-3693, apply firmware updates provided by your hardware vendor that address the vulnerabilities arising from speculative execution.
Which versions of Intel Atom series are affected by CVE-2018-3693?
The affected versions under CVE-2018-3693 include specific models from the Intel Atom C and E series processors.
What types of attacks can exploit CVE-2018-3693?
CVE-2018-3693 can be exploited through side-channel attacks to read sensitive data past security boundaries.
Is CVE-2018-3693 related to Meltdown or Spectre vulnerabilities?
Yes, CVE-2018-3693 is part of the wider set of vulnerabilities related to speculative execution, including Meltdown and Spectre.