Lucene search
+L

1613 matches found

Kitploit
Kitploit
added 2026/09/12 11:55 a.m.10 views

netfence

Netfence Envoy xDSのように、ただしeBPFフィルタ用。 NetfenceはVM/コンテナホスト上でデーモンとして実行され、cgroupやネットワークインターフェースにeBPFフィルタプログラムを自動的に注入します。内蔵のDNSサーバーが許可されたドメインを解決し、IP許可リストを更新します。 Netfenceデーモンは、ローカルのUnixソケットAPIのみで駆動することも、gRPCを介して実装する中央コントロールプレーンに接続し、バックエンドと許可リスト/拒否リストを同期することもできます。 コントロールプレーンは、ALLOW .pypi.orgやALLOW...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 9:10 a.m.10 views

Hulios

Hulios 堅牢なユニバーサルLinux不可視化・オニオンシステム Huliosは、Linux向けのeBPF駆動の透過型Tor VPNゲートウェイです。組み込みのArti (Torクライアント)インスタンスとローカルなHickoryベースのDNSリゾルバ を介してTCPソケットとDNSクエリをリダイレクトし、送信ネットワークトラフィックを保護します。cgroupフックとポリシールーティングを介してカーネルソケットレベルで動作することにより、Huliosは実行時のresolv.conf設定を変更したり、外部ファイアウォールデーモンに依存したりすることなく、堅牢なリーク耐性境界を実装します...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 1:52 a.m.4 views

CVE-2025-38502-Linux-LPE

Abraxas Labs · abraxaslabs.tech · github.com/abraxas · @abraxasnull CVE-2025-38502 Acceso fuera de límites al almacenamiento local de cgroup de BPF del kernel de Linux mediante tail calls | ---|--- CVE| CVE-2025-38502 CWE| CWE-125 — Lectura fuera de límites Fabricante| Linux kernel Componente|...

7.8CVSS0.00164EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/09/11 10:20 p.m.6 views

CVE-2026-89752

A flaw was found in the Linux kernel's memory cgroup memcg component. When multiple file operations concurrently update memory.high or memory.max files in kernfs, a writer can continue reclaiming memory towards an outdated target. This can lead to an indefinite loop, causing a denial of service D...

4.1CVSS0.00168EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/11 10:09 p.m.8 views

CVE-2022-0492

CVE-2022-0492 コンテナエスケープ分析 toc 脆弱性概要 脆弱性番号: CVE-2022-0492 脆弱性製品: linux kernel - cgroup 影響バージョン: linux kernel 5.17-rc3 脆弱性の影響: コンテナに追加のセキュリティ対策が施されていない場合、コンテナ内のroot権限を取得することでホストにエスケープ可能 環境構築 脆弱性のあるバージョンのカーネルを搭載したLinux上でdockerを使用する。 root@kitploit: すべてのセキュリティ保護を無効にしてdockerを起動 docker run --rm -it -h c...

7.8CVSS7AI score0.05528EPSS
SaveExploits12References1
NVD
NVD
added 2026/09/11 8:20 p.m.5 views

CVE-2026-89752

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.5 views

EUVD-2026-76664

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.25 views

CVE-2026-89752 mm: memcg: stop reclaim when a limit update is superseded

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89752

A race condition in the Linux kernel's memory cgroup (memcg) subsystem can cause an indefinite reclaim loop when two open files concurrently update memory.max or memory.high. Because kernfs serializes operations only per open file, a first writer may continue reclaiming toward a stale target afte...

0.00168EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 6:53 p.m.4 views

docker_escape_pwn

CVE-2017-1000112 および CVE-2017-18344 を使用した Docker からのエスケープ 含まれるもの: root権限の取得 すべてのケーパビリティを取得 名前空間の復旧 ファイルシステムの復旧 cgroup制限の回避 seccompの回避...

7CVSS6.5AI score0.20797EPSS
SaveExploits25
Kitploit
Kitploit
added 2026/09/11 6:38 p.m.10 views

CVE-2022-0492-Docker-Breakout-Checker-and-PoC

