Lucene search
+L

13075 matches found

Kitploit
Kitploit
added 2026/09/21 5:07 p.m.10 views

CVE-2026-8461-PoC

PoC de CVE-2026-8461 !WARNING Esta PoC ha sido generada completamente por IA. Uso: root@kitploit: python exploitcve20268461.py --baseline --frames 25 -o baseline.avi Una versión sin parche de ffmpeg se bloqueará al procesar baseline.avi...

8.8CVSS7.3AI score0.01572EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/21 3:36 p.m.8 views

CVE-2021-22204

Vulnerable Version 7.44 12.23 Reproduce root@kitploit: $ bash craftadjvuexploit.sh 'cal' $ ./exiftool delicate.jpg Screenshot Reference NVD-CVE-2021-22204...

7.8CVSS7.7AI score0.99981EPSS
SaveExploits39
Kitploit
Kitploit
added 2026/09/21 11:43 a.m.10 views

CVE-2019-13288-POC

CVE-2019-13288-POC xpdf/install/bin/pdftotext ./poc.pdf In Xpdf 4.01.01, the Parser::getObj function in Parser.cc may cause infinite recursion via a crafted file. A remote attacker can leverage this for a DoS attack. This is similar to CVE-2018-16646...

5.5CVSS6.5AI score0.05931EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2026/09/21 11:41 a.m.41 views

The vulnerability of the Directum Web Agent component of the Directum RX system, which arises due to insufficient validation of input data, allows a perpetrator to execute arbitrary code.

The vulnerability of the Directum Web Agent component of the Directum RX system exists due to insufficient validation of input data. Exploiting this vulnerability could allow a malicious actor to execute arbitrary code using a specially crafted file...

8.5CVSS6.1AI score
SaveExploits0Affected Software1
Kitploit
Kitploit
added 2026/09/21 9:13 a.m.10 views

CVE-2026-20841

CVE-2026-20841 - Ejecución Remota de Código RCE en el Bloc de Notas de Windows Repositorio de Investigación de Seguridad y Análisis Técnico ⚠️ Este repositorio está destinado únicamente a fines educativos, defensivos y de investigación. 📖 Resumen CVE-2026-20841 es una vulnerabilidad crítica de...

7.8CVSS8.7AI score0.11848EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/21 4:52 a.m.11 views

CVE-2021-22204

CVE-2021-22204 - Ejecución Remota de Código en Exiftool Descripción Recientemente, el investigador wcbowling encontró una vulnerabilidad en la herramienta Exiftool, que permitía a un actor malintencionado realizar un ataque de Ejecución Remota de Código. Esta vulnerabilidad fue descubierta en el...

7.8CVSS7.8AI score0.99981EPSS
SaveExploits39
Kitploit
Kitploit
added 2026/09/21 3:36 a.m.9 views

CVE-2019-11932

CVE-2019-11932 Double-Free bug in WhatsApp exploit poc. Note: Make sure to set the listner ip in exploit.c inorder to get shell nc -lvp 1337 or whatever port. and then compile. make or gcc -o exploit egiflib.c exploit.c then run ./exploit and save the content to .gif and send to victim. Source...

8.8CVSS8.2AI score0.4453EPSS
SaveExploits16References1
Kitploit
Kitploit
added 2026/09/21 1:31 a.m.8 views

CVE-2020-11932

CVE-2020-11932 Double-Free bug in WhatsApp exploit poc. Note: Make sure to set the listner ip in exploit.c inorder to get shell nc -lvp 1337 or whatever port. and then compile. make or gcc -o exploit egiflib.c exploit.c then run ./exploit and save the content to .gif and send to victim. Source...

2.3CVSS5.6AI score0.00597EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/20 6:06 p.m.10 views

CVE-2024-22532

CVE-2024-22532 Description XnSoft XnView Classic 2.51.5 and NConvert 7.163 are vulnerable to Heap-based Buffer Overflow via a crafted .xwd file Vendor XnSoft Affected Products XnView Classic 2.51.5 NConvert 7.163 Impact Denial of Service Remote Code Execution PoC Denial of Service cmdline used...

6.5CVSS7.5AI score0.01126EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/20 5:48 p.m.11 views

CVE-2023-20052

CVE-2023-20052 CVE-2023-20052, information leak vulnerability in the DMG file parser of ClamAV Usage To create malicious DMG file root@kitploit: git clone https://github.com/nokn0wthing/CVE-2023-20052.git cd CVE-2023-20052 sudo docker build -t cve-2023-20052 . sudo docker run -v $pwd:/exploit -it...

