Lucene search
K
GoogleprojectzeroMost viewed

253 matches found

GoogleProjectZero
GoogleProjectZero
added 2020/01/09 12:0 a.m.83 views

Remote iPhone Exploitation Part 1: Poking Memory via iMessage and CVE-2019-8641

Posted by Samuel Groß, Project Zero Introduction This is the first blog post in a three-part series that will detail how a vulnerability in iMessage can be exploited remotely without any user interaction on iOS 12.4 fixed in iOS 12.4.1 in August 2019. It is essentially a more detailed version of ...

9.8CVSS9.3AI score0.21227EPSS
Exploits3
GoogleProjectZero
GoogleProjectZero
added 2019/12/10 12:0 a.m.81 views

SockPuppet: A Walkthrough of a Kernel Exploit for iOS 12.4

Posted by Ned Williamson, 20% on Project Zero Introduction I have a somewhat unique opportunity in this writeup to highlight my experience as an iOS research newcomer. Many high quality iOS kernel exploitation writeups have been published, but those often feature weaker initial primitives combine...

9.3CVSS8.2AI score0.90832EPSS
Exploits17
GoogleProjectZero
GoogleProjectZero
added 2023/10/13 12:0 a.m.80 views

An analysis of an in-the-wild iOS Safari WebContent to GPU Process exploit

By Ian Beer A graph representation of the sandbox escape NSExpression payload In April this year Google's Threat Analysis Group, in collaboration with Amnesty International, discovered an in-the-wild iPhone zero-day exploit chain being used in targeted attacks delivered via malicious link. The...

8.8CVSS8.9AI score0.21593EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2022/03/31 12:0 a.m.80 views

FORCEDENTRY: Sandbox Escape

Posted by Ian Beer & Samuel Groß of Google Project Zero We want to thank Citizen Lab for sharing a sample of the FORCEDENTRY exploit with us, and Apple’s Security Engineering and Architecture SEAR group for collaborating with us on the technical analysis. Any editorial opinions reflected below ar...

8.8CVSS9.1AI score0.004EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2020/01/09 12:0 a.m.80 views

Remote iPhone Exploitation Part 2: Bringing Light into the Darkness -- a Remote ASLR Bypass

Posted by Samuel Groß, Project Zero This post is the second in a series about a remote, interactionless iPhone exploit over iMessage.The first blog post, which introduced the exploited vulnerability, can be found here. The initial primitive gained from the vulnerability is an absolute address...

9.8CVSS9.2AI score0.21227EPSS
Exploits5
GoogleProjectZero
GoogleProjectZero
added 2020/09/01 12:0 a.m.77 views

JITSploitation III: Subverting Control Flow

Posted by Samuel Groß, Project Zero This three-part series highlights the technical challenges involved in finding and exploiting JavaScript engine vulnerabilities in modern web browsers and evaluates current exploit mitigation technologies. The exploited vulnerability, CVE-2020-9802, was fixed i...

8.8CVSS9.4AI score0.41488EPSS
Exploits4
GoogleProjectZero
GoogleProjectZero
added 2024/06/20 12:0 a.m.75 views

Project Naptime: Evaluating Offensive Security Capabilities of Large Language Models

Posted by Sergei Glazunov and Mark Brand, Google Project Zero Introduction At Project Zero, we constantly seek to expand the scope and effectiveness of our vulnerability research. Though much of our work still relies on traditional methods like manual source code audits and reverse engineering,...

7.8AI score
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2015/08/17 12:0 a.m.73 views

Attacking ECMAScript Engines with Redefinition

Posted by Natalie Silvanovich = function return n; ECMAScript has a property where almost all functions and variables can be dynamically redefined. This can lead to vulnerabilities in situations where native code assumes a function or variable behaves a certain way when accessed or does not have...

10CVSS10AI score0.93205EPSS
Exploits16
GoogleProjectZero
GoogleProjectZero
added 2019/01/17 12:0 a.m.71 views

