Lucene search
+L

4234 matches found

Kitploit
Kitploit
added 2026/09/20 4:39 p.m.8 views

airgap

airgap 现代AI时代的安全保障。 没有安全层是完美的。airgap 仍处于实验阶段。欢迎贡献! 受保护的秘密 airgap 启动一个目标程序(例如 AI 编码助手)在其自己的挂载命名空间中,并透明地将秘密替换为经过处理(脱敏)的版本。在 airgap 下运行的程序仍然可以读取 和修改 受保护的文件,但它永远看不到实际的秘密。目前 airgap 保护以下内容: .env 和 .env.(例如 .env.local、.env.production)——通过文件名匹配。值被脱敏为 ,而键保持可见;对文件的编辑、添加和删除操作会被持久化回真实文件。 SSH / PGP 私钥...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 4:23 p.m.7 views

CVE-2023-42931

🇮🇱 BringThemHome NeverAgainIsNow 🇮🇱 我们要求安全归还所有被恐怖组织哈马斯劫持为人质的公民。在所有被扣押人员获释并安全返回家园之前,我们不会停下脚步。您可以帮助他们回家。https://stories.bringthemhomenow.net/ macOS 权限提升漏洞利用 💻 我根据这篇文章编写了此 PoC:https://www.alter-solutions.fr/blog/local-privilege-escalating-my-way-to-root-throught-apple-macos-filesystems...

8.3CVSS5.7AI score0.01171EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/20 4:15 p.m.31 views

prefetch-hash-cracker

Prefetch Hash Cracker Motivation During the forensic analysis of a Windows machine, you may find the name of a deleted prefetch file. While its content may not be recoverable, the filename itself is often enough to find the full path of the executable for which the prefetch file was created. Usin...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 3:20 p.m.11 views

CVE-2025-9074

Descripción Se creó mediante vibe coding un pequeño script de exploit en Bash puro, sin dependencias de herramientas que podrían no estar instaladas. El script se comunica con la API interna de Docker, crea e inicia un nuevo contenedor, monta la unidad C del host y luego ejecuta un comando dentro...

9.3CVSS8.2AI score0.01629EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/20 3:04 p.m.11 views

subpath-exploit

通过 CVE-2017-1002101 实现 Kubernetes 逃逸示例 描述 在了解到这个问题并参考此指南后,我想进一步探索。该仓库包含几个 Pod 部署和辅助 Shell 脚本,以最简单的方式演示了攻击机制,使 Kubernetes 管理员和运维人员能够充分理解其严重性和潜在风险。您必须是已认证用户,或者能够在创建 Pod 时控制其 spec/template,因此这种逃逸不太可能以匿名方式发生,除非与其他攻击(如这个)结合使用。 快速解释 当 Kubelet 挂载卷/密钥/配置映射等时,它会错误地跟随卷内部的符号链接,访问到本应限制范围之外的位置。由于 Kubelet 以 ro...

9.6CVSS7.8AI score0.13267EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/20 2:56 p.m.18 views

libewf

libewf es una biblioteca para acceder al Expert Witness Compression Format EWF. Información del proyecto: Estado: experimental Licencia: LGPL-3.0-or-later Formatos EWF compatibles de lectura o escritura: SMART .s01 EWF-S01 EnCase .E01 EWF-E01 .Ex01 EWF2-Ex01 No compatibles: .Ex01 EWF2-Ex01...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 10:44 a.m.8 views

CVE-2023-0386-go-poc

PoC en Go de CVE-2023-0386 ./main /tmp/fuse Ejecutará el programa y creará un montaje fuse en el directorio "/tmp/fuse". Se espera que hayas compilado la shell en el directorio raíz con el nombre "shell" por defecto. Después de ejecutar el programa, debería haber un binario ejecutable en el...

7.8CVSS7.3AI score0.0788EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/20 10:44 a.m.8 views

vulnerable-container-hub

OWASP Vulnerable Container Hub 项目 背景 有许多仓库为想要学习安全的人提供易受攻击的环境,例如 Web 应用程序、容器或虚拟机,这不仅有助于学生或刚入行的人学习相关安全技术,也有助于安全专业人员保持实战经验。 在这些方法中,目前最简单的方式是使用容器(例如 docker 或 podman)。 只需一条命令(例如 docker run 或 docker compose up)即可运行容器,听起来很棒! 问题陈述 问题在于,如果只是在不知道容器是如何构建的情况下运行它,你就无法准确知道它会做什么(尤其是考虑到它是一个易受攻击 的容器)。 Dockerfile...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 9:55 a.m.13 views

vibebox

用于安全运行 coding agents 的超高速开源沙盒。 简体中文 | English VibeBox 是一个按项目划分的 micro-VM 沙盒,用于在 macOS 上运行 coding agents(基于 Apple Virtualization Framework)。 它面向 日常使用 工作流优化:快速热启动、显式挂载、可复用会话。 适合谁: 在 macOS 上使用 coding agents,并且既想要真实隔离又不想牺牲日常效率的人。 快速事实: 在我的 M3 上,热启动通常 5s(因机器/缓存而异);首次运行会下载并初始化 Debian 基础镜像(受网络影响)。 安全模型:...

5.6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/20 7:58 a.m.6 views

coolify-cve-2025-66209-66213

Coolify 安全公告 - CVE-2025-66209 至 CVE-2025-66213 报告者: 0xrakan 供应商: coollabsio/coolify 受影响版本: v4.0.0-beta.451 修复版本: v4.0.0-beta.451 严重性: 严重 CVSS 9.4 概述 在 Coolify 中发现了五个严重的经过身份验证的命令注入漏洞,允许具有应用程序/服务管理权限的经过身份验证的用户在受管服务器上以 root 身份执行任意命令,从而实现容器逃逸和完全主机系统沦陷。 漏洞 CVE-2025-66213 - 文件存储目录挂载路径中的命令注入导致认证远程代码执行...

