This commit is contained in:
Axura 2026-05-19 17:19:05 +08:00
parent fcc47c77e9
commit 4eba0538a8
5 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,6 @@
; CopyFail CVE-2026-31431 Linux LPE exploit, x86_64 NASM version.
: https://4xura.com/binex/kernel/copy-fail/
: Author: Axura (@4xura)
;
; Build:
; nasm -f elf64 exploit.asm -o exploit.o

View file

@ -2,6 +2,7 @@
* Title : CopyFail CVE-2026-31431 Linux LPE exploit
* Date : 2026-05-15
* Author : Axura (@4xura) - https://4xura.com
* Reference : https://4xura.com/binex/kernel/copy-fail/
*
* Description:
* ------------

View file

@ -3,6 +3,7 @@
# Title : CopyFail CVE-2026-31431 Linux LPE exploit, Perl version.
# Date : 2026-05-15
# Author : Axura (@4xura) - https://4xura.com
# Reference : https://4xura.com/binex/kernel/copy-fail/
#
# Usage:
# ------

View file

@ -4,6 +4,7 @@
# Title : CopyFail CVE-2026-31431 Linux LPE exploit
# Date : 2026-05-15
# Author : Axura (@4xura) - https://4xura.com
# Reference : https://4xura.com/binex/kernel/copy-fail/
#
# Description:
# ------------