Lucene search
+L

172 matches found

Kitploit
Kitploit
added 2026/09/20 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
SaveExploits272References1
Kitploit
Kitploit
added 2026/09/18 1:13 p.m.7 views

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

CVE-2026-43284 Dirty Frag – Linuxカーネル脆弱性リサーチ 概要 このリポジトリは、XFRM/IPsecネットワーキングサブシステムに影響を与えるLinuxカーネル脆弱性であるCVE-2026-43284 Dirty Frag に焦点を当てた、完全な防御的セキュリティリサーチプロジェクトを文書化したものです。 このプロジェクトの目的は、脆弱性を武器化することではなく...

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

dirtyfrag-detection-rules

dirtyfrag-detection-rules Dirty Frag(CVE-2026-43284/CVE-2026-43500)Linux カーネル LPE 脆弱性に対する検出ルールと分析。コミュニティの調査とヘルスプローブ設定に基づいています。...

8.8CVSS7.3AI score0.93235EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/17 3:39 a.m.8 views

CVE-2026-43284-dirtyfrag-detection

DirtyFrag CVE-2026-43284 PoC 検証と auditd 検出 範囲: CVE-2026-43284 に関連する XFRM/ESP パスに焦点を当てた Linux ローカル権限昇格 LPE 検証。 このリポジトリには、公開されている DirtyFrag PoC の制御されたラボ検証からの英語レポートと証拠成果物が含まれています。ここでは、エクスプロイトガイドを提供することではなく、Linux 監査ログで何が可視であったか、およびそれらのイベントを実用的な SOC 検出ロジックに変換する方法を文書化することに焦点を当てています。 完全な PDF レポート: EN:...

8.8CVSS7.4AI score0.93235EPSS
SaveExploits33References4
Kitploit
Kitploit
added 2026/09/17 1:42 a.m.11 views

dirtyfrag-patches

Dirty Frag — カーネルパッチ Hyunwoo Kim @v4bel 氏によって発見された Dirty Frag 脆弱性クラスに対するパッチシリーズです。 Dirty Frag は、権限のないローカルユーザーが読み取り専用ファイル(例: /usr/bin/su、/etc/passwd)のページキャッシュの任意のバイトを上書きできるようにし、主要なすべての Linux ディストリビューションで root へのローカル権限昇格 を引き起こします。 ⚠️ クレジット このリポジトリ内のパッチは、このリポジトリのメンテナーによって書かれたものではありません。 CVE-2026-43284...

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

XCP_ng_CVE-2026-43284_tester

XCP-ng Dirty Frag 진단 — CVE-2026-43284 XCP-ng dom0 호스트가 CVE-2026-43284 "Dirty Frag"에 노출되었는지 여부를 판단하는 커뮤니티 진단 도구입니다. 이 취약점은 Linux 커널의 xfrm-ESP 서브시스템에서 발생하는 로컬 권한 상승 취약점입니다. TL;DR — 모든 현재 XCP-ng 릴리스8.1, 8.2, 8.3는 기본 4.19 dom0 커널을 사용하여 취약한 코드 범위에 포함됩니다. 2026년 5월 기준 공식 XCP-ng 패치는 발표되지 않았습니다. 이 도구는 호스트...

8.8CVSS6.9AI score0.93235EPSS
SaveExploits33References2
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 ルームです。目標は、提供された概念実証エクスプロイトを利用して、非特権シェルから root になることです。 初期列挙 作業ディレクトリを一覧表示すると、エクスプロイト用に提供されたファイルが確認できます: root@kitploit: $ ls README.txt...

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

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

本地权限提升报告 — Dirty Frag 学生: Jonatan Claudio 1. 要求 方法论概述 对一台运行 Kali Linux 的虚拟机进行了漏洞评估,使用了针对 Dirty Frag 漏洞的检测脚本,该漏洞与以下 CVE 相关: CVE-2026-43284 CVE-2026-43500 随后,执行了一个用 C 语言编写的公开 Proof of Concept(PoC),以验证从无特权用户向 root 进行本地权限提升的可能性。 利用操作是在易受攻击的虚拟机内部本地执行的。 发现(含截图和代码) 截图 1. Dirty Frag 检测器的结果 2. uname -r 的结...

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

Dirty-Frag-CVE-2026-43284

DirtyFrag CVE-2026-43284 - 실험실 탐지 훈련 보고서 분류: 내부 실험실 - CyberLAB 날짜: 2026년 5월 24일 플랫폼: Elastic Stack v9.4.1 상태: 탐지 확인됨 목차 A - 요약 보고서 B - 전체 분석 보고서 1. 목표 및 위협 모델 2. 취약점 배경 3. 실험실 환경 4. 1단계 - 실행 전 설정 5. 2단계 - 취약점 활용 실행 6. 3단계 - 사후 침투 활동 7. 4단계 - 탐지 엔지니어링 8. 탐지 참조 9. 주요 발견 사항 요약 10. 참조 A - 요약...

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

CVE-2026-43284

Dirty Frag — カーネルページキャッシュ書き込み追跡サイト Dirty Frag パッチステータストラッカーのソース: Linuxカーネルにおけるページキャッシュ書き込み権限昇格チェーンの修正を出荷したディストリビューションを記録する単一ページサイトです。 事実の所在 バグに関するすべての情報 — CVE ID、影響を受けるバージョンと修正済みバージョン、アップストリームの修正コミット、発見・開示のクレジット、およびディストリビューションごとの最終パッチステータス — は、このREADMEではなくトラッカーページに属します: レンダリング先:...

8.8CVSS7.2AI score0.93235EPSS
SaveExploits33References3
OSV
OSV
added 2026/08/23 9:13 a.m.23 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
SaveExploits33
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
SaveExploits33References2
Tenable Nessus
Tenable Nessus
added 2026/07/30 12:00 a.m.11 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
SaveExploits33References2
GithubExploit
GithubExploit
added 2026/07/21 7:17 p.m.80 views

dirtyfrag

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

8.8CVSS7AI score0.93235EPSS
SaveExploits35
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.14 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
SaveExploits33References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.11 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
SaveExploits33References4
Tenable Nessus
Tenable Nessus
added 2026/07/15 12:00 a.m.20 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
SaveExploits272References5
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:00 a.m.22 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
SaveExploits44References23
Tenable Nessus
Tenable Nessus
added 2026/07/06 12:00 a.m.22 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
SaveExploits70References7
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
SaveExploits33References2
Rows per page
Query Builder