2 matches found
lsm_bpf_check_argc0
检查 ARGC0 LSM BPF 一个简单的 LSM BPF 程序,用于阻止 argc == 0 的程序执行,例如 pwnkit(CVE-2021-4034)。 它所做的仅仅是检查所有 exec 系统调用是否以 argc = 1 被调用。 该检查基于 Ariadne Conill 的 补丁。 如何构建 root@kitploit: 在 Ubuntu 上 $ sudo apt-get install libc6-dev-i386 libbpf0 libbpf-dev 在 Fedora 35 上 $ sudo dnf install clang bpftool libbpf-devel...
7.8CVSS7.5AI score0.94921EPSS
SaveExploits155
DEBIAN-CVE-2024-50063
In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tail call between progs attached to different hooks bpf progs can be attached to kernel functions, and the attached functions can take different parameters or return different return values. If prog attached to one...
7.8CVSS5.8AI score0.00234EPSS
SaveExploits0References1
20