Browsing tag

Meltdown

In-Spectre-Meltdown – Tool to identify Meltdown & Spectre Vulnerabilities in processors

This tool allows to check speculative execution side-channel attacks that affect many modern processors and operating systems designs. CVE-2017-5754 (Meltdown) and CVE-2017-5715 (Spectre) allows unprivileged processes to steal secrets from privileged processes. These attacks present 3 different ways of attacking data protection measures on CPUs enabling attackers to read data they shouldn’t be able to. […]

Security Flaw makes Telecos and Banks Jittery

All the major banks and telecom companies are implementing security software fixes to counter Meltdown and Spectre the two major flaws that are impacting computers and smartphones. According to an article on teen.sag, these companies have also notified their customers to take immediate measure. “As a responsible Internet service provider, we always ensure that our network equipment […]

Spectre-Meltdown-Checker – Spectre & Meltdown Vulnerability/Mitigation Checker For Linux

A simple shell script to tell if your Linux installation is vulnerable against the 3 “speculative execution” CVEs: CVE-2017-5753 bounds check bypass (Spectre Variant 1) Impact: Kernel & all software Mitigation: recompile software and kernel with a modified compiler that introduces the LFENCE opcode at the proper positions in the resulting code Performance impact of […]

Meltdown Exploit Proof of Concept

Speculative optimizations execute code in a non-secure manner leaving data traces in microarchitecture such as cache. Refer to the paper by Lipp et. al 2017 for details: https://meltdownattack.com/meltdown.pdf. Can only dump linux_proc_banner at the moment, since requires accessed memory to be in cache and linux_proc_banner is cached on every read from /proc/version. Might work with […]

How To Protect Your PC And Phones From Meltdown And Spectre CPU Flaws?

After initial reports of Intel screwing up big time in the form of massive security flaws, it was later released that the problem is bigger and it affects CPUs from AMD and ARM as well. The flaws being talked about here are Meltdown and Spectre, and they affect almost all devices produced in the last […]