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-2022-28368 — Dompdf RCE PoC Exploit - CVE-2022-28368 | Kitploit
Tools/GitHubGitHub/rvzsec/cve-2022-28368
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubrvzsec/cve-2022-28368

CVE-2022-28368

Dompdf RCE PoC Exploit - CVE-2022-28368

View Repository
1622 years 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-2022-28368 - Dompdf RCE

Dompdf RCE PoC Exploit

alt text

ExploitDB

Dompdf versions <1.2.1 are vulnerable to Remote Code Execution (RCE) by injecting CSS into the data. The file can be tricked into storing a malicious font with a .php file extension in its font cache, which can later be executed by accessing it from the web.

Usage

root@kitploit:~
git clone https://github.com/rvizx/CVE-2022-28368
cd  CVE-2022-28368
python3 -m pip install -r requirements.txt
python3 dompdf-rce.py --help

Credits & Notes

Positive Security - https://positive.security/blog/dompdf-rce

Download Tool