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
fix-cve-2013-2094 | Kitploit
Tools/GitHubGitHub/tarunyadav/fix-cve-2013-2094
Vulnerability AnalysisExploitationBinary AnalysisIncident Response
GitHubtarunyadav/fix-cve-2013-2094

fix-cve-2013-2094

View Repository
313 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-2013-2094 Mitigation Fix

This script provides an easy mechnism for generating portable SystemTap modules that can be loaded with systemtap-runtime to mitigate the vulnerability described in CVE-2013-2094.

This toolset is aimed towards RHEL6, but will likely work without modification on other Enterprise Linux based distros.

Instructions

Ensure you have the debuginfo repository for your distro installed.

Run the build for the kernel version you wish to target

root@kitploit:~
./build.sh $(uname -r)

You'll be provided with a kernel module that looks something like:

root@kitploit:~
cve_2013_2094__2_6_32_358_6_1_el6_x86_64.ko

To put this into affect, you must distribute the module to the target systems, and run the following command:

root@kitploit:~
staprun -L cve_2013_2094__2_6_32_358_6_1_el6_x86_64.ko

IMPORTANT NOTE: You must reload this module after every restart.

Download Tool