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
CVE-2025-6019 — CVE-2025-6019 exploit | Kitploit
Tools/GitHubGitHub/tr3m0x/cve-2025-6019
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingRed TeamingBinary Exploitation
GitHubtr3m0x/cve-2025-6019

CVE-2025-6019

CVE-2025-6019 exploit

View Repository
11 month 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

CVE-2025-6019 PoC

Simple proof-of-concept for a UDisks2 XFS resize privilege escalation.

Files

  • create_payload.sh: Builds an XFS image with a SUID rootbash payload.
  • exploit.sh: Triggers the resize path and launches the SUID shell.

Requirements

  • mkfs.xfs, udisksctl, gdbus, loginctl
  • An allow_active Polkit session (for example, a physical console login or one obtained through another vulnerability such as CVE-2025-6018)
  • A crafted XFS filesystem image generated by create_payload.sh

Usage

  1. Create the payload image:
root@kitploit:~
./create_payload.sh
  1. Move the image to the target, then run the exploit:
root@kitploit:~
./exploit.sh exploit /path/to/payload.img
Download Tool