Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
CVE-2021-21972 — Script Nmap para detectar a vulnerabilidade RCE CVE-2021-21972 do VMware vCenter Server ao sondar o endpoint uploadova e verificar a resposta vulnerável. | Kitploit
Ferramentas/GitHubGitHub/alt3kx/cve-2021-21972
Análise de VulnerabilidadesExploraçãoExploração de Aplicações WebColeta de InformaçõesTestes de PenetraçãoFerramenta de Acesso Remoto
GitHubalt3kx/cve-2021-21972

CVE-2021-21972

Script Nmap para detectar a vulnerabilidade RCE CVE-2021-21972 do VMware vCenter Server ao sondar o endpoint uploadova e verificar a resposta vulnerável.

Ver Repositório
541561há 5 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

CVE-2021-21972 (verificador)

Vulnerabilidade de Execução Remota de Código no VMware vCenter Server CVE-2021-21972

Este script verifica a existência da CVE-2021-21972 com base no seguinte PATH "/ui/vropspluginui/rest/services/uploadova" através de uma requisição POST e procurando no corpo da resposta (500) as palavras "uploadFile", o que significa que o vCenter está disponível para aceitar arquivos via POST sem restrições

Inspeção manual:

root@kitploit:~
# curl -i -s -k -X $'GET' -H $'Host: <target>' -H $'User-Agent: alex666' $'https://<target>/ui/vropspluginui/rest/services/getstatus'
root@kitploit:~
# curl -i -s -k -X $'GET' -H $'Host: <target>' -H $'User-Agent: alex666'$'https://<target>/ui/vropspluginui/rest/services/uploadova'
root@kitploit:~
# curl -i -s -k -X $'POST' -H $'Host: <target>' -H $'User-Agent: alex666' -H $'Content-Type: application/x-www-form-urlencoded' -H $'Content-Length: 0' $'https://<target>/ui/vropspluginui/rest/services/uploadova'

Referências:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21972
https://www.vmware.com/security/advisories/VMSA-2021-0002.html

Uso

nmap -p443 --script CVE-2021-21972.nse <target>

Saída

root@kitploit:~
---
-- @usage
-- nmap -p443 --script CVE-2021-21972.nse <target>
-- @output
-- PORT    STATE SERVICE
-- 443/tcp open  https
-- | CVE-2021-21972: 
-- |   VULNERABLE:
-- |   vCenter 6.5-7.0 RCE
-- |     State: VULNERABLE (Exploitable)
-- |     IDs:  CVE:CVE-2021-21972
-- |       The vSphere Client (HTML5) contains a remote code execution vulnerability in a vCenter Server plugin. 
-- |       A malicious actor with network access to port 443 may exploit this issue to execute commands with 
-- |       unrestricted privileges on the underlying operating system that hosts vCenter Server.
-- |     Disclosure date: 2021-02-23
-- |     References:
-- |_      https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21972

Gravação de Tela

Autor

Alex Hernandez também conhecido como (@_alt3kx_)

Baixar ferramenta