Taking a page from the kernel's book: A TLB issue in mremap()

Posted by Jann Horn, Project Zero This is a technical blog post about TLB flushing bugs in kernels, intended for people interested in kernel security and memory management. Introduction: Bugs in Memory Management code There have been some pretty scary bugs in memory management in the past, like:...

7.8CVSS7AI score0.93929EPSS
Exploits84
GoogleProjectZero
GoogleProjectZero
added 2021/09/14 12:0 a.m.69 views

Fuzzing Closed-Source JavaScript Engines with Coverage Feedback

Posted by Ivan Fratric, Project Zero tl;dr I combined Fuzzilli an open-source JavaScript engine fuzzer, with TinyInst an open-source dynamic instrumentation library for fuzzing. I also added grammar-based mutation support to Jackalope my black-box binary fuzzer. So far, these two approaches...

8.8CVSS8.4AI score0.34148EPSS
Exploits3
GoogleProjectZero
GoogleProjectZero
added 2015/03/09 12:0 a.m.69 views

Exploiting the DRAM rowhammer bug to gain kernel privileges

Rowhammer blog post draft Posted by Mark Seaborn, sandbox builder and breaker, with contributions by Thomas Dullien, reverse engineer This guest post continues Project Zero’s practice of promoting excellence in security research on the Project Zero blog Overview “Rowhammer” is a problem with some...

10CVSS9.3AI score0.06851EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2022/11/04 12:0 a.m.68 views

A Very Powerful Clipboard: Analysis of a Samsung in-the-wild exploit chain

Posted by Maddie Stone, Project Zero Note: The three vulnerabilities discussed in this blog were all fixed in Samsung’s March 2021 release. They were fixed as CVE-2021-25337, CVE-2021-25369, CVE-2021-25370. To ensure your Samsung device is up-to-date under settings you can check that your device ...

7.8CVSS7.5AI score0.53144EPSS
Exploits26
GoogleProjectZero
GoogleProjectZero
added 2019/08/29 12:0 a.m.68 views

In-the-wild iOS Exploit Chain 4

Posted by Ian Beer, Project Zero TL;DR This exploit chain supported iOS 12-12.1, although the two vulnerabilities were unpatched when we discovered the chain in the wild. It was these two vulnerabilities which we reported to Apple with a 7-day deadline, leading to the release of iOS 12.1.4. The...

7.5CVSS8.3AI score0.05228EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2022/01/18 12:0 a.m.66 views

Zooming in on Zero-click Exploits

Posted by Natalie Silvanovich, Project Zero Zoom is a video conferencing platform that has gained popularity throughout the pandemic. Unlike other video conferencing systems that I have investigated, where one user initiates a call that other users must immediately accept or reject, Zoom calls ar...

9.8CVSS8.7AI score0.00387EPSS
Exploits2
GoogleProjectZero
GoogleProjectZero
added 2024/11/01 12:0 a.m.65 views

From Naptime to Big Sleep: Using Large Language Models To Catch Vulnerabilities In Real-World Code

Posted by the Big Sleep team Introduction In our previous post, Project Naptime: Evaluating Offensive Security Capabilities of Large Language Models, we introduced our framework for large-language-model-assisted vulnerability research and demonstrated its potential by improving the state-of-the-a...

7.7AI score
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2017/04/04 12:0 a.m.64 views

Over The Air: Exploiting Broadcom’s Wi-Fi Stack (Part 1)

Posted by Gal Beniamini, Project Zero It’s a well understood fact that platform security is an integral part of the security of complex systems. For mobile devices, this statement rings even truer; modern mobile platforms include multiple processing units, all elaborately communicating with one...

7.4AI score
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2023/01/12 12:0 a.m.62 views

DER Entitlements: The (Brief) Return of the Psychic Paper

