Lucene search
+L

1475 matches found

Kitploit
Kitploit
added 2026/09/24 7:44 a.m.17 views

VectoredOverloading

VectoredOverloading Vectored Overloading es una técnica de inyección de PE local que se observó por primera vez en el malware KidKadi. Funciona manipulando la carga de una DLL legítima mediante Hardware Breakpoints HWBP y Vectored Exception Handling VEH para cambiar el objeto de sección de la DLL...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/24 2:21 a.m.13 views

Vectored-Exception-Handling-Squared

Manejo de Excepciones Vectorizadas al Cuadrado Una Prueba de Concepto en Rust. Lee más en mi blog, toda la investigación original es de CrowdStrike, ¡esto es solo el POC de eso! A menos que esté ciego; no parece haber mucho por ahí POCs, etc. relacionado con el descubrimiento realizado por los...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 9:51 p.m.14 views

ShellGhost

ShellGhost 一种基于内存的规避技术,使 shellcode 从进程开始到结束均不可见。 动机 我想分享这个 shellcode 自注入 POC,以展示一些可能对红队有用的 AV/EDR 规避概念。就在几周前,我想出了一种自定义的内存规避技术,我称之为 ShellGhost。这项技术源于对 一段从进程开始到结束执行‘不可见’ shellcode 的代码 的需求。 处理线程执行流 ShellGhost 依赖于向量异常处理与软件断点的结合 ,以循环方式停止线程执行,用 RC4 加密的 shellcode 指令替换已执行的断点,解密指令,并在恢复内存保护至 RX 后恢复执行。当后续的...

6.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 4:07 p.m.13 views

instrumentation_callbacks

instrumentationcallbacks Instrumentation callbacks are quite a fun undocumented part of Windows. All the code in this repository is released under the MIT license. This repository uses google style C++ spacing. PRs are welcome if you find issues, bugs, or believe a specific feature should be adde...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 3:52 a.m.12 views

struts2_cve-2017-5638

struts2cve-2017-5638 Esto es una especie de porting a Java del exploit en Python disponible en: https://www.exploit-db.com/exploits/41570/. Este software está escrito para no tener dependencias externas. AVISO LEGAL Esta herramienta está pensada para ingenieros de seguridad y personal de appsec...

10CVSS8.4AI score0.99999EPSS
SaveExploits46
Kitploit
Kitploit
added 2026/09/22 4:04 a.m.12 views

CVE-2024-52316

🚨🚨CVE-2024-52316🚨🚨 🚨🚨CVE-2024-52316 - Vulnerabilidad de Bypass de Autenticación en Apache Tomcat Resumen CVE-2024-52316 es una vulnerabilidad de bypass de autenticación identificada en Apache Tomcat. Este problema surge cuando Tomcat está configurado con un componente ServerAuthContext...

8.2AI score0.06246EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/21 3:46 p.m.12 views

CVE-2017-5638

CVE-2017-5638 | Struts s2-045 描述 通过恶意构造的Content-Type值,可以执行远程代码执行(RCE)攻击。如果Content-Type值无效,则会抛出异常,随后利用该异常向用户显示错误消息。 受影响版本 Struts 2.3.5 Struts 2.3.31 Struts 2.5 Struts 2.5.10 漏洞利用 修复措施 要修复此问题,请更新受影响软件以应用安全补丁。 Struts 2.3.32或2.5.10.1是已针对此特定问题打补丁的版本。 作者 此利用程序由zc00l ANDRE LUIS .. MARQUES编写;...

10CVSS8.4AI score0.99999EPSS
SaveExploits46
Kitploit
Kitploit
added 2026/09/20 3:20 p.m.9 views

TamperingSyscalls

TamperingSyscalls TamperingSyscalls es un proyecto novedoso de 2 partes que consiste en el spoofing de argumentos y la obtención de syscalls, los cuales abusan del EH para subvertir los EDR. Este proyecto consta de ambos subproyectos para proporcionar una solución alternativa a las syscalls...

6AI score
SaveExploits0
NVD
NVD
added 2026/09/18 4:17 p.m.8 views

CVE-2026-10751