CVE-2022-0492 Docker ブレイクアウトチェッカーと PoC 概要 この脆弱性を悪用するには、攻撃者が脆弱なシステム上で実行されている Docker コンテナへのアクセス権を持っている必要があります。悪用に成功すると、攻撃者はコンテナから脱出し、ホストシステムを完全に制御できます。 Linux カーネルの kernel/cgroup/cgroup-v1.c 内にある cgroupreleaseagentwrite 関数に脆弱性が見つかりました。この欠陥は、特定の状況下で cgroups v1 の releaseagent...

7.8CVSS7.1AI score0.05528EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/10 1:33 p.m.5 views

CVE-2024-21626-PoC

CVE-2024-21626 根本原因 & 概念実証コード poc-autoplay の使い方は? root@kitploit: make install make uninstall 1. 根本原因 runc v1.1.11 以下のバージョンでは、cgroup を設定するためにホストの /sys/fs/cgroup ディレクトリを開く過程で、そのファイルディスクリプタをコンテナ初期化プロセスで閉じずに残したままにしたため、この脆弱性が発生する。 1. runc init 段階でホストの /sys/fs/cgroup を介して /proc/PID/fd/7 を取得。 2. その fd...

8.6CVSS7AI score0.18087EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/09 10:55 a.m.5 views

CVE-2023-31443

CVE-2023-31443 nordugrid-arc-wn 6.14.0 拒绝服务/本地权限提升。 建议描述 NorduGrid nordugrid-arc-wn 6.14.0 中的 arc-job-cgroup SUID 二进制文件存在路径遍历漏洞。 结合竞态条件,攻击者可以将 ppid 写入任何文件,只要该文件对 root 用户可写。 漏洞类型 目录遍历 产品供应商 NorduGrid 受影响产品代码基础 nordugrid-arc-wn - 6.14.0 受影响组件 受影响的可执行文件:arc-job-cgroup 受影响的函数:main 受影响的代码行:ncopied =...

5.9AI score
SaveExploits1
Kitploit
Kitploit
added 2026/09/08 11:24 p.m.5 views

CVE-2024-21626-POC

CVE-2024-21626-POC 使用方法 教育/研究目的のみに使用してください。教育/研究以外の目的で使用した場合のリスクは自己責任です。 使用 root@kitploit: docker build . -t cve-2024-21626 docker run -it --rm cve-2024-21626 bash /poc.sh 另起一个terminal /bin/bash.copy 注意 docker/runcのバージョンによって使用するファイルディスクリプタが異なります。例えば、docker server:20.10.17 && runc version 1.1.2 の場...

8.6CVSS7.1AI score0.18087EPSS
SaveExploits18References2
BDU FSTEC
BDU FSTEC
added 2026/09/04 12:00 a.m.6 views

The vulnerability of the blkcg_maybe_throttle_current() function in the block/blk-cgroup.c module, which supports the block-level kernel in the Linux operating system, allows a attacker to trigger a service failure.

The vulnerability of the blkcgmaybethrottlecurrent function in the block/blk-cgroup.c module, which supports the block-level kernel in the Linux operating system, relates to the failure to release resources after their useful lifespan has expired. Exploiting this vulnerability could allow an...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References11Affected Software3
SUSE CVE
SUSE CVE
added 2026/09/03 4:25 p.m.14 views

SUSE CVE-2026-80729

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: initialise workingset state before folio split xastrysplit adds GFPACCOUNT for page-cache xanodes, but foliosplit leaves the xastate's xalru unset. That lets a live, memcg-charged xanode exist without being linked...

5.8AI score0.00189EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/03 12:46 p.m.11 views

util-linux: util-linux: nsenter --join-cgroup leaks root cgroup migration authority

The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve. Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an...

7.9CVSS5.8AI score0.00113EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/02 4:17 p.m.7 views

ALPINE-CVE-2026-78408

The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve. Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an...

7.9CVSS5.4AI score0.00113EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 4:17 p.m.7 views

CVE-2026-78408

The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve. Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an...

7.9CVSS0.00113EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/02 4:17 p.m.4 views

AZL-99393 CVE-2026-78408 affecting package util-linux 2.40.2-5

The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve. Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an...

7.9CVSS5.8AI score0.00113EPSS
SaveExploits0References1
Rows per page
Query Builder