cve/2021/CVE-2021-38300.md
2024-06-18 02:51:15 +02:00

964 B

CVE-2021-38300

Description

arch/mips/net/bpf_jit.c in the Linux kernel before 5.4.10 can generate undesirable machine code when transforming unprivileged cBPF programs, allowing execution of arbitrary code within the kernel context. This occurs because conditional branches can exceed the 128 KB limit of the MIPS architecture.

POC

Reference

Github

No PoCs found on GitHub currently.