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
snap_priv_esc — Another implementation for linux privilege escalation exploit via snap(d) (CVE-2019-7304) | Kitploit
Tools/GitHubGitHub/elvi7major/snap_priv_esc
Privilege EscalationVulnerability AnalysisExploitationPenetration Testing
GitHubelvi7major/snap_priv_esc

snap_priv_esc

Another implementation for linux privilege escalation exploit via snap(d) (CVE-2019-7304)

View Repository
15 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

snap_priv_esc

Another implementation for linux privilege escalation exploit via snap(d) (CVE-2019-7304)

What is snap?

Snap is a software packaging and deployment system developed by Canonical for the operating systems that use the Linux kernel. The packages, called snaps, and the tool for using them, snapd, work across a range of Linux distributions and allow upstream software developers to distribute their applications directly to users. Snaps are self-contained applications running in a sandbox with mediated access to the host system. Snap was originally released for cloud applications[1] but was later ported to work for Internet of Things devices[3][4] and desktop[5][6] applications too.

other snap's esploits :

dirty_sock: Linux Privilege Escalation (via snapd)

exploit (without 'snapd' just snap )

this exploit needs

root@kitploit:~
- snap installed on system
- you have sudo with or without password on snap

Usage :

root@kitploit:~
./exp.sh "snap_path" "pwd"
ex:
	./exp.sh "/usr/bin/snap" "/home/evil"

then you can use

root@kitploit:~
su - dirty_sock
dirty_sock (as password)
sudo bash
Download Tool