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
Tools/GitHubGitHub/depthsecurity/netmri-2014-3418
Privilege EscalationExploit FrameworksExploitationWeb Application ExploitationPenetration Testing
GitHubdepthsecurity/netmri-2014-3418

NetMRI-2014-3418

Metasploit module exploiting InfoBlox Network Automation CVE-2014-3418 command injection to create a sudo user and deliver a reverse Meterpreter payload.

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

NetMRI-CVE-2014-3418 - Metasploit Module

InfoBlox Network Automation OS Command Injection Metasploit Module

Product: Network Automation

root@kitploit:~
NetMRI
Switch Port Manager
Automation Change Manager
Security Device Controller

Vendor:

root@kitploit:~
InfoBlox

Vulnerable Version(s):

root@kitploit:~
6.4.X.X-6.8.4.X

Tested Version:

root@kitploit:~
6.8.2.11

CVE Reference:

root@kitploit:~
CVE-2014-3418

Discovered and Provided:

root@kitploit:~
Nate Kettlewell, Depth Security ( https://www.depthsecurity.com/ )

Installation:

root@kitploit:~
git clone https://github.com/depthsecurity/NetMRI-2014-3418.git
Copy netmri.rb file to Metasploit modules directory (e.g. /root/.msf4/modules/exploits/multi/http/)

Standard Functionality Includes:

root@kitploit:~
User creation
Setting password for user
Adds user to the "wheel" group, commands can be executed as root with sudo
Auto-generation of random username and password values if not specified
Executes linux payload of choice, tested with reverse meterpreter

Future Functionality:

root@kitploit:~
Remove SSH dependency, utilize only HTTP for payload transmission.
Proper cleanup on session end, processes do not die
Download Tool