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-2021-3493-Exploit — C-based local privilege escalation exploit for CVE-2021-3493, targeting OverlayFS in Linux kernels prior to 5.11. Provides compilation and usage instructions for authorized security testing. | Kitploit
Tools/GitHubGitHub/r3dw4n48m3d/cve-2021-3493-exploit
Privilege EscalationExploit FrameworksVulnerability AnalysisExploitationBinary Exploitation
GitHubr3dw4n48m3d/cve-2021-3493-exploit

CVE-2021-3493-Exploit

C-based local privilege escalation exploit for CVE-2021-3493, targeting OverlayFS in Linux kernels prior to 5.11. Provides compilation and usage instructions for authorized security testing.

View Repository
13h 48m 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

CVE-2021-3493-Exploit

A proof-of-concept local privilege escalation exploit for CVE-2021-3493, written in C.

📌 Description

This repository contains a C implementation of the exploit for CVE-2021-3493.

This is a Local Privilege Escalation (LPE) vulnerability in the OverlayFS implementation in the Linux kernel. It allows a local user to gain root access due to incorrect validation of extended attributes (xattrs) when files are set in an overlay mount.

🎯 Affected Versions

  • Ubuntu 20.10
  • Ubuntu 20.04 LTS
  • Ubuntu 18.04 LTS
  • Ubuntu 16.04 LTS
  • Ubuntu 14.04 ESM
  • (Kernel versions prior to 5.11)

⚠️ Disclaimer

[!WARNING] This tool is for educational purposes only and for use in authorized security testing. The author, Redwan Ahmed, is not responsible for any misuse or damage caused by this program. Don't be a script kiddie; understand the code before you run it! 👽


🚀 Usage

1. Prerequisites

Ensure you have gcc installed on the target machine.

2. Compilation

root@kitploit:~
gcc exploit.c -o exploit
Download Tool