Lucene search
+L

172 matches found

Kitploit
Kitploit
added 2026/09/17 3:39 a.m.4 views

CVE-2026-43284-dirtyfrag-detection

DirtyFrag CVE-2026-43284 PoC Validation and auditd Detection Scope: Linux Local Privilege Escalation LPE validation focused on the XFRM/ESP path associated with CVE-2026-43284. This repository contains an English report and evidence artifacts from a controlled laboratory validation of the public...

8.8CVSS7.4AI score0.93235EPSS
SaveExploits32References4
Kitploit
Kitploit
added 2026/09/16 2:25 p.m.9 views

XCP_ng_CVE-2026-43284_tester

Diagnóstico de Dirty Frag para XCP-ng — CVE-2026-43284 Una herramienta de diagnóstico comunitaria para determinar si un host dom0 de XCP-ng está expuesto a CVE-2026-43284 "Dirty Frag", una vulnerabilidad de escalada de privilegios local en el subsistema xfrm-ESP del kernel de Linux. TL;DR — Todas...

8.8CVSS6.9AI score0.93235EPSS
SaveExploits32References1
Kitploit
Kitploit
added 2026/09/15 8:22 p.m.6 views

CVE-2026-43284---DirtyFrag-Analysis-THM-

TryHackMe — CVE-2026-43284: Dirty Frag 房间: CVE-2026-43284: Dirty Frag 类别: Linux 权限提升 作者: 我的主页 概述 Dirty Frag 是一个围绕 CVE-2026-43284 构建的连环 Linux 本地权限提升(LPE)房间。目标是通过利用提供的概念验证漏洞利用,从非特权 shell 提升到 root。 初始枚举 列出工作目录可以找到该漏洞利用提供的文件: root@kitploit: $ ls README.txt exp exp.c exp.c — 漏洞利用源代码 exp —...

8.8CVSS7.3AI score0.93235EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/15 7:54 p.m.6 views

Reporte-de-Escalada-de-Privilegios-Local-Dirty-Frag

Local Privilege Escalation Report — Dirty Frag Student: Jonatan Claudio 1. Requirements Methodology Summary A vulnerability assessment was performed on a virtual machine running Kali Linux using a detection script for the Dirty Frag vulnerability, associated with the following CVEs: CVE-2026-4328...

8.8CVSS7.4AI score0.93235EPSS
SaveExploits34References2
Kitploit
Kitploit
added 2026/09/15 5:09 p.m.8 views

Dirty-Frag-CVE-2026-43284

DirtyFrag CVE-2026-43284 - Lab Detection Exercise Report Classification: Internal Lab - CyberLAB Date: 24 May 2026 Platform: Elastic Stack v9.4.1 Status: Detection Confirmed Table of Contents A - Executive Summary B - Full Findings Report 1. Objective and Threat Model 2. Vulnerability Background...

8.8CVSS7.3AI score0.93235EPSS
SaveExploits32References1
Kitploit
Kitploit
added 2026/09/15 12:13 p.m.10 views

CVE-2026-43284

Dirty Frag — kernel page-cache write tracking site Source for the Dirty Frag patch-status tracker: a single-page site recording which distributions have shipped a fix for the paired page-cache write privilege-escalation chain in the Linux kernel. Where the facts live Everything about the bug — CV...

8.8CVSS7.2AI score0.93235EPSS
SaveExploits32References3
Kitploit
Kitploit
added 2026/09/13 2:17 p.m.10 views

Copy-Fail-CVE-2026-31431-dirty-frag-CVE-2026-43284

远程 root@kitploit: git clone https://github.com/6abc/Copy-Fail-CVE-2026-31431-dirty-frag-CVE-2026-43284.git && cd Copy-Fail-CVE-2026-31431-dirty-frag-CVE-2026-43284 && gcc -O0 -Wall -o exp exp.c -lutil && ./exp root@kitploit: git clone...

8.8CVSS6.7AI score0.99907EPSS
SaveExploits270References1
Kitploit
Kitploit
added 2026/09/11 1:13 p.m.6 views

Dirty-Frag-Research-CVE-2026-43284-

CVE-2026-43284(Dirty Frag)——Linux 内核漏洞研究 概述 本仓库记录了一个完整的防御性安全研究项目,重点关注 CVE-2026-43284(Dirty Frag) ,这是一个影响 XFRM/IPsec 网络子系统的 Linux 内核漏洞。 本项目的目标不是将该漏洞武器化 ,而是理解其工作原理、在受控实验室环境中安全地复现它、分析 Linux 内核源代码、研究安全补丁,并构建可供安全专业人员使用的实用检测与应急响应技术。 该项目将 Linux 内核研究、网络、SOC 运营、检测工程和应急响应整合为一个实用的综合项目。 项目目标 创建此项目旨在: 理解 Linu...

8.8CVSS7.2AI score0.93235EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/11 3:59 a.m.7 views

dirtyfrag-detection-rules