Posted by Ivan Fratric, Project Zero Note: The vulnerability discussed here, CVE-2022-42855, was fixed in iOS 15.7.2 and macOS Monterey 12.6.2. While the vulnerability did not appear to be exploitable on iOS 16 and macOS Ventura, iOS 16.2 and macOS Ventura 13.1 nevertheless shipped hardening...

7.1CVSS7.4AI score0.0088EPSS
Exploits3
GoogleProjectZero
GoogleProjectZero
added 2020/09/01 12:0 a.m.62 views

JITSploitation I: A JIT Bug

By Samuel Groß, Project Zero This three-part series highlights the technical challenges involved in finding and exploiting JavaScript engine vulnerabilities in modern web browsers and evaluates current exploit mitigation technologies. The exploited vulnerability, CVE-2020-9802, was fixed in iOS...

8.8CVSS9.5AI score0.41488EPSS
Exploits4
GoogleProjectZero
GoogleProjectZero
added 2015/09/14 12:0 a.m.62 views

Enabling QR codes in Internet Explorer, or a story of a cross-platform memory disclosure

Posted by Mateusz Jurczyk of Google Project Zero In the previous series of posts parts 1 2 3 4, we discussed the exploitation process of a serious “blend” vulnerability CVE-2015-0093 / CVE-2015-3052, which was special in that it provided the attacker with an extremely powerful primitive arbitrary...

10CVSS8AI score0.27314EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2023/09/19 12:0 a.m.59 views

Analyzing a Modern In-the-wild Android Exploit

By Seth Jenkins, Project Zero Introduction In December 2022, Google’s Threat Analysis Group TAG discovered an in-the-wild exploit chain targeting Samsung Android devices. TAG’s blog post covers the targeting and the actor behind the campaign. This is a technical analysis of the final stage of one...

8.8CVSS8.1AI score0.35994EPSS
Exploits4
GoogleProjectZero
GoogleProjectZero
added 2021/05/20 12:0 a.m.58 views

Fuzzing iOS code on macOS at native speed

Or how iOS apps on macOS work under the hood Posted by Samuel Groß, Project Zero This short post explains how code compiled for iOS can be run natively on Apple Silicon Macs. With the introduction of Apple Silicon Macs, Apple also made it possible to run iOS apps natively on these Macs. This is...

6.9AI score
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2018/12/05 12:0 a.m.58 views

Adventures in Video Conferencing Part 2: Fun with FaceTime

Posted by Natalie Silvanovich, Project Zero FaceTime is Apple’s video conferencing application for iOS and Mac. It is closed source, and does not appear to use any third-party libraries for its core functionality. I wondered whether fuzzing the contents of FaceTime’s audio and video streams would...

9.8CVSS7.8AI score0.10873EPSS
Exploits3
GoogleProjectZero
GoogleProjectZero
added 2020/08/12 12:0 a.m.57 views

MMS Exploit Part 5: Defeating Android ASLR, Getting RCE

Posted by Mateusz Jurczyk, Project Zero This post is the fifth and final of a multi-part series capturing my journey from discovering a vulnerable little-known Samsung image codec, to completing a remote zero-click MMS attack that worked on the latest Samsung flagship devices. Previous posts are...

10CVSS9.4AI score0.15223EPSS
Exploits2
GoogleProjectZero
GoogleProjectZero
added 2020/08/06 12:0 a.m.55 views

Exploiting Android Messengers with WebRTC: Part 3

Posted by Natalie Silvanovich, Project Zero This is a three-part series on exploiting messenger applications using vulnerabilities in WebRTC. CVE-2020-6514 discussed in the blog post was fixed on July 14 with these CLs.This series highlights what can go wrong when applications don't apply WebRTC...

6.5CVSS8AI score0.10562EPSS
Exploits6
GoogleProjectZero
GoogleProjectZero
added 2017/10/05 12:0 a.m.55 views

Using Binary Diffing to Discover Windows Kernel Memory Disclosure Bugs

