Lucene search
+L

18 matches found

Kitploit
Kitploit
added 2026/09/05 11:39 p.m.8 views

CVE-2021-4034-PwnKit-

CVE-2021-4034 PwnKit - Analysis and Exploitation This repository contains the source code to demonstrate the exploitation of the CVE-2021-4034 vulnerability, also known as PwnKit , discovered in pkexec part of the Polkit package. This flaw allows local privilege escalation to root through the use...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/05 11:07 p.m.3 views

PwnKit

PwnKit This repository contains an exploit I developed to understand how the Polkit Pkexec vulnerability works: CVE-2021-4034 Pkexec Local Privilege Escalation. Polkit formerly known as PolicyKit is a component that controls privileges on Unix-like operating systems. It provides an organized way...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits154References2
Kitploit
Kitploit
added 2026/09/05 2:50 p.m.4 views

CVE-2021-4034

CVE-2021-4034 Un día para el exploit de escalada de privilegios de polkit Solo ejecuta make, ./cve-2021-4034 y disfruta de tu shell de root. El aviso original de los autores reales está aquí PoC Si el exploit funciona, obtendrás una shell de root inmediatamente: root@kitploit:...

7.8CVSS7AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/03 2:10 a.m.7 views

CVE-2021-4034

CVE-2021-4034 One day for the polkit privilege escalation exploit Just execute make, ./cve-2021-4034 and enjoy your root shell. The original advisory by the real authors is here PoC If the exploit is working you'll get a root shell immediately: root@kitploit: localuser@ubuntu-poc:/CVE-2021-4034$...

7.8CVSS6.7AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/03 1:58 a.m.4 views

CVE-2021-4034

CVE-2021-4034 Polkit's Pkexec CVE-2021-4034 Proof Of Concept and Patching Confirmed on fully patched Ubuntu 21.10 PoC Patching https://blog.qualys.com/vulnerabilities-threat-research/2022/01/25/pwnkit-local-privilege-escalation-vulnerability-discovered-in-polkits-pkexec-cve-2021-4034 Confirmed on...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/03 1:57 a.m.6 views

CVE-2021-4034

CVE-2021-4034 One day for the polkit privilege escalation exploit Just execute make, ./cve-2021-4034 and enjoy your root shell. The original advisory by the real authors is here PoC If the exploit is working you'll get a root shell immediately: root@kitploit: localuser@ubuntu-poc:/CVE-2021-4034$...

7.8CVSS6.7AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/03 1:20 a.m.5 views

CVE-2021-4034

CVE-2021-4034 This is an exploit created for CVE-2021-4034 meant as a POC. It is based off the info at https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt. How to use it: Download the exploit folder. Compile prog.c with gcc prog.c Go to the GCONVPATH=. folder and ensure that the "code" fil...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/03 1:19 a.m.6 views

CVE-2021-4034-POC

CVE-2021-4034-POC POC for pwnkit vulnerability discovered by Qualys. Compile & execute: root@kitploit: gcc lpe.c -o lpe; ./lpe Creates the following directory/file structure: root@kitploit: /tmp ├── GCONVPATH=. │ └── test ├── payload.c ├── payload.so ├── test │ └── gconv-modules References...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References1
Kitploit
Kitploit
added 2026/09/03 1:02 a.m.6 views

CVE-2021-4034_POC

CVE-2021-4034 - Prueba de concepto Esta POC explota gprinterr de GLib para lograr la ejecución de código mediante la inyección de la variable de entorno GCONVPATH. Ejecutar el exploit Crea un archivo tarball del exploit: root@kitploit: make tar Luego transfiere de alguna manera el tar generado a ...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/03 12:57 a.m.5 views

Polkit-s-Pkexec-CVE-2021-4034

CVE-2021-4034 Polkit's Pkexec CVE-2021-4034 Proof Of Concept and Patching Confirmed on fully patched Ubuntu 21.10 PoC Patching https://blog.qualys.com/vulnerabilities-threat-research/2022/01/25/pwnkit-local-privilege-escalation-vulnerability-discovered-in-polkits-pkexec-cve-2021-4034 Confirmed on...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/03 12:49 a.m.4 views

pkwned

pkwned: Prueba de concepto para CVE-2021-4034 Este PoC ejecutará PAYLOADPATH según se define en constants.h con privilegios de root desde una versión vulnerable de pkexec que se ejecuta en glibc. El directorio "GCONVPATH=." debe contener un archivo ejecutable que lleve el nombre del directorio qu...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References1
Kitploit
Kitploit
added 2026/09/03 12:47 a.m.6 views

CVE-2021-4034

CVE-2021-4034 Exploit for the pwnkit vulnerability from the Qualys team. This exploit assumes that gcc is present on the target machine. root@kitploit: $ id uid=1001ayrx gid=1002ayrx groups=1002ayrx,27sudo $ ./setup.sh Run the following command in one bash session: root@kitploit: while :; do mv...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/02 12:05 a.m.6 views

cve-2021-4034

cve-2021-4034 mkdir -p 'GCONVPATH=.'; touch 'GCONVPATH=./pwnkit'; chmod a+x 'GCONVPATH=./pwnkit' mkdir -p pwnkit; echo 'module UTF-8// PWNKIT// pwnkit 2' pwnkit/gconv-modules echo...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/30 3:03 p.m.5 views

CVE-2021-4034

Proof of Concept PoC: CVE-2021-4034 PwnKit Note: This repository and its content are part of a Final Degree Project FDP, created solely for educational purposes and academic research. Description This repository contains a proof of concept PoC for the CVE-2021-4034 vulnerability, also known as...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Huntr
Huntr
added 2023/10/13 9:17 a.m.23 views

Restricted vim sandbox escape

Description Restricted vim doesn't allow executing shell commands but it's possible to bypass this by setting GCONVPATH environment variable. I'm not sure if this can be consider a vulnerability but I decided to report it anyway found this while playing TeamItaly CTF . Proof of Concept Save this...

7.1AI score
SaveExploits0
GithubExploit
GithubExploit
added 2022/02/20 5:49 p.m.376 views

Exploit for Out-of-bounds Write in Polkit_Project Polkit

CVE-2021-4034 - Proof Of Concept This POC exploits GLib's...

7.8CVSS7.9AI score0.94921EPSS
SaveExploits154
GithubExploit
GithubExploit
added 2022/01/28 3:13 p.m.712 views

Exploit for Out-of-bounds Write in Polkit_Project Polkit

CVE-2021-4034 CVE-2021-4034: Add Root User – Pkexec Local Pri...

7.8CVSS6.9AI score0.94921EPSS
SaveExploits154
GithubExploit
GithubExploit
added 2022/01/26 5:42 a.m.386 views

Exploit for Out-of-bounds Write in Polkit_Project Polkit

CVE-2021-4034 This is an exploit created for CVE-2021-4034 m...

7.8CVSS7.4AI score0.94921EPSS
SaveExploits154
Rows per page
Query Builder