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-4367-hands-on-01 | Kitploit
Tools/GitHubGitHub/yuimamur/cve-2024-4367-hands-on-01
Payload GenerationVulnerability AnalysisExploitationWeb SecurityLearning & EducationLabs & Practice
GitHubyuimamur/cve-2024-4367-hands-on-01

CVE-2024-4367-hands-on-01

View Repository
24 days 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

[!IMPORTANT] This repository is for learning about vulnerabilities.
Perform this hands-on only on an appropriate computer that you manage. Never engage in illegal activities.
The author accepts no responsibility or liability for any damage arising from this repository.

CVE-2024-4367-hands-on

A hands-on to experience CVE-2024-4367

Creating poc.pdf

root@kitploit:~
python CVE-2024-4367-PoC/CVE-2024-4367.py "alert('document.domain')"

Source: https://github.com/LOURC0D3/CVE-2024-4367-PoC

An attack poc.pdf will be created.
For detailed usage, please refer to the following:
https://github.com/LOURC0D3/CVE-2024-4367-PoC

Launch a vulnerable Firefox and confirm the attack

root@kitploit:~
python firefox.py 125

Opens poc.pdf using a vulnerable version of Firefox Nightly.
The first launch will take time because Firefox Nightly is downloaded.
Confirm that JavaScript is executed and an alert is displayed.

Verify with a patched Firefox

root@kitploit:~
python firefox.py 135

Open poc.pdf with the new Firefox Nightly version and confirm that no alert is displayed and the vulnerability has been fixed.

Comparing the PDF.js source code

There is vulnerable-pdf.js, which contains the vulnerability, and invulnerable-pdf.js, which has the vulnerability fixed.

pdfjs_diff_font_renderer.js is the diff between vulnerable-pdf.js/src/core/font_renderer.js and invulnerable-pdf.js/src/core/font_renderer.js.

Download Tool