Browsing tag

Spectre

iLeakage: New Safari Exploit Impacts Apple iPhones and Macs with A- and M-Series CPUs

A group of academics has devised a novel side-channel attack dubbed iLeakage that exploits a weakness in the A- and M-series CPUs running on Apple iOS, iPadOS, and macOS devices, enabling the extraction of sensitive information from the Safari web browser. “An attacker can induce Safari to render an arbitrary webpage, subsequently recovering sensitive information […]

New Bugs Could Let Hackers Bypass Spectre Attack Mitigations On Linux Systems

Cybersecurity researchers on Monday disclosed two new vulnerabilities in Linux-based operating systems that, if successfully exploited, could let attackers circumvent mitigations for speculative attacks such as Spectre and obtain sensitive information from kernel memory. Discovered by Piotr Krysiuk of Symantec’s Threat Hunter team, the flaws — tracked as CVE-2020-27170 and CVE-2020-27171 (CVSS scores: 5.5) — […]

Intel CPUs affected by speculative execution vulnerability

The flaw is present in all Intel generations after the first generation of Intel Core A speculative execution vulnerability (dubbed Spoiler) has been found in several generations of Intel CPUs, report network security and ethical hacking specialists from the International Institute of Cyber Security. The flaw could be exploited with a malicious JavaScript hosted on […]

Google Says Spectre Flaws Cannot Be Defeated By Software Alone

Spectre and Meltdown attacks were initially discovered in early 2018. Following which, many security researchers have tried and tested different methods to put an end to the security flaws. However, researchers at Google have concluded that Spectre-type vulnerabilities are most likely to sustain as a feature in processors. Therefore, software-based techniques alone are inadequate to […]

New variants of Meltdown and Spectre cause information leaks

Developers insist that existing defenses will be enough to contain attacks, but experts disagree Information security and digital forensic investigators have discovered a new set of transient execution attacks on modern CPUs that allow a local attacker to gain access to the system’s privileged data, confirming predictions made when the cybersecurity community revealed the Spectre and Meltdown […]

Spectre-like “Foreshadow” Flaw In Intel CPUs Can Leak Your Secrets

When the Spectre and Meltdown security flaws in Intel chips were disclosed earlier this year, security researchers called it a loophole so big that it’ll keep leaking for some considerable time in the future as well. Over the course of following months, that prediction turned out to be true and we are still witnessing similar […]

New variants of the Spectre vulnerability

The issue has shot alert even in the U.S. Congress CPU manufacturers face two new variations of Specter’s lateral channel attack vulnerabilities, following a series of investigations by experts in enterprise data protection services. Like its predecessors, these last two vulnerabilities arise during the speculative execution process, with the difference that none of them resolves with recently […]

Chrome uses more RAM because of new feature against Spectre

RAM use increases up to 10% Google revealed this week that its solutions for the Spectre vulnerability have caused the Chrome browser to use more RAM memory. In a publication, Google details its new “Site Isolation” function for the latest version of Chrome 67. It is a default-enabled feature used to protect against Specter side channel attacks […]

New Variant Of Spectre And Meltdown CPU Flaw Found; Fix Affects Performance

Very often a significant security flaw is followed by new derivatives of the same exploit. Following the widely popular Spectre and Meltdown speculative execution attacks, there were predictions that more flaws of similar nature will hit PC owners pretty soon. Variant 4 is the newest addition to this increasing list of vulnerabilities. In a new […]

Spectre NG – 8 New Serious Spectre Level Security Vulnerabilities Found in Intel Processors

Security Researchers discovered 8 new Spectre level critical Vulnerabilities in Intel CPU’s which is named as “Spectre Next Generation (Spectre-NG)” and each has their own CVE & Patches. Previously discovered highly critical vulnerabilities Spectre and Meltdown have been made a huge impact in IT sectors. Spectre and Meltdown flaw allow an attacker to steal the data […]

A load of Intel CPUs have Spectre v2 flaw that can’t be fixed

Intel won’t fix Meltdown nor Spectre for 10 product families covering 230-plus CPUs. Intel has issued new “microcode revision guidance” that reveals it won’t address the Meltdown and Spectre design vulnerabilities in all of its vulnerable processors, in some cases because it’s too tricky to remove the Spectre v2 class of vulnerabilities, the information security training researchers […]

Confirmed: Intel Will Not Patch Spectre And Meltdown Flaw In Older Processors

Intel has published a microcode update guidance that confirms that it won’t be patching up the Spectre and Meltdown design flaws in all of its processors — mostly the older ones. The company has rolled out microcode updates to fix the Spectre v2 vulnerability for many of its processors going back to the second generation Core […]

Intel Returns With Another Spectre Patch For 6th, 7th, 8th Gen Core Processors

Intel hasn’t stepped back on their efforts to show how concerned they’re for the people affected by the critical Meltdown and Spectre vulnerabilities disclosed ahead of schedule. The first lot of security patches released by Intel ended up rebooting people’s machines. Later, the world’s second largest chip maker had to advise users to refrain from […]

Beware of Fake Spectre and Meltdown Patches Pushing Malware – Smoke Loader

Crooks trying to take advantage of the infamous bug Meltdown and Spectre which affects almost all the modern processors and pushes Smoke Loader malware as a patch. Security researchers from Malwarebytes spotted a phishing campaign targetted German users appears to come from the German Federal Office for Information Security (BSI). Researchers said “the domain was […]

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 […]