Posted by Mateusz Jurczyk of Google Project Zero Patch diffing is a common technique of comparing two binary builds of the same code – a known-vulnerable one and one containing a security fix. It is often used to determine the technical details behind ambiguously-worded bulletins, and to establis...

5.5CVSS6AI score0.26895EPSS
Exploits6
GoogleProjectZero
GoogleProjectZero
added 2017/04/07 12:0 a.m.55 views

Pandavirtualization: Exploiting the Xen hypervisor

Posted by Jann Horn, Project Zero On 2017-03-14, I reported a bug to Xen's security team that permits an attacker with control over the kernel of a paravirtualized x86-64 Xen guest to break out of the hypervisor and gain full control over the machine's physical memory. The Xen Project publicly...

6.9CVSS6.2AI score0.00143EPSS
Exploits4
GoogleProjectZero
GoogleProjectZero
added 2019/08/22 12:0 a.m.53 views

The Many Possibilities of CVE-2019-8646

Posted by Natalie Silvanovich, Project Zero CVE-2019-8646 is a somewhat unusual vulnerability I reported in iMessage. It has a number of consequences, including information leakage and the ability to remotely read files on a device. This blog post discusses the ways that an attacker could use thi...

7.5CVSS8AI score0.05228EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2022/12/08 12:0 a.m.51 views

Exploiting CVE-2022-42703 - Bringing back the stack attack

Seth Jenkins, Project Zero This blog post details an exploit for CVE-2022-42703 P0 issue 2351 - Fixed 5 September 2022, a bug Jann Horn found in the Linux kernel's memory management MM subsystem that leads to a use-after-free on struct anonvma. As the bug is very complex I certainly struggle to...

5.5CVSS7.5AI score0.0088EPSS
Exploits3
GoogleProjectZero
GoogleProjectZero
added 2022/03/24 12:0 a.m.51 views

Racing against the clock -- hitting a tiny kernel race window

TL;DR: How to make a tiny kernel race window really large even on kernels without CONFIGPREEMPT: use a cache miss to widen the race window a little bit make a timerfd expire in that window which will run in an interrupt handler - in other words, in hardirq context make sure that the wakeup...

6.9CVSS7.2AI score0.00908EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2020/07/16 12:0 a.m.51 views

MMS Exploit Part 1: Introduction to the Samsung Qmage Codec and Remote Attack Surface

Posted by Mateusz Jurczyk, Project Zero This post is the first of a multi-part series capturing my journey from discovering a vulnerable little-known Samsung image codec, to completing a remote zero-click MMS attack that worked on the latest Samsung flagship devices. New posts will be published a...

10CVSS9.4AI score0.15223EPSS
Exploits2
GoogleProjectZero
GoogleProjectZero
added 2020/04/28 12:0 a.m.51 views

Fuzzing ImageIO

Posted by Samuel Groß, Project Zero This blog post discusses an old type of issue, vulnerabilities in image format parsers, in a newer context: on interactionless code paths in popular messenger apps. This research was focused on the Apple ecosystem and the image parsing API provided by it: the...

9.3CVSS7.3AI score0.00682EPSS
Exploits8
GoogleProjectZero
GoogleProjectZero
added 2020/04/21 12:0 a.m.51 views

You Won't Believe what this One Line Change Did to the Chrome Sandbox

Posted by James Forshaw, Project Zero The Chromium sandbox on Windows has stood the test of time. It’s considered one of the better sandboxing mechanisms deployed at scale without requiring elevated privileges to function. For all the good, it does have its weaknesses. The main one being the...

8.8CVSS8.5AI score0.00097EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2019/04/11 12:0 a.m.50 views

Virtually Unlimited Memory: Escaping the Chrome Sandbox

Posted by Mark Brand, Exploit Technique Archaeologist. Introduction After discovering a collection of possible sandbox escape vulnerabilities in Chrome, it seemed worthwhile to exploit one of these issues as a full-chain exploit together with a renderer vulnerability to get a better understanding...

8.8CVSS8.1AI score0.74826EPSS
Exploits2
GoogleProjectZero
GoogleProjectZero
added 2015/08/25 12:0 a.m.50 views

Windows 10^H^H Symbolic Link Mitigations

Posted by James Forshaw, abusing symbolic links like it’s 1999. For the past couple of years I’ve been researching Windows elevation of privilege attacks. This might be escaping sandboxing or gaining system privileges. One of the techniques I’ve used multiple times is abusing the symbolic link...

10CVSS7.6AI score0.079EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2016/06/27 12:0 a.m.49 views

A year of Windows kernel font fuzzing #1: the results

Posted by Mateusz Jurczyk of Google Project Zero This post series is about how we used at-scale fuzzing to discover and report a total of 16 vulnerabilities in the handling of TrueType and OpenType fonts in the Windows kernel during the last year. In part 1 here, we present a general overview of...

9.3CVSS8.4AI score0.91754EPSS
Exploits9
GoogleProjectZero
GoogleProjectZero
added 2017/08/23 12:0 a.m.48 views

Bypassing VirtualBox Process Hardening on Windows

Posted by James Forshaw, Project Zero Processes on Windows are securable objects, which prevents one user logged into a Windows machine from compromising another user’s processes. This is a pretty important security feature, at least from the perspective of a non-administrator user. The security...

8.8CVSS8.7AI score0.00273EPSS
Exploits8
GoogleProjectZero
GoogleProjectZero
added 2017/04/18 12:0 a.m.48 views

Exception-oriented exploitation on iOS

Posted by Ian Beer, Project Zero This post covers the discovery and exploitation of CVE-2017-2370, a heap buffer overflow in the machvoucherextractattrrecipetrap mach trap. It covers the bug, the development of an exploitation technique which involves repeatedly and deliberately crashing and how ...

9.3CVSS7.4AI score0.44799EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2020/09/08 12:0 a.m.47 views

Attacking the Qualcomm Adreno GPU

Posted by Ben Hawkes, Project Zero When writing an Android exploit, breaking out of the application sandbox is often a key step. There are a wide range of remote attacks that give you code execution with the privileges of an application like the browser or a messaging application, but a sandbox...

7.8CVSS7.8AI score0.02099EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2015/01/02 12:0 a.m.47 views

Finding and exploiting ntpd vulnerabilities

Posted by Stephen Röttger, Time Lord Foreword by Chris Evans: this post by Stephen represents the first Project Zero guest blog post. From time to time, we’ll be featuring guest blog posts for top-tier security research. In this instance, we’ve been impressed by the remotely exploitable nature of...

7.5CVSS8.5AI score0.57272EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2015/09/28 12:0 a.m.46 views

Revisiting Apple IPC: (1) Distributed Objects

Posted by Ian Beer of Google Project Zero Earlier this year I gave a talk at the inaugural Jailbreak Security Summit entitled Auditing and Exploiting Apple IPC slides | video . As part of my research for that talk I wanted to find at least one bug involving each of the available IPC mechanisms on...

9.3CVSS9.5AI score0.27167EPSS
Exploits2
GoogleProjectZero
GoogleProjectZero
added 2014/12/01 12:0 a.m.46 views

Internet Explorer EPM Sandbox Escape CVE-2014-6350

Posted by James Forshaw This month Microsoft fixed 3 different Internet Explorer Enhanced Protected Mode EPM sandbox escapes which I disclosed in August. Sandboxes are one of the main areas of interest for Project Zero and me in particular as they are choke points for an attacker successfully...

4.3CVSS8.9AI score0.08217EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2024/06/13 12:0 a.m.44 views

Driving forward in Android drivers

