Skip to content
HackIndex logo

HackIndex

Linux:

Privilege Escalation

Linux privesc guides covering SUID, sudo, cron, kernel CVEs, and more

25 guides Updated May 5, 2026
25 guides
Cron Job Privilege Escalation

Cron Job Privilege Escalation

Exploit misconfigured cron jobs running as root to escalate privileges via writable scripts, PATH hijacking, or wildcard injection on Linux systems.

Feb 13, 2026 8 min read

D-Bus Misconfiguration Privilege Escalation

Exploit misconfigured D-Bus services on Linux to escalate privileges by abusing insecure policy rules, exposed interfaces, and unauthorized method calls.

Mar 14, 2026 2 min read

Git Hook Abuse for Linux Privilege Escalation

Exploiting misconfigured Git hooks in Linux to execute arbitrary code with elevated privileges, targeting writable .git/hooks directories in privileged repositories.

Mar 14, 2026 2 min read

Linux Kernel Local Privilege Escalation

Exploit misconfigured kernels, SUID binaries, and kernel vulnerabilities to escalate from low-privileged user to root on Linux systems.

Feb 13, 2026 6 min read

Linux Privilege Escalation Enumeration Tools

Covers automated enumeration tools for Linux privesc, including LinPEAS, LinEnum, and LSE to identify misconfigurations, SUID binaries, and escalation vectors.

Feb 13, 2026 14 min read
SUID and SGID Binary Privilege Escalation

SUID and SGID Binary Privilege Escalation

Exploit misconfigured SUID/SGID binaries on Linux to escalate privileges by abusing executables that run with elevated owner or group permissions.

Feb 13, 2026 10 min read

Unmounted Filesystem Privilege Escalation

Discover and mount hidden filesystems on Linux to uncover sensitive files, credentials, or SUID binaries that may enable local privilege escalation.

Feb 13, 2026 4 min read

Linux privilege escalation (often shortened to privesc) is the process of moving from a low-privileged user to a higher-privileged context—typically root—by abusing misconfigurations, weak permissions, overly-permissive policies, or vulnerabilities.

On most real systems, the fastest wins come from userland mistakes (sudo rules, writable scripts, unsafe services) rather than “magic exploits.” When misconfigs don’t exist, kernel-level local privilege escalation (LPE) can become the last option—usually riskier and noisier.

This section is a practical map of the most common Linux privesc paths, with dedicated subpages for each technique.