Skip to content

Commit

Permalink
Add PwnKit (CVE-2021-4034) (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles authored Jan 26, 2022
1 parent 60cf85b commit 7c94b90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions linux-exploit-suggester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,17 @@ exploit-db: https://www.exploit-db.com/exploits/41154
EOF
)

EXPLOITS_USERSPACE[((n++))]=$(cat <<EOF
Name: ${txtgrn}[CVE-2021-4034]${txtrst} PwnKit
Reqs: pkg=polkit|policykit-1,ver<=0.105-31
Tags: ubuntu=10|11|12|13|14|15|16|17|18|19|20|21,debian=7|8|9|10|11,fedora,manjaro
Rank: 1
analysis-url: https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
src-url: https://codeload.github.com/berdav/CVE-2021-4034/zip/main
author: berdav
EOF
)

###########################################################
## security related HW/kernel features
###########################################################
Expand Down

0 comments on commit 7c94b90

Please sign in to comment.