mirror of
https://github.com/4xura/CVE-2026-31431-Copy-Fail.git
synced 2026-05-26 05:10:50 +00:00
init
This commit is contained in:
parent
fcc47c77e9
commit
4eba0538a8
5 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
* ------------
|
* ------------
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
# ------
|
# ------
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
# ------------
|
# ------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue