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
rails-rce-cve-2016-0752 — Proof-of-concept exploit for CVE-2016-0752, a remote code execution vulnerability in Ruby on Rails via dynamic render paths. Includes vulnerable app, exploitation steps, and reference to Metasploit module. | Kitploit
Tools/GitHubGitHub/forced-request/rails-rce-cve-2016-0752
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubforced-request/rails-rce-cve-2016-0752

rails-rce-cve-2016-0752

Proof-of-concept exploit for CVE-2016-0752, a remote code execution vulnerability in Ruby on Rails via dynamic render paths. Includes vulnerable app, exploitation steps, and reference to Metasploit module.

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

Exploiting CVE-2016-0752

This app serves as a vulnerable Proof of Concept for exploiting CVE-2016-0752. For more information refer to this blog post, which explains the vulnerability, the steps required to exploit, the fix, and a link to a metasploit module.

Getting Started

root@kitploit:~
echo "" > log/development.log # Clear out the log file
rvm use 2.2.3
bundle
rails s

Vulnerable URL: http://localhost/users/dashboard

Download Tool