└── CVE-2021-34866 ├── Makefile ├── README.md ├── bpf.h ├── exploit.c └── test ├── bzImage ├── config ├── README.md └── bpf_config ├── rootfs.cpio.gz ├── run.sh └── shared └── .placeholder /CVE-2021-34866/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/Makefile -------------------------------------------------------------------------------- /CVE-2021-34866/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/README.md -------------------------------------------------------------------------------- /CVE-2021-34866/bpf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/bpf.h -------------------------------------------------------------------------------- /CVE-2021-34866/exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/exploit.c -------------------------------------------------------------------------------- /CVE-2021-34866/test/bzImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/test/bzImage -------------------------------------------------------------------------------- /CVE-2021-34866/test/config/README.md: -------------------------------------------------------------------------------- 1 | linux kernel version: 5.13.13 2 | -------------------------------------------------------------------------------- /CVE-2021-34866/test/config/bpf_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/test/config/bpf_config -------------------------------------------------------------------------------- /CVE-2021-34866/test/rootfs.cpio.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/test/rootfs.cpio.gz -------------------------------------------------------------------------------- /CVE-2021-34866/test/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexRabbit/CVE-writeup/HEAD/CVE-2021-34866/test/run.sh -------------------------------------------------------------------------------- /CVE-2021-34866/test/shared/.placeholder: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------