Posted by Seth Jenkins, Google Project Zero Introduction Android's open-source ecosystem has led to an incredible diversity of manufacturers and vendors developing software that runs on a broad variety of hardware. This hardware requires supporting drivers, meaning that many different codebases...

7.8CVSS6.9AI score0.00152EPSS
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2022/11/22 12:0 a.m.44 views

Mind the Gap

By Ian Beer, Project Zero Note: The vulnerabilities discussed in this blog post CVE-2022-33917 are fixed by the upstream vendor, but at the time of publication, these fixes have not yet made it downstream to affected Android devices including Pixel, Samsung, Xiaomi, Oppo and others. Devices with ...

7.8CVSS7.9AI score0.0088EPSS
Exploits4
GoogleProjectZero
GoogleProjectZero
added 2022/11/02 12:0 a.m.44 views

Gregor Samsa: Exploiting Java's XML Signature Verification

By Felix Wilhelm, Project Zero Earlier this year, I discovered a surprising attack surface hidden deep inside Java’s standard library: A custom JIT compiler processing untrusted XSLT programs, exposed to remote attackers during XML signature verification. This post discusses CVE-2022-34169, an...

7.5CVSS8.2AI score0.10953EPSS
Exploits2
GoogleProjectZero
GoogleProjectZero
added 2015/12/04 12:0 a.m.44 views

Between a Rock and a Hard Link

Posted by James Forshaw, File System Enthusiast In a previous blog post I described some of the changes that Microsoft has made to the handling of symbolic links from a sandboxed process. This has an impact on the exploitation of privileged file overwrites for sandbox escapes. Windows does suppor...

7.5CVSS8.5AI score0.00424EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2019/04/01 12:0 a.m.43 views

Splitting atoms in XNU

Posted by Ian Beer, Google Project Zero TL;DR A locking bug in the XNU virtual memory subsystem allowed violation of the preconditions required for the correctness of an optimized virtual memory operation. This was abused to create shared memory where it wasn't expected, allowing the creation of ...

9.3CVSS7.8AI score0.05494EPSS
Exploits5
GoogleProjectZero
GoogleProjectZero
added 2017/07/24 12:0 a.m.43 views

Trust Issues: Exploiting TrustZone TEEs

Posted by Gal Beniamini, Project Zero Mobile devices are becoming an increasingly privacy-sensitive platform. Nowadays, devices process a wide range of personal and private information of a sensitive nature, such as biometric identifiers, payment data and cryptographic keys. Additionally, modern...

9.3CVSS7.9AI score0.04992EPSS
Exploits3
GoogleProjectZero
GoogleProjectZero
added 2019/08/29 12:0 a.m.42 views

Implant Teardown

Posted by Ian Beer, Project Zero In the earlier posts we examined how the attackers gained unsandboxed code execution as root on iPhones. At the end of each chain we saw the attackers calling posixspawn, passing the path to their implant binary which they dropped in /tmp. This starts the implant...

7.5CVSS8.1AI score0.05228EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2024/12/19 12:0 a.m.41 views

The Windows Registry Adventure #5: The regf file format

Posted by Mateusz Jurczyk, Google Project Zero As previously mentioned in the second installment of the blog post series "A brief history of the feature", the binary format used to encode registry hives from Windows NT 3.1 up to the modern Windows 11 is called regf. In a way, it is quite special,...

7.8CVSS8.1AI score0.04906EPSS
Exploits1
GoogleProjectZero
GoogleProjectZero
added 2022/06/23 12:0 a.m.41 views

The curious tale of a fake Carrier.app

Posted by Ian Beer, Google Project Zero NOTE: This issue was CVE-2021-30983 was fixed in iOS 15.2 in December 2021. Towards the end of 2021 Google's Threat Analysis Group TAG shared an iPhone app with me: App splash screen showing the Vodafone carrier logo and the text "My Vodafone" not the...

9.3CVSS7.9AI score0.00499EPSS
Exploits0
Total number of security vulnerabilities253