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-2022-21907 — Aplicação Golang multithread | Kitploit
Ferramentas/GitHubGitHub/iveresk/cve-2022-21907
Análise de VulnerabilidadesExploraçãoExploração de Aplicações WebTestes de Penetração
GitHubiveresk/cve-2022-21907

cve-2022-21907

Aplicação Golang multithread

Ver Repositório
1há 4 anosAinda não revisado

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-2022-21907 Aplicação Golang por 1vere$k

CVE-2022-21907 - Double Free no driver http.sys.

Resumo

Esta é uma aplicação Golang multithreading que permite fazer requisições em vários alvos simultaneamente.
Não é muito produtiva com requisições POST, mas oferece quase 30% de velocidade em comparação com um método linear.
Um atacante não autenticado pode enviar uma requisição HTTP com um cabeçalho "Accept-Encoding" HTTP, desencadeando um double free na lista de codificação desconhecida dentro do Protocol Stack HTTP (http.sys) para processar pacotes, resultando em uma falha do kernel.

Uso

Golang:

root@kitploit:~
Golang:
1. git clone https://github.com/iveresk/cve-2022-21907.git
2. cd cve-2022-21907
3. go build cve-2022-21907.go -o /cve-2022-21907
4. chmod +x cve-2022-21907
5. ./cve-2022-21907 -t <targetURL> [or <targetFile>]

Docker Building Local:

root@kitploit:~
1. git clone https://github.com/iveresk/cve-2022-21907.git
2. cd cve-2022-21907
3. nano input.txt [input here your target's IPs in the list]
4. docker build -t <tagName> . || docker build --build-arg INPUT_FILE=<default_target_filename> -t <tagName> . 
[In Docker there is a default file named as "input.txt", but you may specify your own one]
5. docker run -it <tagName> || docker run -it -e INPUT_FILE=<target_filename> <tagName>

Docker Repository

root@kitploit:~
docker pull masterrooot/cve-2022-21907:latest
docker run -it <tagName> || docker run -it -e INPUT_FILE=<target_filename> <tagName>

Sistemas vulneráveis

Windows Server 2019 e Windows 10 versão 1809:

  • Não vulnerável por padrão. A menos que você tenha ativado o Suporte a Trailer HTTP.
  • Windows 10 versão 2004 (build 19041.450): Vulnerável

Contato

Sinta-se à vontade para me contatar via Keybase para quaisquer detalhes.

Baixar ferramenta