mirror of
https://github.com/arthepsy/CVE-2021-4034.git
synced 2024-12-30 09:27:52 +00:00
Header.
This commit is contained in:
parent
b1bf6865c3
commit
4289592a46
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* Proof of Concept for PwnKit: Local Privilege Escalation Vulnerability Discovered in polkit’s pkexec (CVE-2021-4034) by Andris Raugulis <moo@arthepsy.eu>
|
||||
* Advisory: https://blog.qualys.com/vulnerabilities-threat-research/2022/01/25/pwnkit-local-privilege-escalation-vulnerability-discovered-in-polkits-pkexec-cve-2021-4034
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue