110 matches found
CVE-2022-25636-PipeVersion
CVE-2022-25636 pipe versión Usando pipe-primitive para explotar CVE-2022-25636, por lo que no se necesita fuga de KASLR ni omisión de SMAP, SMEP o KPTI : P: ¿Qué es pipe-primitive? R: https://github.com/veritas501/pipe-primitive...
CVE-2022-0185-PipeVersion
Versión pipe de CVE-2022-0185 Usando pipe-primitive para explotar CVE-2022-0185, por lo que no se necesita fuga de kaslr ni bypass de smap smep ktpi : P: ¿Qué es pipe-primitive? R: https://github.com/veritas501/pipe-primitive...
CVE-2019-1215
CVE-20190-1215 ws2ifsl.sys UAF漏洞利用程序 针对 Windows 10 19H1 x64 该漏洞利用程序利用了最近修补的ws2ifsl.sys中的释放后使用漏洞CVE-2019-1215来实现本地权限提升。该漏洞利用程序针对Windows 10 19H1 1901 x64,并演示了如何绕过kASLR、kCFG和SMEP。当以中等完整性权限执行漏洞利用程序时,成功利用会生成一个具有系统权限的新cmd.exe。 完整的漏洞分析和利用细节可以在...
exploiting-cve-2017-5123
利用 CVE-2017-5123 简介 本仓库是对发表在 MISC Magazine 96 上的文章的补充。 我们成功地在启用了 SMEP/SMAP 和 KASLR 的虚拟机上,以可靠的方式提升了权限。但应注意,系统会处于不稳定状态,极有可能发生 oops。 本仓库内容 在 configs/ 文件夹中,你可以找到 Linux 内核和 Busybox 的配置文件,每个文件与默认配置略有不同。 binaries/ 文件夹包含所有预构建的二进制文件,你需要它们来复现我们的测试环境,例如一个完整的 rootfs,可直接用于 QEMU。 linux-stable 是一个指向存在漏洞的 Linux...
CVE-2021-22555-PipeVersion
CVE-2021-22555 versión de pipe Usando pipe-primitive para explotar CVE-2021-22555, por lo que no se necesita fuga de kaslr ni bypass de smap smep ktpi : P: ¿Qué es pipe-primitive? R: https://github.com/veritas501/pipe-primitive Probado tanto en Linux 4.15 como en Linux 5.8...
CTT-NFS-Vortex-RCE
CTT-NFS-Vortex-RCE CVE-2026-21509 ⚠️ Aviso Técnico: Nueva Divulgación Física Este repositorio contiene un exploit completamente armado para CVE-2026-21509 , dirigido al controlador en modo kernel del Sistema de Archivos de Red de Windows NFSv4.1 nfssvr.sys. A diferencia de los PoC estándar que...
voidmap
voidmap Un mapeador de controladores manual muy simple que explota CVE-2021-40449 para ejecutar una función arbitraria en una dirección determinada con un único argumento dado. Se basa en un PoC del exploit CallbackHell. Probado en Windows 10 Pro For Workstations 1809 17763.379 64 bits, pero, de...
nullmap
nullmap Un mapeador de controladores manual muy simple basado en mi anterior voidmap y CVE-2023-21768 POC por chompie y b33f. Debido a que la primitiva subyacente de lectura/escritura de memoria de post-explotación de IoRing no maneja muchas lecturas y escrituras consecutivas muy bien, decidí...
CVE-2017-5123
CVE-2017-5123 PoC CVE-2017-5123 - LPE - Bypasando SMEP/SMAP. Sin KASLR La implementación de waitid en los kernels upstream no restringía el destino objetivo para copiar los resultados de la información. Esto puede permitir a los usuarios locales escribir en memoria del kernel de otro modo...
SdoKeyCrypt-sys-local-privilege-elevation
SdoKeyCrypt.sys - 本地权限提升漏洞 1. 什么是 SdoKeyCrypt.sys? SdoKeyCrypt.sys 是一款大型多人在线角色扮演游戏(MMORPG) 冒险岛Online 的键盘保护驱动程序,该游戏在中国由 盛大集团发行。 游戏官方网站:http://mxd.sdo.com。(语言:中文) 该驱动程序会在游戏首次运行时下载并安装到 C:\Windows\System32\ 文件夹中。由于游戏体积很大(约 13.11 GB),我在这里备份了一份 SdoKeyCrypt.sys 以便想要复现此漏洞的人使用。 SdoKeyCrypt.sys...
CVE-2021-21551
PoC para CVE-2021-21551 LPE en Windows mediante el controlador Dell dbutil23.sys. Enfoque del exploit Implementar lectura/escritura, asignar shellcode, voltear la página para evadir SMEP, sobrescribir el puntero haldispatch, ejecutar shellcode...
CVE-2017-5123
CVE-2017-5123 针对内核漏洞 CVE-2017-5123 的利用程序 你可以使用以下命令编译它:gcc -static -Wall -Wextra -Werror -o cve20175123 CVE-2017-5123.c 如果你想要更详细的说明,我写了一篇文章解释其工作原理,你可以在此找到。 这个利用程序比之前 hexpresso 发布的更可靠,但仍然不完美,它无法在启用了 SMEP/SMAP 以及设置了 kptrrestrict 的系统上运行。...
Exploit for CVE-2025-8061
Lenovo-CVE-2025-8061 PoC fo...
Linux Distros Unpatched Vulnerability : CVE-2016-9644
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The getuserasmex macro in arch/x86/include/asm/uaccess.h in the Linux kernel 4.4.22 through 4.4.28 contains extended asm statements that are incompatible with t...
AMD SMM Supervisor Vulnerability Security Notice
Bulletin ID: AMD-SB-7011 Potential Impact: Loss of confidentiality, integrity, and availability Severity: High Summary External researchers reported a potential vulnerability during SMM Supervisor initialization which may impact some AMD processors. On systems that do not have Supervisor Mode...
x86: speculative vulnerability in 32bit SYSCALL path
ISSUE DESCRIPTION Due to an oversight in the very original Spectre/Meltdown security work XSA-254, one entrypath performs its speculation-safety actions too late. In some configurations, there is an unprotected RET instruction which can be attacked with a variety of speculative attacks. IMPACT An...
SUSE CVE-2016-9644
The getuserasmex macro in arch/x86/include/asm/uaccess.h in the Linux kernel 4.4.22 through 4.4.28 contains extended asm statements that are incompatible with the exception table, which allows local users to obtain root access on non-SMEP platforms via a crafted application. NOTE: this...
x86: Multiple speculative security issues
ISSUE DESCRIPTION 1 Researchers have discovered that on some AMD CPUs, the implementation of IBPB Indirect Branch Prediction Barrier does not behave according to the specification. Specifically, IBPB fails to properly flush the RAS Return Address Stack, also RSB - Return Stack Buffer - in Intel...
CVE-2022-0001
A flaw was found in hw. The Branch History Injection BHI describes a specific form of intra-mode BTI. This flaw allows an unprivileged attacker to manipulate the branch history before transitioning to supervisor or VMX root mode. This issue is an effort to cause an indirect branch predictor to...
CVE-2022-0002
A flaw was found in hw. The Intra-mode BTI refers to a variant of Branch Target Injection aka SpectreV2 BTI where an indirect branch speculates to an aliased predictor entry for a different indirect branch in the same predictor mode, and a disclosure gadget at the predicted target transiently...