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

@ -4,7 +4,7 @@ Artifacts and scripts for the CopyFail writeup.
Writeup: Writeup:
- [https://4xura.com](https://4xura.com/) - https://4xura.com/binex/kernel/copy-fail/
## Layout ## Layout

View file

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

View file

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

View file

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

View file

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