Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2021-41805 — HashiCorp Consul exploit with python. (CVE-2021-41805) | Kitploit
工具/GitHubGitHub/blackm4c/cve-2021-41805
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCloud Security
GitHubblackm4c/cve-2021-41805

CVE-2021-41805

HashiCorp Consul exploit with python. (CVE-2021-41805)

查看仓库
113年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2021-41805

HashiCorp Consul 通过 API 远程代码执行

HashiCorp Consul Enterprise 在 1.8.17 之前、1.9.x 在 1.9.11 之前以及 1.10.x 在 1.10.4 之前存在不正确的访问控制。一个命名空间中的 ACL 令牌(具有默认 operator:write 权限)可用于在另一个不同的命名空间中实现意外的权限提升。

摘要

CVE_ID : CVE-2021-41805
Base Score : 8.8
Severity : 高
Issued on : 2021-12-12
Affected Versions : HashiCorp Consul Enterprise 在 1.8.17 之前、1.9.x 在 1.9.11 之前以及 1.10.x 在 1.10.4 之前的版本

参考

https://www.cvedetails.com/cve/CVE-2021-41805/

https://discuss.hashicorp.com/t/hcsec-2021-29-consul-enterprise-namespace-default-acls-allow-privilege-escalation/31871

https://security.netapp.com/advisory/ntap-20211229-0007/

影响

获取反弹 Shell,并获得 root 访问权限。

使用

root@kitploit:~
git clone https://github.com/I-Am-Nelson/CVE-2021-41805.git
cd CVE-2021-41805

然后启动监听器:

root@kitploit:~
sudo nc -lvnp <port>

然后运行漏洞利用程序:

root@kitploit:~
python3 CVE-2021-41805.py
下载工具