Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2024-44308 — DFG register allocation bug in JavaScriptCore | Kitploit
Tools/GitHubGitHub/migopp/cve-2024-44308
Vulnerability AnalysisExploitationWeb SecurityPapers & ResearchLearning & EducationBinary Exploitation
GitHubmigopp/cve-2024-44308

cve-2024-44308

DFG register allocation bug in JavaScriptCore

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cve-2024-44308

Michael Goppert, Michael Jennings, and John Jennings

Safety

This issue in WebKit was patched long before this proof-of-concept was released. As such, it did not pose any danger to real users: the whole purpose is to document these kinds of exploits so that we know how to protect against them.

Documentation

This repository has a writeup documenting our findings, as well as a presentation from our talk about it. Find these in the doc/ subdirectory.

Building

This directory should be cloned into the directory containing WebKit, then it can be used. I.e.,

root@kitploit:~
git clone https://github.com/WebKit/WebKit.git
cd WebKit
git checkout c52da7c313795d61665253f23c9f298005549c73
git clone https://github.com/migopp/cve-2024-44308.git

Then, take a peek at the Makefile to get a feel for what is available.

Download Tool