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-2023-0386-go-poc — Go proof-of-concept for CVE-2023-0386, using FUSE and overlayfs to escalate an unprivileged user to root on vulnerable Linux systems. | Kitploit
Tools/GitHubGitHub/huovnn/cve-2023-0386-go-poc
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingRed Teaming
GitHubhuovnn/cve-2023-0386-go-poc

CVE-2023-0386-go-poc

Go proof-of-concept for CVE-2023-0386, using FUSE and overlayfs to escalate an unprivileged user to root on vulnerable Linux systems.

View Repository
17 months 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

Go PoC of CVE-2023-0386

./main /tmp/fuse

Will run the program and create a fuse mount on "/tmp/fuse" directory.

Expects you've compiled the shell in the root directory with a name of "shell" by default.

After you've run the program, there should be an executable binary in the "/tmp/ovl_merged/" directory, which you can run and gain root privileges.

Download Tool