Lucene search
+L

2759 matches found

Kitploit
Kitploit
added 2026/09/12 11:07 a.m.6 views

CVE-2022-2602-Kernel-Exploit

CVE-2022-2602-Kernel-Exploit 详细信息 https://blog.hacktivesecurity.com/index.php/2022/12/21/cve-2022-2602-dirtycred-file-exploitation-applied-on-an-iouring-uaf/ 概要 该漏洞是一个释放后使用(Use-After-Free)漏洞,影响 iouring 子系统中的注册文件描述符功能。可以在 iouring 上下文中注册一个文件,通过 Unix 垃圾回收器释放它,然后使用请求的 iouring 操作(例如 writev...

7CVSS6.5AI score0.01433EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/12 7:49 a.m.6 views

cve-2024-21626

CVE-2024-21626 概要 このリポジトリには、CVE-2024-21626に対して脆弱なアプリのコード例と、悪用試行を検出するためのeBPFガジェットが含まれています。 このリポジトリは、このブログ記事の一部として作成されました。 この脆弱性の検出に使用されるガジェットプログラムは、デモンストレーション目的のみです。これはCVE-2024-21626の完全な検出ではありません。 脆弱性の説明...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References1
Kitploit
Kitploit
added 2026/09/12 6:04 a.m.5 views

fastjson-jsontype-rce-lab

Fastjson @JSONType 远程 JAR/FD 链实验与检测 本仓库目前保留了两条不同的 Fastjson 研究方向: modern-fd/ 是仅标记(marker-only)的复现,对应 Spring Boot 3、普通内嵌 Tomcat 和 JDK 17 上 Fastjson 1.2.83 的单请求体远程 JAR/文件描述符链。它使用固定 DTO 的字面接收点 JSON.parseObjectbody, BoundEnvelope.class,并且 AutoType 处于关闭状态。 原始顶层 Docker Compose 实验保留的是更早的 JDK 8...

5.9AI score
SaveExploits0References13
Fedora
Fedora
added 2026/09/12 12:19 a.m.9 views

[SECURITY] Fedora 45 Update: libevent-2.1.13-1.fc45

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call eventdispat...

9.2CVSS0.00587EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 3:03 p.m.3 views

CVE-2024-21626-old-docker-versions

古い runc コンポーネントにおけるコンテナエスケープの脆弱性 CVE-2024-21626 CVE-2024-21626 の分析中に、他の古い Docker コンポーネントが fd リーク に対して脆弱であることを発見しました(これは セキュリティアドバイザリ GHSA-xr7r-f8xq-vfvv では言及されていません)。詳細な説明はこちらの完全な記事をお読みください。 1. 環境のセットアップ 🔨 A. Ubuntu 18.04.6 LTS Bionic Beaver のダウンロードとインストール...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References3
Kitploit
Kitploit
added 2026/09/11 1:02 p.m.5 views

CVE-2024-21626-runcPOC

【漏洞复现】CVE-2024-21626 docker runc逃逸漏洞 1、漏洞简介 漏洞名称| docker runc逃逸漏洞 ---|--- 漏洞编号| CVE-2024-21626 披露日期| 2024-01-31 特征| / 影响版本| runc @ v1.0.0-rc93,1.1.11 2、漏洞利用&POC/EXP 利用条件 有点苛刻,需要受害者交互,个人认为有点鸡肋: 1. 使用攻击者的恶意镜像(包括一些对工作目录的设置等)创建容器 2. 攻击者可以控制容器,执行命令。 漏洞存在验证与获取描述符: root@kitploit: git clone...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References3
Fedora
Fedora
added 2026/09/11 1:27 a.m.7 views

[SECURITY] Fedora 43 Update: libevent-2.1.13-1.fc43

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call eventdispat...

9.2CVSS0.00587EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 12:00 a.m.4 views

UBUNTU-CVE-2026-88265

A flaw was found in crun. After pivotroot, reopening /dev/null for st...

