Lucene search
+L

695 matches found

Kitploit
Kitploit
added 2026/09/14 11:52 a.m.6 views

cve-2022-0185-crash-poc

Container running cve-2022-0185 crash POC This is a docker container that runs the crash POC from https://www.willsroot.io/2022/01/cve-2022-0185.html. The container runs unprivileged as UID 65534. You can also use docker run -u or set a security context with RunAsUser additionally, all should yie...

8.4CVSS7.2AI score0.25151EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/14 11:45 a.m.12 views

Z-Jail

Z-Jail Multi-layer sandbox for native code execution on Linux. Seven independent defence layers — no external dependencies, 73 KiB PIE binary. root@kitploit: ┌──────────────────────────────────────────────────────┐ │ Z-Jail │ ├──────────────────────────────────────────────────────┤ │ Truthimatics...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/14 10:35 a.m.5 views

kafel

WHAT IS IT? Kafel is a language and library for specifying syscall filtering policies. The policies are compiled into BPF code that can be used with seccomp-filter. This is NOT an official Google product. Usage With verbose error reporting root@kitploit: struct sockfprog prog; kafelctxtt ctxt =...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 3:50 a.m.94 views

seccomp-tools

Seccomp Tools Powerful tools for seccomp analysis. This project is aimed primarily but not exclusively at analyzing seccomp sandboxes in CTF pwn challenges. Some features are CTF-specific, but they're just as useful for analyzing real-world seccomp filters. Features Dump - Automatically dumps...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 10:48 p.m.4 views

docker_escape_pwn

Escape from Docker using CVE-2017-1000112 and CVE-2017-18344. Including: gaining root privilage get all capbilities namespace recovery filesystem recovery cgroup limitation bypass seccomp bypass...

7CVSS6.5AI score0.20797EPSS
SaveExploits25
Kitploit
Kitploit
added 2026/09/13 8:18 p.m.10 views

Hulios

Hulios Sistema endurecido de invisibilidad universal y cebolla para Linux Hulios es una puerta de enlace VPN Tor transparente para Linux impulsada por eBPF. Protege el tráfico de red saliente redirigiendo los sockets TCP y las consultas DNS a través de una instancia embebida de Arti cliente Tor y...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 8:15 p.m.194 views

cargo-fuzz

cargo fuzz Acargo subcommand for fuzzing with libFuzzer! Easy to use! Installation root@kitploit: $ cargo install cargo-fuzz Note: libFuzzer needs LLVM sanitizer support, so this only works on x86-64 and Aarch64, and only on Unix-like operating systems not Windows. This also needs a nightly...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 6:05 p.m.11 views

firejail

Firejail Firejail es una herramienta de seguridad ligera diseñada para proteger un sistema Linux mediante la creación de un entorno restringido para ejecutar aplicaciones potencialmente no confiables. Más específicamente, es un programa sandbox SUID que reduce el riesgo de brechas de seguridad...

7.8CVSS7AI score0.00444EPSS
SaveExploits1References29
Kitploit
Kitploit
added 2026/09/13 4:39 p.m.13 views

seccomp-tools

Seccomp Tools 用于 seccomp 分析的强大工具。 本项目主要(但并非仅)面向 CTF pwn 挑战中 seccomp 沙箱的分析。 部分功能为 CTF 专属,但同样适用于分析真实世界中的 seccomp 过滤器。 功能特性 Dump - 自动从可执行文件中转储 seccomp BPF。 Disasm - 将 seccomp BPF 转换为人类可读的格式。 支持简单的反编译。 尽可能显示系统调用名称及参数。 彩色输出! Asm - 让编写 seccomp 规则像编写代码一样简单。 Emu - 模拟执行 seccomp 规则。 Explain -...

6.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 3:21 p.m.11 views

container-cve-2021-22555

Reproducer for CVE-2021-22555 as a container First, this rolls in the exploit code from here as a handy pre-built container: https://github.com/google/security-research/tree/master/pocs/linux/cve-2021-22555 Pre-built container: quay.io/cgwalters/cve-2021-22555 Mitigation: seccomp profiles A stron...

8.3CVSS6.6AI score0.78684EPSS
SaveExploits21References5
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-89603

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, anothe...

8.4CVSS0.00142EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/11 11:56 p.m.9 views

CVE-2026-89603

A flaw was found in the Linux kernel. A race condition exists where a seccomp filter, intended to restrict system calls, can be bypassed by an unprivileged process. This occurs when a thread is stopped for tracing ptrace and another thread attempts to apply a seccomp filter with the...

8.4CVSS0.00142EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.5 views

AZL-100500 CVE-2026-89603 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS0.00142EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

DEBIAN-CVE-2026-89603

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS0.00142EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.7 views

CVE-2026-89603

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS0.00142EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:45 p.m.9 views

EUVD-2026-76515

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

0.00142EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.18 views

CVE-2026-89603

CVE-2026-89603 is a race condition in the Linux kernel's syscall_trace_enter() that allows seccomp filter bypass via ptrace. When a thread is stopped for ptrace, another thread can install a seccomp filter with SECCOMP_FILTER_FLAG_TSYNC; however, syscall_trace_enter() evaluates a cached 'work' va...

8.4CVSS0.00142EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89603 entry: Fix seccomp bypass after ptrace with TSYNC

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89603

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS0.00142EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.27 views

CVE-2026-89603 entry: Fix seccomp bypass after ptrace with TSYNC

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS0.00142EPSS
SaveExploits0References8
Rows per page
Query Builder