5.3CVSS7.7AI score0.07003EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/19 3:03 a.m.12 views

winrar-cve-2023-38831-poc-gen

CVE-2023-38831 Exploit Generator This tool is a Python script that exploits a vulnerability in the RAR file format CVE-2023-38831 to execute a malicious command when a user opens a bait file. The exploit works on WinRAR versions before 6.23. For Example 6.22, 6.21, 6.20 or above. Requirements...

7.8CVSS7.2AI score0.98022EPSS
SaveExploits49
Kitploit
Kitploit
added 2026/09/18 12:08 a.m.9 views

CVE-2026-26832

CVE-2026-26832: OS command injection in node-tesseract-ocr Summary node-tesseract-ocr through version 2.2.1 allows OS command injection in recognize in src/index.js. The package builds a shell command string and executes it with childprocess.exec. Because the input path is only wrapped in double...

9.8CVSS8.3AI score0.01706EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/17 11:34 p.m.11 views

CVE-2019-12735

CVE-2019-12735 This CVE was fixed after neovim 0.3.6 and vim 8.1.1365 POC root@kitploit: vim demo1.txt Remote shell 1. Create malware text file: root@kitploit: gcc makedemo3.c -o makedemo3 ./makedemo3 2. Build client in another session: root@kitploit: nc -vlp 9999 3. Open malware file:...

9.3CVSS8.2AI score0.25119EPSS
SaveExploits5References1
RedhatCVE
RedhatCVE
added 2026/09/17 12:13 p.m.8 views

CVE-2026-92627

A flaw was found in HDF5. A heap-use-after-free vulnerability exists when converting a compound datatype containing floating-point members during a dataset read. An attacker can supply a specially crafted HDF5 file, which, when parsed by an application, can trigger this flaw. This can lead to a...

4.6CVSS0.0022EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/17 1:47 a.m.12 views

CVE-2024-42845-Exploit

CVE-2024-42845: Remote Code Execution RCE in Invesalius 3.1 Exploit Details Exploit Title : Invesalius 3.1 - Remote Code Execution RCE Discovered By : Alessio Romano sfoffo, Riccardo Degli Esposti partywave Exploit Author : Alessio Romano sfoffo, Riccardo Degli Esposti partywave Date : 2024-08-23...

8CVSS7.7AI score0.02744EPSS
SaveExploits5References3
CVE
CVE
added 2026/09/16 3:16 p.m.18 views

CVE-2026-92627

A heap-use-after-free vulnerability exists in H5T__conv_f_f() in src/H5Tconv.c of HDF5 versions before 1.14.2 . When converting a compound datatype containing floating-point members during a dataset read, a temporary buffer allocated with calloc() is freed and subsequently read from within the sa...

4.6CVSS6.7AI score0.0022EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 2:10 p.m.11 views

CVE-2026-20841

The accuracy of this PoC trigger method has not been verified, and it should be considered informational/reference only. CVE-2026-20841 - Windows notepad.exe RCE Exploitation condition: Test on : Notepad Version 11.2510.14.0 step 1 : Save File step 2 : Open file Note: It does prompt to open progr...

7.8CVSS7.9AI score0.11848EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/16 10:12 a.m.9 views

CVE-2022-36752

Description for CVE-2022-36752 png2webp v1.0.4 was discovered to contain an out-of-bounds write via the function w2p. This vulnerability is exploitable via a crafted webp file when reversing the format back to png. Reproduction To reproduce the vulnerability, download the vulnerable version of...

5.5CVSS6.1AI score0.00437EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/15 7:16 p.m.6 views

CVE-2019-12735-VIM-NEOVIM

CVE-2019-12735-VIM-NEOVIM USAGE: Prerequisite: modeline feature must be enabled. For regular users, modeline is enabled by default, while for root users it is disabled by default. Use echo &modeline to check the status: 1 means enabled, 0 means disabled. If not, you can add set modeline to /.vimr...

9.3CVSS8AI score0.25119EPSS
SaveExploits5
NVD
NVD
added 2026/09/14 9:17 p.m.7 views

CVE-2026-84516

An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in macOS Golden Gate 27, macOS Sequoia 15.8, macOS Tahoe 26.7. Processing a maliciously crafted file may result in unexpected app termination or disclosure of process memory...

8.1CVSS0.00418EPSS
SaveExploits0References3
Rows per page
Query Builder