364 matches found
Phantom-Evasion-Loader
SROP辅助的跨内存附加(CMA)注入——直接系统调用方式。 👻 Phantom-Evasion-Loader(x64 Linux) Phantom-Evasion-Loader 是一个独立的、纯 x64 汇编注入引擎,旨在最小化现代 EDR/XDR 解决方案以及内核级监控(如 Falco eBPF)的检测面。它利用 SROP 和零拷贝注入等先进技术,将载荷作为机器中的幽灵进行投递。 🧠 这段代码到底做了什么? 与传统的、嘈杂的注入器不同,此引擎专为隐蔽性而设计。它不会对内核大喊“我是恶意软件”。相反,它模仿合法的系统调试行为,执行手术式内存操作,使其不被行为分析所察觉。 🛠️ 关键技术特...
goblin
libgoblin 文档 https://docs.rs/goblin/ 变更日志 使用 Goblin 需要 rustc 1.85.0(Rust 2024 版本)。 在 Cargo.toml 中添加: root@kitploit: dependencies goblin = "0.10" 特性 超棒的 crate 名称 零拷贝、跨平台、端序感知的 ELF64/32 实现——哇! 零拷贝、跨平台、端序感知的 32/64 位 Mach-o 解析器——好家伙! PE 32/64 位解析器——咚! 支持 Unix 和 BSD 风格的存档解析器(后者感谢 @willglynn)——万岁! 多种 c...
CVE-2026-31431-Check
Script de diagnóstico de la vulnerabilidad CVE-2026-31431 Copy Fail Resumen de la vulnerabilidad CVE-2026-31431 Copy Fail es una vulnerabilidad de escalada de privilegios local en el kernel de Linux que, mediante sockets AFALG address family 38 combinados con la llamada al sistema de copia cero...
netsniff-ng
netsniff-ng - 数据包嗅探猛兽 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ . . netsniff-ng 是一款免费、高性能的 / Linux 网络分析工具和网络工具包。 .' '. 可以称之为网络数据包的瑞士军刀。 \ ^, ,^ / |'O\ /O'| . -- ' ' 请仔细阅读 INSTALL 文档以了解构建 netsniff-ng 的后续步骤。请注意,该工具包仍然相当年轻且正在大力开发中,尚未功能完整,也未达到我们满意的质量水平(例如...
netsniff-ng
////////////////////////////////////////////////////////////////////////////// root@kitploit: netsniff-ng - the packet sniffing beast \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ . . netsniff-ng is a free, performant / Linux network analyzer and .' '. networking...
CVE-2026-31431-cleaned
copyFail.py — Informe de Análisis de Exploit CVE Resumen copyFail.py es un exploit de prueba de concepto PoC que demuestra una vulnerabilidad de escalada de privilegios local en el kernel de Linux. Al abusar de la llamada al sistema splice en combinación con opciones de socket manipuladas, el...
CVE-2026-43494
🛠️ PinTheft — CVE-2026-43494 Linux 内核中通过 RDS + iouring 页缓存覆写实现的本地权限提升 📌 概述 PinTheft 是 CVE-2026-43494 的一个高级本地 root 漏洞利用程序,该漏洞是 Linux 内核可靠数据报套接字(RDS)子系统中的一个引用计数错误。 通过将 RDS 零拷贝路径中的双重释放与 iouring 的固定缓冲区相结合,该漏洞利用程序实现了对 SUID-root 二进制文件 的可靠 页缓存覆写 ,从而获得 本地权限提升 至 root。 一个晦涩网络路径中的微小会计错误,当与现代 iouring...
cve-2026-31431
CVE-2026-31431 — Fallo de "copia" en algifaead del kernel Linux: Análisis Investigación de seguridad sobre CVE-2026-31431 CVSS 3.1 7.8 ALTO , AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H: tres fallos de diseño componibles en la cadena AFALG AEAD se combinan en una escritura determinista y sin condiciones ...
Linux Distros Unpatched Vulnerability : CVE-2026-90086
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xsk: honor XDPTXMETADATA in zero-copy path The zero-copy path reads TX metadata whenever the UMEM has metadata space, even if the descriptor does not set...
DEBIAN-CVE-2026-90086
In the Linux kernel, the following vulnerability has been resolved: xsk: honor XDPTXMETADATA in zero-copy path The zero-copy path reads TX metadata whenever the UMEM has metadata space, even if the descriptor does not set XDPTXMETADATA. Pass descriptor options through the metadata helpers and...
CVE-2026-90086
In the Linux kernel, the following vulnerability has been resolved: xsk: honor XDPTXMETADATA in zero-copy path The zero-copy path reads TX metadata whenever the UMEM has metadata space, even if the descriptor does not set XDPTXMETADATA. Pass descriptor options through the metadata helpers and...
DEBIAN-CVE-2026-90051
In the Linux kernel, the following vulnerability has been resolved: tcp: reject non zerocopy devmem tx Devmem tcp tx doesn't work without zero-copy, however it's not currently enforced if NETIFFSG isn't present. In this case, tcpsendmsglocked will try the copy path and try to copy data from an...
CVE-2026-90086 xsk: honor XDP_TX_METADATA in zero-copy path
In the Linux kernel, the following vulnerability has been resolved: xsk: honor XDPTXMETADATA in zero-copy path The zero-copy path reads TX metadata whenever the UMEM has metadata space, even if the descriptor does not set XDPTXMETADATA. Pass descriptor options through the metadata helpers and...
CVE-2026-90086
CVE-2026-90086 affects the Linux kernel AF_XDP (xsk) zero-copy TX path . The root cause is that the zero-copy path reads TX metadata whenever the UMEM has metadata space, even when the descriptor does not set the XDP_TX_METADATA flag. The fix passes descriptor options through the metadata helpers...
EUVD-2026-81947
In the Linux kernel, the following vulnerability has been resolved: xsk: honor XDPTXMETADATA in zero-copy path The zero-copy path reads TX metadata whenever the UMEM has metadata space, even if the descriptor does not set XDPTXMETADATA. Pass descriptor options through the metadata helpers and...
CVE-2026-90051 tcp: reject non zerocopy devmem tx
In the Linux kernel, the following vulnerability has been resolved: tcp: reject non zerocopy devmem tx Devmem tcp tx doesn't work without zero-copy, however it's not currently enforced if NETIFFSG isn't present. In this case, tcpsendmsglocked will try the copy path and try to copy data from an...
CVE-2026-90051 tcp: reject non zerocopy devmem tx
In the Linux kernel, the following vulnerability has been resolved: tcp: reject non zerocopy devmem tx Devmem tcp tx doesn't work without zero-copy, however it's not currently enforced if NETIFFSG isn't present. In this case, tcpsendmsglocked will try the copy path and try to copy data from an...
CVE-2026-90051: Undefined Security Weakness
In the Linux kernel, the following vulnerability has been resolved: tcp: reject non zerocopy devmem tx Devmem tcp tx doesn't work without zero-copy, however it's not currently enforced if NETIFFSG isn't present. In this case, tcpsendmsglocked will try the copy path and try to copy data from an...
CVE-2026-90086: Undefined Security Weakness
In the Linux kernel, the following vulnerability has been resolved: xsk: honor XDPTXMETADATA in zero-copy path The zero-copy path reads TX metadata whenever the UMEM has metadata space, even if the descriptor does not set XDPTXMETADATA. Pass descriptor options through the metadata helpers and...
Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15
In the Linux kernel, the following vulnerability has been resolved: skbuff: In skbSegment, call zero-copy functions before using skbuff fragments. The commit bf5c25d60861 added the call to zero-copy functions in skbSegment. This change introduced a bug in skbSegment, as skborphanfrags may...