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
abrt_root — Privilege escalation in Fedora Linux via ABRT (Automatic Bug Reporting Tool): CVE-2025-12744 | Kitploit
Tools/GitHubGitHub/initstring/abrt_root
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingRed Teaming
GitHubinitstring/abrt_root

abrt_root

Privilege escalation in Fedora Linux via ABRT (Automatic Bug Reporting Tool): CVE-2025-12744

View Repository
718 months 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

Overview

This repository contains an exploit PoC for CVE-2025-12744, a local privilege escalation vulnerability in default installations of Fedora Linux (versions 43 and below, both Desktop and Server).

The flaw stems from a command injection in the ABRT daemon, allowing any local user to gain root privileges.

For a deep dive into the discovery and exploitation process, read the full writeup: Privilege Escalation in Fedora Linux: Exploiting ABRT for root.

Usage

The exploit is straight-forward. You run it as a low-privilege user, and it will add your account to /etc/sudoers. When complete, you should be able to run sudo with no password.

root@kitploit:~
python3 abrt_root.py

You need to run the script from within a directory that you can write to (as it stages another payload there). That directory cannot have some special characters in it (like -). To keep things simple, running it from your home directory (like /home/lowpriv) should work fine.

Download Tool