Skip to content

Commit 7c94b90

Browse files
authored
Add PwnKit (CVE-2021-4034) (#94)
1 parent 60cf85b commit 7c94b90

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

linux-exploit-suggester.sh

+11
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,17 @@ exploit-db: https://www.exploit-db.com/exploits/41154
14901490
EOF
14911491
)
14921492

1493+
EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
1494+
Name: ${txtgrn}[CVE-2021-4034]${txtrst} PwnKit
1495+
Reqs: pkg=polkit|policykit-1,ver<=0.105-31
1496+
Tags: ubuntu=10|11|12|13|14|15|16|17|18|19|20|21,debian=7|8|9|10|11,fedora,manjaro
1497+
Rank: 1
1498+
analysis-url: https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
1499+
src-url: https://codeload.github.com/berdav/CVE-2021-4034/zip/main
1500+
author: berdav
1501+
EOF
1502+
)
1503+
14931504
###########################################################
14941505
## security related HW/kernel features
14951506
###########################################################

0 commit comments

Comments
 (0)