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-2016-2098 — Ruby On Rails unrestricted render() exploit | Kitploit
Tools/GitHubGitHub/0x00-0x00/cve-2016-2098
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHub0x00-0x00/cve-2016-2098

CVE-2016-2098

Ruby On Rails unrestricted render() exploit

View Repository
1648 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-2016-2098

Action Pack in Ruby on Rails before 3.2.22.2, 4.x before 4.1.14.2, and 4.2.x before 4.2.5.2 allows remote attackers to execute arbitrary Ruby code by leveraging an application's unrestricted use of the render method.

Resources

  • https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2098

Usage

To use this exploit script, you need three parameters. 1. The web page URL of the vulnerable web-server. 2. The vulnerable parameter that might inject commands. 3. A shell command to execute in the remote server.

Screenshot1

After succesfully executing the exploit, you'll be able to read the output of your command, somewhere in the response page, like below:

Screenshot2

Author

I am not the author of the vulnerability.

I am the author of this exploit program written in Golang.

If you decide to use it or modify it in any way, please don't strip the credits from it.

Download Tool