Lucene search
+L

634 matches found

Kitploit
Kitploit
added 2026/09/05 6:12 a.m.5 views

CVE-2021-41091

CVE-2021-41091 该漏洞利用深入分析了 CVE-2021-41091 安全漏洞,并提供了如何利用漏洞利用脚本在主机上实现权限提升的分步指南。 漏洞概述 CVE-2021-41091 是 Moby(Docker 引擎)中的一个缺陷,由于权限限制不当,允许非特权 Linux 用户在数据目录(通常位于 /var/lib/docker)中遍历并执行程序。当容器包含具有扩展权限(例如 setuid)的可执行程序时,就会出现此漏洞。非特权 Linux 用户随后可以发现并执行这些程序,并且如果主机上用户的 UID 与容器内的文件所有者或组匹配,还可以修改文件。 Overlay 文件系统...

6.3CVSS6.7AI score0.02848EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/05 4:01 a.m.8 views

Vulnerable-Docker-Engine

CVE-2021-41091 本漏洞利用深入分析了 CVE-2021-41091 安全漏洞,并提供了如何使用该漏洞利用脚本在主机上实现权限提升的分步指南。 漏洞概述 CVE-2021-41091 是 Moby(Docker 引擎)中的一个缺陷,由于权限限制不当,允许非特权 Linux 用户遍历并执行数据目录(通常位于 /var/lib/docker)内的程序。当容器包含具有扩展权限(例如 setuid)的可执行程序时,就会出现此漏洞。非特权 Linux 用户随后可以发现并执行这些程序,如果主机上用户的 UID 与容器内的文件所有者或组匹配,还可以修改文件。 覆盖文件系统...

6.3CVSS6.4AI score0.02848EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/04 9:47 p.m.4 views

dd

dd 在 macOS 上运行 Linux 容器——无需虚拟机。 什么是 dd? dd 在 Apple Silicon macOS 上原生运行 Linux 容器,无需虚拟机 。它底层没有 Linux 内核,也没有虚拟机监控程序:一个 JIT 会转换容器的代码,并在用户空间内处理其 Linux 系统调用 (gVisor / PRoot 一脉)。JIT 就是 客户机的 Linux 内核——命名空间、cgroup、overlay 镜像层和网络都以用户空间状态维护。它实现了 Docker Engine API ,因此普通的 docker CLI 即可驱动它。 容器的 计算 以原生 Apple...

5.5AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/04 7:34 p.m.3 views

PoC-for-CVE-2025-9074

CVE-2025-9074 - Docker API 未授权访问 PoC 📌 概述 本仓库提供了针对 CVE-2025-9074 的 PoC 漏洞利用代码,该漏洞涉及 Docker Engine API 在 TCP 端口 2375 上的未授权暴露。 能够访问此暴露 API 的攻击者可以: 在无需认证的情况下与 Docker 守护进程交互。 拉取任意镜像。 创建并运行使用 绑定挂载主机文件系统 的容器,从而导致主机被攻陷。 ⚠️ 法律免责声明 本 PoC 发布仅用于教育和授权的安全测试 。 未经授权利用系统是非法的、不道德的。 请仅在您拥有 或有明确许可 测试的环境中使用此 PoC。 🧪...

9.3CVSS8.6AI score0.01629EPSS
SaveExploits15References2
Kitploit
Kitploit
added 2026/09/04 3:51 p.m.5 views

cve-2025-9074-poc

CVE-2025-9074 教育用 PoC・概念実証コード このリポジトリは、Docker Engine の未認証リモートAPIを悪用し、ホストファイルシステムへ読み書き可能な特権コンテナを作成できてしまうリスクを教育目的で実証する PoC を含みます。 実行ファイルは poc.go です。 重要: 本PoCは教育・防御目的のみで使用してください。第三者の環境や無許可のシステムでの実行は禁止です。 危険性評価 総合評価: クリティカル 想定CVSS v3.1 基本値: 9.8 AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H 根拠: 未認証で TCP/2375...

9.3CVSS8.4AI score0.01629EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/04 7:30 a.m.3 views

Docker-Container-CVE-2020-13401

CVE-2020-13401 研究 对Docker 19.03.11之前版本中容器的CVE-2020-13401漏洞的研究 使用 Docker Engine 19.03.11 之前版本创建的容器容易接收并应用来自网络中其他容器的伪造 RA(路由器通告)消息。接收 RA 是操作系统的正常行为,但如果 RA 发送方在网络中不可信,受害容器会接收该消息并加入网络,然后将所有网络数据包发送到新的伪造路由器( 中间人攻击 )。此问题与 IPv4 无关,基于 IPv6。 原始 CVE 条目来源:CVE-2020-13401 为什么会发生? 在 Docker Engine 19.03.11...

6CVSS6.8AI score0.02839EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 10:22 p.m.5 views

CVE-2025-9074-Docker-Desktop-Container-Escape

