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-6018-and-CVE-2025-6019-Privilege-Escalation — This is just a quick note on how to exploit these vulnerabilities to get root. | Kitploit
Tools/GitHubGitHub/azureadtrent/cve-2025-6018-and-cve-2025-6019-privilege-escalation
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration Testing
GitHubazureadtrent/cve-2025-6018-and-cve-2025-6019-privilege-escalation

CVE-2025-6018-and-CVE-2025-6019-Privilege-Escalation

This is just a quick note on how to exploit these vulnerabilities to get root.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
117 months agoNot yet reviewed

CVE-2025-6018-and-CVE-2025-6019-Privilege-Escalation

This is just a quick note on how to exploit these vulnerabilities to get root.

Start by utilizing this tool on the attacker machine: [https://raw.githubusercontent.com/ibrahmsql/CVE-2025-6018/refs/heads/main/CVE-202

You should now have a shell as the user. If it fails on HTB, just restart the machine if you can.

Then use this script locally on the attacker machine as sudo (Use Option L to generate): https://raw.githubusercontent.com/guinea-offensive-security/CVE-2025-6019/

Once the xfs.image file is created, move both the script you ran locally and the xfs.image file to the victim using wget or SCP.

Run this before starting the sript: export PATH=$PATH:/sbin:/usr/sbin

Run the CVE-2025-6019 script and use the option C.

You should now have root.

Download Tool