| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository provides two Metasploit Framework exploit modules designed to exploit the vulnerabilities CVE-2025-6018 and CVE-2025-6019 discovered by Qualys:
CVE-2025-6018: Privilege escalation from an unprivileged SSH user to a polkit "allow_active" user via PAM environment manipulation on openSUSE Leap 15 and SUSE Linux Enterprise 15.
CVE-2025-6019: Privilege escalation from a polkit "allow_active" user to full root access via a vulnerable filesystem resize operation provided by libblockdev through the udisks daemon.
Copy both .rb exploit module files into your Metasploit modules directory:
~/.msf4/modules/exploits/linux/local/In Metasploit console:
msf > reload_allWithin a Metasploit session:
use exploit/linux/local/opensuse_suse_pam_env
run
# Follow instructions to establish allow_active privileges
use exploit/linux/local/udisks_libblockdev_xfs_resize
run
# Gain full root shellOriginal discovery and detailed analysis by Qualys Security Advisory.
This is the link to Qualys' original Proof of Concept
These modules are provided for educational and ethical penetration testing purposes only. Unauthorized use is strictly prohibited.
Disclaimer: This README was generated with the assistance of AI
| Back | FazBrowse Home | New Git URL |