IBM MQ Java and JMS client libraries could allow an authenticated attacker to execute arbitrary code on client applications due to a deserialization filter bypass in exception handling...

7.5CVSS0.00369EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/18 3:56 p.m.31 views

CVE-2026-10751

IBM MQ Java and JMS client libraries are vulnerable to remote code execution via a deserialization filter bypass in exception handling (CWE-502). An authenticated attacker can execute arbitrary code on client applications. The CVSS 3.1 base score is 7.5 (HIGH) , with a high attack complexity and ...

7.5CVSS6.5AI score0.00369EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 3:32 a.m.179 views

xmlrpc-bruteforcer

An XMLRPC BruteForcer for Wordpress - Inpired by 1N3@CrowdShield Note - This project is discontinued Usage root@kitploit: python3 xmlrcpbruteforce.py http://wordpress.org/xmlrpc.php passwords.txt username python3 xmlrpcbruteforce.py http://wordpress.org/xmlrpc.php passwords.txt userlist.txt in...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 2:30 a.m.15 views

moonwalk

moonwalk: Buscador de direcciones base de DLL Esta biblioteca y herramienta CLI escrita en Rust demuestra un método alternativo para encontrar la dirección base de DLL cargadas sin utilizar un recorrido del Process Environment Block PEB. Esta técnica es particularmente útil en escenarios donde el...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 1:40 a.m.15 views

Apache-Dubbo-Hessian2-CVE-2021-43297

Deserialización durante el manejo de excepciones Hessian2 en Apache Dubbo CVE-2021-43297 1. Importe los dos proyectos en dos instancias de IDEA 2. Primero ejecute org.apache.dubbo.samples.basic.BasicProvidermain para iniciar el servidor 3. Luego ejecute...

9.8CVSS8.2AI score0.16969EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/15 9:26 a.m.8 views

EUVD-2026-78350

Affected versions of MISP can record incorrect access-log data for requests that terminate in an exception. Because CakeErrorController extends AppController, exception rendering runs the application startup path a second time. As a result, accessMonitor calls AccessLog::logRequest twice for one...

5.3CVSS5.8AI score0.00474EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/14 1:31 p.m.6 views

Security Bulletin: IBM MQ Java messaging is vulnerable to remote code execution (CVE-2026-10751)

Summary IBM MQ has addressed a Java deserialization filter bypass in the IBM MQ JMS client that could allow a remote authenticated attacker to execute arbitrary code Vulnerability Details CVEID:CVE-2026-10751 DESCRIPTION: IBM MQ Java and JMS client libraries could allow an authenticated attacker ...

7.5CVSS6.7AI score0.00369EPSS
SaveExploits0Affected Software1
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.9 views

Astra Linux – Vulnerability in Firefox and Thunderbird

The application failed to account for exceptions thrown by the loadManifestFromFile method during add-on signature verification. This flaw, triggered by an invalid or unsupported extension manifest, could have caused runtime errors that disrupted the signature validation process. As a result, the...

5.4CVSS6.7AI score0.00343EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fixed the refcount leak in the address translation for armsmmudevice. The reference counting issue occurs in several exception handling paths of armsmmuiovatophyshard. When these error scenarios occur, the functio...

5.5CVSS5.8AI score0.00246EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.15 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerabilities have been resolved: ipv6: Fixed KASAN: slab-out-of-bounds read in fib6nhflushexceptions Reported by syzbot: HEAD commit: 90c911ad Merge tag ‘fixes’ of git://git.kernel.org/pub/scm/… git tree:...

7.8CVSS6.7AI score0.00245EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.17 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: SCSI: UFS: Core – Flush exception handling work when RPM level is zero Ensure that exception event handling work is explicitly flushed during suspension when the runtime power management level is set to UFSPMLVL0. When the RPM...

4.7CVSS5.7AI score0.00118EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.9 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: sparc: fixed inaccurate exception reporting in copyfromtouser for UltraSPARC. The referenced commit introduced exception handlers for user-space memory references in copyfromuser and copytouser. These handlers return from the...

6AI score0.00214EPSS
SaveExploits0References2
Rows per page
Query Builder