CVE-2025-9074: Docker Desktop コンテナエスケープ PoC CVE-2025-9074 の概念実証エクスプロイト - Docker Desktop における重大なコンテナエスケープ脆弱性で、Docker Engine API への認証不要のアクセスを可能にします。 脆弱性概要 プロパティ| 値 ---|--- CVE ID| CVE-2025-9074 CVSS スコア| 9.3 Critical 影響を受けるソフトウェア| Docker Desktop 4.44.3 影響を受けるプラットフォーム| Windows、macOS(Linuxは影響なし)...

9.3CVSS8.5AI score0.01629EPSS
SaveExploits15References1
Kitploit
Kitploit
added 2026/08/31 12:27 a.m.7 views

CVE-2025-9074-PoC

Docker APIの認証不要RCE CVE-2025-9074 Docker Desktopの重要な脆弱性CVE-2025-9074により、ローカルで実行されているLinuxコンテナが、デフォルトサブネット(192.168.65.7:2375)を介してDocker Engine APIに接続できるようになります。この問題は、Enhanced Container...

9.3CVSS8.4AI score0.01629EPSS
SaveExploits15
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in docker.io

Moby is an open-source project created by Docker to enable software containerization. A bug was discovered in Moby Docker Engine where supplementary groups are not set up properly. If an attacker has direct access to a container and manipulates the supplementary group permissions, they may be abl...

6.3CVSS6.6AI score0.00854EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/14 12:00 a.m.25 views

EulerOS 2.0 SP10 : docker-engine (EulerOS-SA-2026-2646)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Moby is an open source container framework. Prior to version 29.3.1, a security vulnerability has been detected that allows attackers to...

8.8CVSS6.1AI score0.09113EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/07/14 12:00 a.m.11 views

EulerOS 2.0 SP10 : docker-engine (EulerOS-SA-2026-2686)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Moby is an open source container framework. Prior to version 29.3.1, a security vulnerability has been detected that allows attackers to...

8.8CVSS6.1AI score0.09113EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/07/10 12:00 a.m.16 views

EulerOS 2.0 SP12 : docker-engine (EulerOS-SA-2026-2525)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Moby is an open source container framework. Prior to version 29.3.1, a security vulnerability has been detected that allows attackers to...

8.8CVSS7AI score0.09113EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/07/10 12:00 a.m.14 views

EulerOS 2.0 SP12 : docker-engine (EulerOS-SA-2026-2585)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Moby is an open source container framework. Prior to version 29.3.1, a security vulnerability has been detected that allows attackers to...

8.8CVSS6.2AI score0.09113EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/07/08 12:00 a.m.17 views

Amazon Linux 2 : docker, --advisory ALAS2ECS-2026-131 (ALASECS-2026-131)

The version of docker installed on the remote host is prior to 25.0.16-1. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2ECS-2026-131 advisory. x509.Certificate.VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name SAN...

7.5CVSS7.8AI score0.00591EPSS
SaveExploits1References10
Tenable Nessus
Tenable Nessus
added 2026/07/03 12:00 a.m.17 views

Docker Engine < 29.5.1 Arbitrary Code Execution

The version of the Docker Engine Moby installed on the remote host is prior to 29.5.1. It is, therefore, affected by an arbitrary code execution vulnerability: - When a compressed archive is uploaded to a container via PUT /containers/id/archive or piped through docker cp -, the daemon resolves...

7.5CVSS8.2AI score0.00161EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/07/02 12:47 p.m.14 views

CVE-2026-47262

A flaw was found in containerd, an open-source container runtime. A remote attacker could exploit this vulnerability by providing a maliciously crafted image. When a container is created from this image, it leads to uncontrolled resource consumption and memory exhaustion, causing the containerd...

6.5CVSS5.8AI score0.00265EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/06/29 9:51 a.m.17 views

github.com/containerd/containerd: containerd: Denial of Service via maliciously crafted image leading to unbounded group parsing

A flaw was found in containerd, an open-source container runtime. A remote attacker could exploit this vulnerability by providing a maliciously crafted image. When a container is created from this image, it leads to uncontrolled resource consumption and memory exhaustion, causing the containerd...

5.5CVSS6AI score0.00265EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/06/29 9:13 a.m.16 views

github.com/containerd/containerd: containerd: Denial of Service via maliciously crafted image leading to unbounded group parsing

A flaw was found in containerd, an open-source container runtime. A remote attacker could exploit this vulnerability by providing a maliciously crafted image. When a container is created from this image, it leads to uncontrolled resource consumption and memory exhaustion, causing the containerd...

5.5CVSS6AI score0.00265EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/06/27 12:00 a.m.13 views

EulerOS 2.0 SP15 : docker-engine (EulerOS-SA-2026-2479)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Moby is an open source container framework. Prior to version 29.3.1, a security vulnerability has been detected that allows attackers to...

8.8CVSS6.2AI score0.09113EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/06/27 12:00 a.m.12 views

EulerOS 2.0 SP15 : docker-engine (EulerOS-SA-2026-2438)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Moby is an open source container framework. Prior to version 29.3.1, a security vulnerability has been detected that allows attackers to...

8.8CVSS6.2AI score0.09113EPSS
SaveExploits1References2
Rows per page
Query Builder