Lucene search
+L

970 matches found

Kitploit
Kitploit
added 2026/09/17 1:49 a.m.7 views

copy-fail-CVE-2026-31431

Описание уязвимости Причина уязвимости В 2017 году в криптографическом модуле ядра Linux authencesn была внедрена оптимизация операций AEAD аутентифицированного шифрования на месте in-place, которая при определённых условиях приводила к тому, что страницы, доступные только для чтения в page cache...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:49 a.m.19 views

CVE-2026-31431-PoC

Copy Fail - Python 3.9 PoC CVE-2026-31431 The public Copy Fail exploit wasn't compaitble with python 3.9, this one is. The original was modifed by replacing the unavailable os.splice with a lightweight ctypes polyfill. 🚨 LEGAL DISCLAIMER CFAA & Related Laws THIS SOFTWARE IS PROVIDED FOR EDUCATION...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243References2
Kitploit
Kitploit
added 2026/09/17 1:48 a.m.13 views

CVE-2026-31431

CVE-2026-31431 - Proof-of-Concept Эксплойт для локального повышения привилегий через запись в page-cache в Linux algifaead Writeup https://websec.net/blog/cve-2026-31431-linux-algifaead-page-cache-write-to-root-69f38a4ccddd2db1f520f170 Примечания Мы ещё не полностью протестировали PoC, он основан...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:48 a.m.11 views

CVE-2026-31431-CopyFail-Lab

CVE-2026-31431 «Copy Fail» — лабораторная работа по LPE в ядре Linux Обзор В этом репозитории задокументировано полное лабораторное исследование CVE-2026-31431 Copy Fail — уязвимости локального повышения привилегий LPE высокой степени серьёзности в криптографическом модуле ядра Linux algifaead,...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:48 a.m.10 views

cve-2026-31431-detection

CVE-2026-31431 "Copy Fail" — Defensive Detection Package A production-ready collection of detection rules and triage guidance for CVE-2026-31431, a Linux kernel local privilege escalation in the algifaead crypto interface disclosed by Theori Xint Code Research. The vulnerability exploits an...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:47 a.m.9 views

CVE-2026-31431-CopyFail-Universal-LPE

CVE-2026-31431 "Copy Fail" — Universal LPE Exploit Linux kernel page cache 4-byte arbitrary write → Local Privilege Escalation Multiple exploit approaches: dynamic ELF entry point overwrite, full binary replacement, Python 3.x compatible with ctypes splice fallback. What is this? CVE-2026-31431 i...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243References3
Kitploit
Kitploit
added 2026/09/17 1:46 a.m.12 views

copyfail-rs

copyfail-rs Copy Fail exploit CVE-2026-31431 but in Rust, a critical vulnerability chaining AFALG and splice to achieve a 4-byte page cache write, leading to local privilege escalation on major Linux distributions. Based on the research and PoC by Xint Code. Disclaimer !CAUTION This project is fo...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:46 a.m.12 views

CVE-2026-31431

CVE-2026-31431 - Copy Fail Copy Fail is a logic bug in the Linux kernel's crypto subsystem CVE-2026-31431. A 2017 optimization in algifaead.c accidentally placed page cache pages into a writable scatterlist. The authencesn AEAD algorithm writes 4 scratch bytes past the output boundary during...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243References3
Kitploit
Kitploit
added 2026/09/17 1:45 a.m.7 views

copy-fail-CVE-2026-31431

CVE-2026-31431 — Copy Fail 732 bytes. Any distro. Root. A straight-line logic flaw in the Linux kernel's authencesn cryptographic template enables an unprivileged local user to perform a precise, controlled 4-byte write into the page cache of any readable file — including setuid binaries. No race...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/17 1:45 a.m.12 views

copyfail

Overview Copy Fail CVE-2026-31431 is a logical vulnerability in the Linux kernel that allows a local unprivileged user to escalate privileges to superuser root. The vulnerability belongs to the Local Privilege Escalation LPE class, does not require complex exploitation conditions such as race...

7.8CVSS7.2AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:44 a.m.17 views

