59925 matches found
KOOBE-Guard
KOOBE-Guard: Active Temporal Mitigation of Kernel Double-Free Vulnerabilities Authors: Vedant Karande & Kiran Kumari Course: Network & Systems Security SIL7165 - Indian Institute of Technology Delhi Overview KOOBE-Guard is a dynamic Intrusion Prevention System IPS developed as a Linux Loadable...
copy-fail-CVE-2026-31431-mitigation-ansible-playbook
Playbook de Mitigación CVE-2026-31431 Un playbook de Ansible para aplicar y revertir la mitigación del módulo del kernel CVE-2026-31431 AFALG en sistemas Debian/Ubuntu y RHEL/Rocky/AlmaLinux. Descripción General Este playbook mitiga CVE-2026-31431 deshabilitando el módulo vulnerable del kernel...
copy-fail-check
copy-fail-check CVE-2026-31431 Helper basado en https://copy.fail/ Copy Fail Verificación Rápida Helper interactivo en bash para revisar exposición básica relacionada con CVE-2026-31431 Copy Fail y aplicar una mitigación temporal basada en algifaead. Compatibilidad objetivo Pensado principalmente...
DCVD
root@kitploit: project/ ├── train.py ├── dataloader.py ├── README.md ├── requirements.txt ├── models/ │ ├── controlpathway.py │ ├── semanticpathway.py │ ├── featurefusionmodule.py │ ├── transformerllmmodule.py │ └── multitaskpredictor.py Fuentes de datos y modelos Conjunto de datos Usamos el...
CVE-2026-31431-Copy-Fail
CVE-2026-31431 - Script de verificación y mitigación Este repositorio documenta un script Bash utilizado para evaluar la exposición a CVE-2026-31431 en hosts Linux, con un enfoque en Ubuntu, y para aplicar una mitigación simple bloqueando el módulo algifaead. Versiones de idioma: Inglés: README.m...
PinTheft-go
pintheft-go Port a Go de pintheft - LPE de double-free en zcopy de RDS. Miembro de la clase de vulnerabilidad Dirty Frag. !IMPORTANT Arch Linux es una de las distribuciones más expuestas a esta vulnerabilidad, ya que se encuentra entre las pocas donde el módulo RDS normalmente puede cargarse por...
CVE-2023-30253-exploit
CVE-2023-30253 — Dolibarr ERP/CRM 17.0.0 Remote Code Execution Exploit de inyección de código PHP para Dolibarr ERP/CRM v17.0.0 que permite obtener una shell reversa como usuario www-data mediante el módulo Website/CMS. ⚠️ Solo para uso educativo y auditorías con autorización. 📑 Índice ¿Qué es...
Copy_Fail_CVE-2026-31431_test_and_fix
Uso root@kitploit: python3 testCVE-2026-31431.py Corrección para Almalinux 9 / 10 hasta que llegue la actualización del kernel root@kitploit: sudo grubby --update-kernel ALL --args="initcallblacklist=algifaeadinit" sudo reboot Corrección para Debian / Ubuntu hasta que llegue la actualización del...
CVE-2026-92364
A vulnerability has been found in itsourcecode Leave Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /module/employee/index.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit ha...
EUVD-2026-80741
A vulnerability has been found in itsourcecode Leave Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /module/employee/index.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit ha...
VLC-CVE-2008-4654-Exploit
VLC-CVE-2008-4654-Exploit Bueno, es solo una vulnerabilidad antigua cuyo número CVE es CVE-2008-4654. Esta vulnerabilidad está causada por falta de memoria Out of Memory en la línea 1650 de modules/demux/ty.c. root@kitploit: streamReadpdemux-s, mstbuf, 8 + imapsize; Cuando descargué el EXP de otr...
demo-cve-2026-4821
Demo: Reparación de la vulnerabilidad CVE-2026-4821 Este repositorio demuestra cómo el sistema de procedencia de OpenExecution rastrea la reparación de vulnerabilidades por parte de agentes de IA con total auditabilidad criptográfica. Escenario Vulnerabilidad : Inyección SQL en el módulo de...
trivy-module-wordpress
Módulo Trivy WordPress Este módulo proporciona una investigación más profunda de la detección de WordPress. Configuración root@kitploit: $ tinygo build -o wordpress.wasm -scheduler=none -target=wasi --no-debug wordpress.go $ mkdir -p /.trivy/modules $ cp wordpress.wasm /.trivy/modules También est...
FreePBX-Reverse-Shell-Module
FreePBX-Reverse-Shell-Module...
Bluetooth-Crash-CVE-2017-0785
CVE-2017-0785 Bluetooth module crash This script is a modified version of https://github.com/ojasookert/CVE-2017-0785. It leaks information via SDP due to out-of-bound bytes, but sending too many packets or search requests causes the Bluetooth module on an Android smartphone above Android 4.0 to...
DEBIAN-CVE-2026-89988
In the Linux kernel, the following vulnerability has been resolved: kprobes: Protect kprobeblacklist with RCU withinkprobeblacklist traverses kprobeblacklist without holding kprobemutex. When a module is unloaded, kproberemoveareablacklist removes blacklist entries and immediately frees them with...
CVE-2021-28476-tools-env
pack test and exploitdev for POC CVE-2021-28476 from bluefrostsecurity researcher installation guide: root@kitploit: cd tools/ ./addtopathtools.sh addition tools for /usr/bin/ remove tools from /usr/bin: cd tools/ ./deltopathtools.sh tools: pocinit: description: preinit env guest host for compile...
CVE-2026-31431
CVE-2026-31431 Archivo y análisis de "Copy Faill" CVE-2026-31431. Código fuente para el ataque Pruebas Herramientas de sniffing para la vulnerabilidad potencial. Solución root@kitploit: 禁用内核模块 echo "install algifaead /bin/false" /etc/modprobe.d/disable-algif-aead.conf 卸载已加载模块 rmmod algifaead...
CVE-2026-89988 kprobes: Protect kprobe_blacklist with RCU
In the Linux kernel, the following vulnerability has been resolved: kprobes: Protect kprobeblacklist with RCU withinkprobeblacklist traverses kprobeblacklist without holding kprobemutex. When a module is unloaded, kproberemoveareablacklist removes blacklist entries and immediately frees them with...
CVE-2026-89988
This Linux kernel vulnerability affects the kprobes subsystem, specifically the kprobe_blacklist list. The root cause is a use-after-free : __within_kprobe_blacklist() traverses the blacklist without holding kprobe_mutex, so when a module is unloaded and kprobe_remove_area_blacklist() frees entri...