Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
cve-2022-21907 — 멀티스레드 Golang 애플리케이션 | Kitploit
도구/GitHubGitHub/iveresk/cve-2022-21907
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubiveresk/cve-2022-21907

cve-2022-21907

멀티스레드 Golang 애플리케이션

저장소 보기
14년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2022-21907 - 1vere$k의 Golang 애플리케이션

CVE-2022-21907 - http.sys 드라이버의 이중 해제(Double Free).

요약

이것은 여러 대상에 동시에 요청을 보낼 수 있는 멀티스레드 Golang 애플리케이션입니다.
POST 요청에서 생산성이 높지는 않지만, 선형 방식에 비해 약 30%의 속도 향상을 제공합니다.
인증되지 않은 공격자는 "Accept-Encoding" HTTP 요청 헤더를 포함한 HTTP 요청을 보내 HTTP 프로토콜 스택(http.sys) 내 알 수 없는 코딩 목록에서 이중 해제를 유발하여 패킷을 처리할 때 커널 충돌을 일으킬 수 있습니다.

사용법

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 로컬 빌드:

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 저장소

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

취약한 시스템

Windows Server 2019 및 Windows 10 버전 1809:

  • 기본적으로 취약하지 않음. HTTP Trailer Support를 설정한 경우에만 취약합니다.
  • Windows 10 버전 2004 (빌드 19041.450): 취약함

연락처

자세한 내용은 Keybase를 통해 자유롭게 연락 주십시오.

도구 다운로드