CVE-2026-31431

CVE-2026-31431: Copy Fail PoC + ARM64 Validation Copy Fail is a Linux local privilege escalation published by Theori/Xint as CVE-2026-31431. The project page describes a logic bug in authencesn that can be reached through AFALG and splice, producing a small page-cache write against a setuid binar...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243References2
Kitploit
Kitploit
added 2026/09/17 1:44 a.m.31 views

Copy-Fail-Exploit-CVE-2026-31431

Copy Fail CVE-2026-31431 – Exploit Usage Guide ⚠️ Disclaimer This content is for educational and authorized security testing purposes only. Do NOT run this on systems without explicit permission. 📌 Overview Copy Fail CVE-2026-31431 is a Linux Local Privilege Escalation LPE vulnerability affecting...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:43 a.m.6 views

copy-fail-mitigate-no-reboot

copy-fail-mitigate Minimal no-reboot mitigation helper for Copy Fail / CVE-2026-31431. This script disables the vulnerable algifaead module path and attempts to unload the module immediately. It also performs a best-effort page-cache eviction for /usr/bin/su. This is a mitigation, not a kernel fi...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:43 a.m.7 views

COPY-FAIL-Detection-with-Wazuh-4.14.4

Обнаружение COPY FAIL с помощью Wazuh 4.14.4 - CVE-2026-31431 Инженерия обнаружения для локального повышения привилегий LPE в ядре Copy Fail · Ubuntu / RHEL / SUSE / Amazon Linux 2023 / Kali Что такое Copy Fail? CVE-2026-31431 — это логическая ошибка в криптографическом шаблоне authencesn ядра...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:42 a.m.8 views

copyfailautopatch

copyfailautopatch Обнаружение и опционально устранение уязвимости CVE-2026-31431 «Copy Fail» на хосте Linux. Уязвимость представляет собой примитив записи в page-cache, доступный через семейство сокетов AFALG с использованием AEAD-преобразования authencesnhmacsha256,cbcaes. Этот скрипт...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:42 a.m.10 views

CVE-2026-31431

CVE-2026-31431 — "Copy Fail" Local Privilege Escalation Overview CVE-2026-31431 is a local privilege escalation vulnerability in the Linux kernel's algifaead subsystem. The authencesn AEAD implementation performs an in-place decrypt via splice2, placing a page-cache page into the destination...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:42 a.m.11 views

dirtyfrag-patches

Dirty Frag — Kernel Patches Patch series for the Dirty Frag vulnerability class discovered by Hyunwoo Kim @v4bel. Dirty Frag allows an unprivileged local user to overwrite arbitrary bytes of the page cache of read-only files e.g. /usr/bin/su, /etc/passwd leading to local privilege escalation to...

8.8CVSS7.3AI score0.93235EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/17 1:31 a.m.8 views

CVE-2026-31431-Copy-Fail---Vulnerability-Detection-Script

CVE-2026-31431 — Copy Fail — Vulnerability Detection Script Detection only. A working PoC already exists at copy.fail/exploit. This script is for sysadmins and security teams determining where they are vulnerable — or still vulnerable after patching. What's this about? On April 29th 2026, a...

7.8CVSS6.4AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:05 a.m.9 views

copy-fail-CVE-2026-31431-IOC

copyfail-detect Detection toolkit for CVE-2026-31431 "Copy Fail", a Linux kernel local privilege escalation technique that corrupts page-cache data without changing the file on disk. Why This Exists Copy Fail can bypass traditional file integrity monitoring because the on-disk file is not modifie...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/17 1:04 a.m.9 views

CVE-2026-31431-Linux-Copy-Fail

CVE-2026-31431 - Linux Copy-Fail Exploit Rust A Rust implementation of a local privilege escalation exploit for CVE-2026-31431 Copy-Fail. It allows executing customized shellcode such as Meterpreter Introduction Xint disclosed CVE-2026-31431, an arbitrary page cache write vulnerability that chain...

7.8CVSS6.9AI score0.99907EPSS
SaveExploits243References1
Rows per page
Query Builder