5.6CVSS0.00119EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/10 10:34 p.m.5 views

cve-2024-21626-runc-1.1.11-escape

CVE-2024-21626 - runc Leaky Vessels 概要 フィールド| 詳細 ---|--- CVE| CVE-2024-21626 影響を受けるコンポーネント| runc ≤ 1.1.11 脆弱性クラス| ファイル記述子リークによるコンテナエスケープ 通称| Leaky Vessels 根本原因 runcは、コンテナプロセスを実行する前に、ホストファイルシステムの作業ディレクトリ を指す内部ファイル記述子...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References1
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 5:14 a.m.7 views

CVE-2025-1974

Ingress NGINX - IngressNightmare のエクスプロイト このプロジェクトは、Kubernetes 向け Ingress NGINX Controller における重大な未認証リモートコード実行 RCE 脆弱性を標的としたエクスプロイトを提供します。これらの脆弱性は総称して IngressNightmare と呼ばれます。 元の研究では、Wiz チームは PoC や実用的なエクスプロイトを提供していなかったため、私たちは独自のものを開発し、コミュニティと共有することにしました。 概要 Ingress NGINX Controller は Kubernetes...

9.8CVSS7AI score0.99525EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/09 5:03 a.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...

8.6CVSS7.1AI score0.18087EPSS
SaveExploits18References2
Kitploit
Kitploit
added 2026/09/09 12:38 a.m.9 views

docker_lightman_exploit

Docker Lightman Exploit Docker CVE-2022-37708。 このエクスプロイトは、Docker を実行するホストと Docker 内で実行されるクライアントとの間で Docker が共有するファイルに対して UNIX ファイルシステムが UID と GID を保持する仕組みと、プロセス ID の所有権が機能する性質に依存しています。 問題の要約 Docker は、クライアント内の共有からの ID を「ホストシステム」上のプライベート(かつ保護された)ディレクトリ(/var/lib/docker/volumes など)に直接マッピングします。...

7AI score
SaveExploits1References1
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
Github Security Blog
Github Security Blog
added 2026/09/08 9:29 p.m.8 views

multer vulnerable to Denial of Service via file descriptor leak on aborted uploads

Impact A vulnerability in multer 2.2.0 allows an attacker to trigger a Denial of Service DoS by aborting or truncating multipart uploads. When using diskStorage, the destination write stream is not closed if the upload is aborted before it finishes, so each failed request leaks an open file...

7.5CVSS0.00347EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/08 9:29 p.m.11 views

EUVD-2026-67928

multer vulnerable to Denial of Service via file descriptor leak on aborted uploads...

7.5CVSS5.9AI score0.00347EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 1:46 p.m.14 views

public-passwd

!WARNING Úsalo solo en sistemas que poseas o tengas autorización para probar. Se recomienda mantener una shell de root abierta si no podrás reiniciar el sistema en caso de fallo, ya que podrías no ser capaz de limpiar el caché de páginas de /etc/shadow sin root. public-passwd Usa CVE-2026-46333 y...

7.8CVSS6.4AI score0.99907EPSS
SaveExploits248References1
Kitploit
Kitploit
added 2026/09/07 2:06 p.m.11 views

ptrace_may_dream

ptracemaydream CVE-2026-46333 针对 pidfdgetfd2 中 ptracemayaccess mm=NULL 竞态条件的本地权限提升漏洞利用程序。 当进程正在消亡且其 mm 已被释放时,内核会完全跳过 ptrace 访问检查。通过让 pidfdgetfd 与进程退出进行竞争,非特权用户可以窃取特权进程的打开文件描述符。 该漏洞利用程序针对 accounts-daemon:它通过 SetIconFile 触发一个短生命周期子进程,赢得竞争以获取守护进程的 D-Bus 套接字文件描述符,然后发送 SetShell、SetAccountType 和...

7.8CVSS6.5AI score0.01501EPSS
SaveExploits6
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
Rows per page
Query Builder