258844 matches found
CVE-2026-80831
In the Linux kernel, the following vulnerability has been resolved: c...
UBUNTU-CVE-2026-80780
In the Linux kernel, the following vulnerability has been resolved: H...
CVE-2026-80897
In the Linux kernel, the following vulnerability has been resolved: n...
rootpacket-cve-2026-31431
rootpacket CVE-2026-31431 A Linux Docker-to-host cryptojacking toolkit captured from live attacks on Kinryū Labs honeypots. It breaks in through an exposed Docker Engine API, escapes the container to root the host with CVE-2026-31431 , installs a kernel rootkit, and runs an XMRig Monero miner. Fu...
Copy-Fail-CVE-2026-31431-Lab
Copy Fail CVE-2026-31431 — Exploit Reproduction & Detection Lab This repository documents the end-to-end reproduction, detection engineering, and incident response for CVE-2026-31431 "Copy Fail" , a critical Linux kernel local privilege escalation vulnerability affecting kernels 4.14 through...
Umbra
Umbra Umbra es un rootkit LKM experimental controlable de forma remota para kernels 4.x y 5.x hasta 5.7 que abre una puerta trasera de red capaz de lanzar shells inversas a hosts remotos, ejecutar malware de forma remota y mucho más. El rootkit sigue en desarrollo, aunque las características...
kmon
Linux Kernel Manager and Activity Monitor 🐧💻...
cve-writeups-and-pocs
CVE-2026-80724 PoC 与技术分析 CVE-2026-80724 — Linux 内核 ptp: vmclock: 防止只读映射变为可写 完整概念验证 + 技术分析 安全研究由 Abdifatah Suruur suruur 完成 — 独立发现的漏洞的 CVE 分析文章与 PoC 合集。 CVE ID : CVE-2026-80724 严重性 : 8.8(高危)— CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H 组件 : Linux 内核 drivers/ptp/ptpvmclock.c 发现与修复者 : Abdifatah...
Dirty-Frag
💥 CVE-2026-43284 — Dirty Frag 💥 ⚡ Dirty Frag 本地权限提升概念验证 ⚡ 📖 描述 该仓库包含针对以下漏洞的概念验证(PoC) : CVE-2026-43284 — Dirty Frag 该利用程序演示了一个影响易受攻击的 Linux 系统的漏洞。 🧠 关于 Dirty Frag Dirty Frag (有时称为 Copy Fail 2 )是一个影响多个内核子系统的严重 Linux 内核本地权限提升漏洞。 该漏洞使非特权本地攻击者 能够通过受控的页缓存(page-cache)损坏,在易受攻击的系统上提升权限并获得 root 访问权限 。 该漏洞最...
CVE-2017-7184
CVE-2017-7184 – Linux 内核 XFRM 权限提升(无需 sudo) 概述 本仓库包含一个针对 CVE-2017-7184 的 本地权限提升概念验证攻击程序 ,该漏洞是 Linux 内核中 XFRM(IPsec)netlink 子系统 的一个安全漏洞。 该攻击程序演示了无特权用户 如何通过以下步骤获取真正 root(UID 0) : 1. 创建一个无特权的用户 + 网络命名空间 2. 在命名空间内获取 CAPNETADMIN 3. 触发 XFRM netlink 处理中的内核栈溢出 4. 执行内核 ROP 链 以调用: preparekernelcredNULL...
CVE-2025-68325
CVE-2025-68325 schcake no contempla el caso en que cakeenqueue devuelve un resultado no nulo, lo que provoca un desequilibrio de qlen en el árbol de qdisc y desencadena una desreferencia nula en su planificador sched padre, p. ej., qfq. Versiones Afectadas Corregido en v6.19-rc1 Gravedad Baja...
CVE-2021-22555
CVE-2021-22555 Linux Kernel 2.6.19 5.9 - 'Netfilter Local Privilege Escalation'...
CVE-2021-4034-CTF-writeup
CVE-2021-4034-CTF-writeup 这是一个我用 C 语言编写的 CTF pwn 挑战,要求用户利用 CVE-2021-4034 漏洞。玩家会在此仓库的 challenge 目录中获得 2 个二进制文件。chal 二进制实现了该 CTF 挑战,而 shelly.so 是一个辅助二进制。 如何模拟此挑战 在撰写本文时,Dockerfile 尚未完成。Dockerfile 是现场 CTF 中部署此挑战所必需的,但在本地并非必需:你仍然可以通过设置用户权限并安装易受攻击的软件包来在本地模拟此挑战,具体步骤如下: 1. 为了成功利用此漏洞,不在 Linux 机器上的玩家应首先安装...
CVE-2022-23222
CVE-2022-23222 如果你只想构建并运行这个东西,点这里。 下面大致是对这篇中文文章(writeup)的翻译, 原文见此处。 我们将以 5.13.0 版本的主线内核代码作为参考。 可用的指针类型与检查其边界的函数之间存在不匹配。 这种不匹配最早在 Linux 5.8 中引入,此后已被修补。 可用指针类型的列表见 此处。c / types of values stored in eBPF registers / / Pointer types represent: pointer pointer + imm pointer + u16 var pointer + u16 var ...
dirtycaw-projet
Dirty COW - 权限提升(CVE-2016-5195) 本项目演示了如何利用 Dirty COW 漏洞在一台装有 Ubuntu Server 16.04.1 且内核版本为 4.4.0-31-generic 的虚拟机中实现权限提升。 🔧 环境 受害者机器 :易受攻击的 Ubuntu 16.04.1(无特权的 student 用户) 攻击者机器 :安装了 Docker 的 Kali Linux 🐮 漏洞 Dirty COW(CVE-2016-5195)是 Linux 内核内存子系统中的一种条件竞争漏洞。它允许无特权用户修改只读文件并将权限提升至 root。 🚀 已执行的步骤 1...
CVE-2022-0185-POC
CVE-2022-0185 — Proof of Concept A proof-of-concept exploit for CVE-2022-0185 , a heap-based buffer overflow in the Linux kernel's legacyparseparam function fs/fscontext.c. This allows a local unprivileged user to escalate privileges to root. Original exploit by Crusaders of Rust. Full writeup:...
CVE-2021-4204
CVE-2021-4204 中文版 writeup:https://tr3e.ee/posts/cve-2021-4204-linux-kernel-ebpf-lpe.txt 仅用于教育/研究目的。使用风险自负。 构建与运行 root@kitploit: $ sh buildandrun.sh Build from source... cc -I include -static -w -o exploit exploit.c Start exploit! This might take some while... phase1/7 'create bpf maps' running +...
CVE-2023-0179-POC-
CVE-2023-0179 POC Credits to https://github.com/TurtleARM Steps to Reproduce Install Ubuntu-22.04.5-live-server-iso and fully install the version, but don’t update the system Install the Linux kernel version 6.1.6 onto the Virtual Machine with the Ubuntu version 24.04.5 Install the following...
CVE-2021-3490-POC
CVE-2021-3490 Credits to https://github.com/chompie1337 Steps to Reproduce Install the ubuntu-20.04.6-live-server-amd64.iso from Ubuntu Releases, and install into the virtual machine. root@kitploit: wget https://releases.ubuntu.com/20.04/ubuntu-20.04.6-live-server-amd64.iso After installing ISO,...
CVE-2023-2598
CVE-2023-2598 参考: https://anatomic.rip/cve-2023-2598/ https://github.com/ysanatomic/iouringLPE-CVE-2023-2598 https://bsauce.github.io/2024/07/30/CVE-2023-2598/ 构建: root@kitploit: apt install -y liburing-dev gcc CVE-2023-2598.c -o CVE-2023-2598 -luring PoC: root@kitploit: user1@syzkaller:$ uname -...