9.9CVSS6.3AI score0.03875EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/20 3:00 a.m.9 views

DriverJack

DriverJack 简介 DriverJack 是一款旨在利用鲜为人知的 NTFS 技术加载有漏洞驱动程序的工具。这些方法通过劫持现有服务绕过系统上驱动服务的注册,并且还伪造驱动加载事件中显示的镜像路径。为进一步隐藏有漏洞驱动的存在,该攻击还利用了模拟文件系统只读绕过,在加载前替换已挂载 ISO 上的驱动文件内容。 模拟文件系统只读绕过 DriverJack 利用了将挂载在模拟文件系统上的文件重新映射到读写页以覆盖其内容的可能性。此只读绕过在 IoCdfsLib 中实现。 攻击概述 一旦 ISO...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 10:11 p.m.12 views

sharesniffer

sharesniffer sharesniffer 是一个网络分析工具,用于查找本地网络上的开放和关闭的文件共享。它包含自动网络发现和自动挂载任何开放的 CIFS 和 NFS 共享。 使用方法 示例:查找任何本地网络上具有开放/关闭 NFS/SMB 共享的所有主机: root@kitploit: python sharesniffer.py 示例:查找 192.168.56.0/24 网络中的所有主机,排除可能的路由器/防火墙,并自动挂载任何开放的 NFS/SMB 共享到 /mnt: root@kitploit: python sharesniffer.py -l 4 --hosts...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 7:15 p.m.8 views

CVE-2024-21626

利用: 1.git clone https://github.com/cdxiaodong/CVE-2024-21626 2.docker-compose up 验证: 如果获取到宿主的/etc/passwd 即存在该漏洞 环境: runc: =v1.0.0-rc93,=1.1.11 攻击细节原理: 在 runc 受影响版本中,由于在初始化过程中泄露了部分内部文件描述符,包括对宿主的 /sys/fs/cgroup 的句柄,同时 runc 未验证最终工作目录是否位于容器的挂载命名空间。攻击者可以修改 process.cwd 配置为 /proc/self/fd/7或者将宿主机调用runc...

8.6CVSS6.8AI score0.18087EPSS
SaveExploits18References3
Kitploit
Kitploit
added 2026/09/19 3:31 p.m.8 views

rtty_CVE-2025-56708-CVE-2025-56709

CVE-2025-56708&CVE-2025-56709 【CVE-2025-56709】savepath 缓冲区溢出 漏洞概述 在 rtty totalsize = ctx-remainsize = bufferpullu32beinfo; ment = findmountpointsavepath; if ment uint64t avail; if !strcmpment-mnttype, "ramfs" struct sysinfo si; if sysinfo&si logerr"download file fail: '%s'\n", strerrorerrno; goto...

6.1AI score
SaveExploits1References2
CVE
CVE
added 2026/09/19 11:53 a.m.21 views

CVE-2026-93987

rclone versions 1.56.0 through 1.75.0 contain a path traversal vulnerability in the rclone serve docker volume plugin. The newVolume() function in cmd/serve/docker/volume.go constructs a mountpoint via filepath.Join(drv.root, name) using the attacker-controlled name field from a Docker VolumeDriv...

4.6CVSS0.00105EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/19 11:53 a.m.4 views

CVE-2026-93987 rclone serve docker Path Traversal via Volume Name

rclone versions 1.56.0 through 1.75.0 contain a path traversal vulnerability in the rclone serve docker volume plugin. newVolume in cmd/serve/docker/volume.go computes a volume's mountpoint as filepath.Joindrv.root, name from the attacker-supplied name field of a Docker VolumeDriver.Create reques...

4.6CVSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 5:28 a.m.4 views

CVE-2026-7867-disk2root

Filesystem.Mount → Suplantación de as-user → Omisión de Autorización → Montaje en contexto root → LPE Resumen CVE-2026-7867 es una vulnerabilidad de escalación de privilegios local en udisks2 que involucra el método D-Bus Filesystem.Mount, la opción as-user...

7.8CVSS7.3AI score0.00176EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-90200

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/ntfs3: fix integer overflow in MFT cluster validation In ntfsinitfromboot, the boot sector's MFT cluster numbers are validated against the volume size with: ...

0.0021EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 6:43 p.m.9 views

CVE-2025-9074-docker-escape

CVE-2025-9074-Docker Escape HTB MonitorsFour 此代码仅用于教育目的和实验室环境(如 Hack The Box)。未经授权不得在系统上使用。 此仓库包含一个针对 Docker Remote API 暴露漏洞(无认证)的利用脚本,该漏洞允许通过创建特权容器实现容器逃逸到宿主机。 该漏洞是在解决 Hack The Box 平台上的 MonitorsFour 机器时被发现的。 攻击者可以: 创建任意容器 在宿主机上执行命令 挂载宿主机文件系统 / 完全提升权限 利用基于: 对 tcp/2375 上未认证的 Docker API 的访问...

9.3CVSS8.5AI score0.01629EPSS
SaveExploits15
OSV
OSV
added 2026/09/17 5:17 p.m.4 views

AZL-102926 CVE-2026-90200 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix integer overflow in MFT cluster validation In ntfsinitfromboot, the boot sector's MFT cluster numbers are validated against the volume size with: if mlcn sctperclst = sectors || mlcn2 sctperclst = sectors goto out;...

0.0021EPSS
SaveExploits0References1
Rows per page
Query Builder