dirtyfrag-detection-rules Reglas de detección y análisis para la vulnerabilidad Dirty Frag CVE-2026-43284/CVE-2026-43500, una vulnerabilidad LPE escalada local de privilegios del kernel de Linux. Basado en investigaciones de la comunidad y configuraciones de sondas de estado...

8.8CVSS7.3AI score0.93235EPSS
SaveExploits34
Kitploit
Kitploit
added 2026/09/10 1:32 a.m.10 views

dirtyfrag-patches

Dirty Frag — 内核补丁 针对由 Hyunwoo Kim @v4bel 发现的 Dirty Frag 漏洞类别的补丁系列。 Dirty Frag 允许非特权本地用户覆盖只读文件(例如 /usr/bin/su、/etc/passwd)页缓存中的任意字节,从而在所有主流 Linux 发行版上实现本地权限提升至 root 。 ⚠️ 致谢声明 本仓库中的补丁并非本仓库维护者编写。 CVE-2026-43284(ESP 补丁): 由 Hyunwoo Kim @v4bel 和 Kuan-Ting Chen 编写。已合并至 Linux 内核主线,提交号为 f4c50a4034e6。...

8.8CVSS7.3AI score0.93235EPSS
SaveExploits34References1
OSV
OSV
added 2026/08/23 9:13 a.m.22 views

ROOT-OS-DEBIAN-11-CVE-2026-43284 CVE-2026-43284 in linux - Patched by Root

Root has patched CVE-2026-43284 in the linux package for Root:Debian:11. Multiple fixed versions available...

7.8CVSS7AI score0.93235EPSS
SaveExploits32
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.50 views

Photon OS 5.0: Linux PHSA-2026-5.0-91-0846

An update of the linux package has been released. %NASLMINLEVEL 80900 C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2026-5.0-91-0846. The text itself is copyright C VMware, Inc. include'compat.inc'; if description...

8.8CVSS5.8AI score0.93235EPSS
SaveExploits32References2
Tenable Nessus
Tenable Nessus
added 2026/07/30 12:00 a.m.9 views

B&R Automation X20EDS410 Write-what-where Condition (CVE-2026-43284)

The Linux kernel version shipped with the affected B&R product X20EDS410 is affected by a vulnerability. A flaw in the kernel's xfrm ESP input path that decrypts in place over shared skb frags. Successful local exploitation of this vulnerability could allow an authenticated attacker with low...

8.8CVSS7AI score0.93235EPSS
SaveExploits32References2
GithubExploit
GithubExploit
added 2026/07/21 7:17 p.m.76 views

dirtyfrag

Dirty Frag: Universal Linux LPE Abstract !tuxasse...

8.8CVSS7AI score0.93235EPSS
SaveExploits34
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.9 views

RHEL 9 : kernel (RHSA-2026:16206)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:16206 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Dirty Frag is a new universal Local...

8.8CVSS6.8AI score0.93235EPSS
SaveExploits32References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.12 views

RHEL 9 : kernel-rt (RHSA-2026:16254)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:16254 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements...

8.8CVSS7.1AI score0.93235EPSS
SaveExploits32References4
Tenable Nessus
Tenable Nessus
added 2026/07/15 12:00 a.m.17 views

Oracle Linux 10 : kernel (ELSA-2026-19074)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-19074 advisory. - xfrm: esp: avoid in-place decrypt on shared skb frags CKI Backport Bot RHEL-174546 CVE-2026-43284 - crypto: authencesn - Do not place hiseq at end ...

8.8CVSS7.2AI score0.99907EPSS
SaveExploits270References5
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:00 a.m.21 views

Ubuntu 18.04 LTS : Linux kernel (AWS) vulnerabilities (USN-8530-1)

"The remote Ubuntu 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-8530-1 advisory. It was discovered that the Linux kernel did not properly handle shared page fragments during socket buffer operations, collectively known as Dirty Frag....

9.8CVSS6.9AI score0.93235EPSS
SaveExploits43References23
Tenable Nessus
Tenable Nessus
added 2026/07/06 12:00 a.m.19 views

Oracle Linux 8 / 9 : Unbreakable Enterprise kernel (ELSA-2026-50373)

The remote Oracle Linux 8 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-50373 advisory. - net/sched: fix pedit partial COW leading to page cache corruption Rajat Gupta Orabug: 39668793 CVE-2026-46331 - net: skbuff: fix missing zerocop...

9.8CVSS7.1AI score0.93235EPSS
SaveExploits69References7
Tenable Nessus
Tenable Nessus
added 2026/06/30 12:00 a.m.21 views

EulerOS Virtualization 2.13.0 : kernel (EulerOS-SA-2026-2518)

According to the versions of the kernel packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : xfrm: esp: avoid in-place decrypt on shared skb fragsCVE-2026-43284 Tenable has extracted the preceding description block directly...

8.8CVSS7AI score0.93235EPSS
SaveExploits32References2
Rows per page
Query Builder