Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
polkit_CVE-2021-4034 — Ansible role to patch RHSB-2022-001 Polkit Privilege Escalation - (CVE-2021-4034) | Kitploit
Tools/GitHubGitHub/ziadsaleemi/polkit_cve-2021-4034
Cloud Infrastructure SecurityVulnerability AnalysisConfiguration AuditingDevSecOps
GitHubziadsaleemi/polkit_cve-2021-4034

polkit_CVE-2021-4034

Ansible role to patch RHSB-2022-001 Polkit Privilege Escalation - (CVE-2021-4034)

View Repository
4 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 depending on your use case. You can also add the flavors of linux and their releases.

Dependencies

Please make sure the repositories are already configured!!!

Example Playbook

Download repo in your roles directory:

root@kitploit:~
    - hosts: all
      roles:
         - polkit_CVE-2021-4034

If you are downloading and using outside your roles directory use absolute path or relative path to execute role:

root@kitploit:~
    - hosts: all
      roles:
        - /home/user/some-direcotory/polkit_CVE-2021-4034

Structure

root@kitploit:~
polkit_CVE-2021-4034/
├── defaults
│   └── main.yml
├── files
├── handlers
│   └── main.yml
├── meta
│   └── main.yml
├── README.md
├── tasks
│   ├── main.yml
│   └── patch.yml
├── templates
├── tests
│   ├── inventory
│   └── test.yml
└── vars
    └── main.yml

License

GNU Public License v3.0

Author Information

Ziad Saleemi

Download Tool