linux-kernel-exploits

Exploits Linux kernel CVEs and escapes restricted shells for privilege escalation.

253|37|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/blacklanternsecurity/red-run --skill linux-kernel-exploits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linux-kernel-exploits
Source: https://github.com/blacklanternsecurity/red-run/tree/main/skills/privesc/linux-kernel-exploits
Command: npx skills add https://github.com/blacklanternsecurity/red-run --skill linux-kernel-exploits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps penetration testers gain higher privileges on Linux systems by exploiting known kernel vulnerabilities or escaping restricted environments.

Core Features & Use Cases

  • Kernel Vulnerability Exploitation: Identifies and exploits specific Linux kernel CVEs (e.g., DirtyPipe, DirtyCow) to achieve privilege escalation.
  • Restricted Shell Escape: Provides methods to break out of limited shells like rbash or chroot jails.
  • Use Case: After gaining initial low-privilege access to a Linux server, use this Skill to exploit a vulnerable kernel version to obtain root access, enabling full system control.

Quick Start

Use the linux-kernel-exploits skill to attempt privilege escalation by exploiting CVE-2022-0847.

Frequently Asked Questions about linux-kernel-exploits

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform Linux kernel exploit privilege escalation using known CVEs?

Linux kernel exploit privilege escalation identifies applicable CVEs using exploit suggesters and manual version matching, then executes inline C exploits or transfers pre-compiled binaries to gain root access.

What is the best way to escape a restricted shell like rbash or chroot jail?

Escaping restricted shells like rbash or chroot jails involves applying specialized techniques to break out of the limited environment and achieve higher system privileges.

Can I exploit specific kernel vulnerabilities like DirtyPipe or DirtyCow for privilege escalation?

Yes, exploiting specific kernel vulnerabilities like DirtyPipe or DirtyCow targets known CVEs to achieve privilege escalation and obtain root access on Linux systems.

Does this approach support container escapes and chroot jail breaks?

Yes, this approach supports container escapes and chroot jail breaks to help penetration testers gain higher privileges on Linux systems by escaping restricted environments.

How do I identify applicable CVEs before attempting kernel pwn?

Identifying applicable CVEs before attempting kernel pwn uses exploit suggesters and manual version matching to detect vulnerable kernel versions suitable for privilege escalation.