Lucene search
+L

2215 matches found

Kitploit
Kitploit
•added 2026/09/25 12:11 p.m.•7 views

Ruby-On-Rails-Path-Traversal-Vulnerability-CVE-2018-3760-

Ruby On Rails Path Traversal Vulnerability(CVE-2018-3760) 中文版本Chinese version Ruby On Rails is a well-known Ruby Web development framework, which uses Sprockets as a static file server in development environment. Sprockets is a Ruby library that compiles and distributes static resource files. The...

7.5CVSS7.7AI score0.26717EPSS
SaveExploits2References1
Kitploit
Kitploit
•added 2026/09/25 10:54 a.m.•110 views

badsecrets

badsecrets A pure python library for identifying the use of known or very weak cryptographic secrets across a variety of platforms. The project is designed to be both a repository of various "known secrets" for example, ASP.NET machine keys found in examples in tutorials, and to provide a...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 10:26 a.m.•10 views

heroku-CVE-2013-0333

heroku-CVE-2013-0333 Inspect all of your heroku apps to see if they are running a vulnerable version of Rails Background A serious security vulnerability has been found in the Ruby on Rails framework. This exploit affects nearly all applications running Rails versions 2.3 and 3.0, and a patch has...

7.5CVSS6.3AI score0.95327EPSS
SaveExploits7References1
Kitploit
Kitploit
•added 2026/09/25 8:25 a.m.•8 views

rails-rce-cve-2016-0752

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 ""...

7.5CVSS7.1AI score0.95537EPSS
SaveExploits11
Kitploit
Kitploit
•added 2026/09/25 7:34 a.m.•12 views

CVE-2016-2098

CVE-2016-2098 Remote code execution vulnerability in Ruby-on-Rails when using render on user-supplied data. Explanation: This issue comes from the usage of the render method on user-supplied data. The method render is usually used to render a page from a template, but render method also allows...

7.5CVSS7.8AI score0.81445EPSS
SaveExploits7
Kitploit
Kitploit
•added 2026/09/25 5:48 a.m.•9 views

CVE-2019-5420

CVE-2019-5420 A vulnerability can allow an attacker to guess the automatically generated development mode secret token. Ruby-on-Rails when it is running in development mode. In development mode, it is possible for an attacker to guess the key used to secure the sessions. Decryption: Key Generate:...

9.8CVSS7.7AI score0.89687EPSS
SaveExploits13
Kitploit
Kitploit
•added 2026/09/25 4:56 a.m.•15 views

dh-CVE_2016_2098

== README Proof of concept for https://groups.google.com/forum/!topic/rubyonrails-security/ly-IH-fxrQ == Exploiting: 1. You should only run rails server in a way that you are certain will not open you up to being exploited 2. Run rails s 3. Execute the following command curl -v -H "Accept:...

5.7AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 4:26 a.m.•15 views

railsgoat

RailsGoat RailsGoat is a deliberately vulnerable web application built on Ruby on Rails. It demonstrates real-world security vulnerabilities from the OWASP Top 10 and serves as a hands-on training platform for developers and security professionals. What is RailsGoat? RailsGoat is an intentionally...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 4:24 a.m.•67 views

raptor

Raptor is a web-based web-serivce + UI github centric source-vulnerability scanner i.e. it scans a repository with just the github repo url. You can setup webhooks to ensure automated scans every-time you commit or merge a pull request. The scan is done asynchonously and the results are available...

5.9AI score
SaveExploits0References17
Kitploit
Kitploit
•added 2026/09/25 4:00 a.m.•17 views

CVE-2019-5420

CVE-2019-5420 CVE-2019-5420 Ruby on Rails For educational purposes only. See Reference for the details. Environment Ruby: 2.6.0p0 Rails: 5.2.2 Run root@kitploit: $ docker run --name cve-2019-5420 --rm -p 3000:3000 knqyf263/cve-2019-5420 Exploit Execute touch /tmp/rce root@kitploit: $ curl...

9.8CVSS7.7AI score0.89687EPSS
SaveExploits13
Kitploit
Kitploit
•added 2026/09/25 3:47 a.m.•13 views

CVE-2020-8163

CVE-2020-8163 Enviroment and exploit to CVE-2020-8163 Blind remote code execution of user-provided local names in Rails 5.0.1 and 4.2.11.2 Create the enviroment 1. create docker container mapping port 4000 to 8001 root@kitploit: sudo docker run --rm -it -p 8001:4000 ruby:2.3 bash 2. update and...

8.8CVSS8.2AI score0.82047EPSS
SaveExploits10
Kitploit
Kitploit
•added 2026/09/25 3:39 a.m.•15 views

brakeman

Brakeman Brakeman 是一款静态分析工具,用于检查 Ruby on Rails 应用程序中的安全漏洞。 安装 使用 RubyGems: root@kitploit: gem install brakeman 使用 Bundler: root@kitploit: group :development do gem 'brakeman', require: false end 使用 Docker: root@kitploit: docker pull presidentbeef/brakeman 使用 Docker 从源码构建: root@kitploit: git clone...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
•added 2026/09/25 3:39 a.m.•34 views

brakeman

Brakeman Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities. Installation Using RubyGems: root@kitploit: gem install brakeman Using Bundler: root@kitploit: group :development do gem 'brakeman', require: false end Using Docker: root@kitploit:...

5.5AI score
SaveExploits0
Nuclei
Nuclei
•added 2026/09/25 2:05 a.m.•46 views

Ruby on Rails - Open Redirect via Host Header Injection

Ruby on Rails action pack before 6.1.2.1, 6.0.3.5 contains an open redirect caused by special crafted Host headers in combination with allowed host formats, letting attackers redirect users to malicious websites, exploit requires attacker to control Host headers. id: CVE-2021-22881 info: name: Ru...

6.1CVSS6.5AI score0.87301EPSS
SaveExploits1References2
Kitploit
Kitploit
•added 2026/09/25 1:15 a.m.•10 views

CVE-2024-46987

CVE-2024-46987 – Camaleon CMS Authenticated Path Traversal / Arbitrary File Read CVE-2024-46987 is an authenticated path traversal vulnerability CWE-22 in Camaleon CMS a Ruby on Rails-based content management system. It allows a logged-in user even with low privileges to read arbitrary files on t...

7.7CVSS6AI score0.1456EPSS
SaveExploits11References3
Kitploit
Kitploit
•added 2026/09/24 4:54 p.m.•11 views

CVE-2026-66066

CVE-2026-66066 — KindaRails2Shell Rails Active Storage/libvips Arbitrary File Read → SECRETKEYBASE Theft → RCE Overview CVE-2026-66066 is a critical-severity CVSS 9.5 pre-authentication arbitrary file read to remote code execution chain in Ruby on Rails Active Storage, affecting Rails 7.2.0–7.2.3...

9.5CVSS9.3AI score0.02099EPSS
SaveExploits10
Kitploit
Kitploit
•added 2026/09/24 3:58 p.m.•13 views

CVE-2026-66066

🚨 CVE-2026-66066 — KindaRails2Shell Pre-Authentication Remote Code Execution RCE in Ruby on Rails Active Storage Educational security research repository for CVE-2026-66066 "KindaRails2Shell". This repository is intended for security research, vulnerability analysis, detection, and defensive...

9.5CVSS8.8AI score0.02099EPSS
SaveExploits10
Kitploit
Kitploit
•added 2026/09/24 1:56 p.m.•10 views

CVE-2016-2098-my-first-exploit

CVE-2016-2098-my-first-exploit This exploit is remote code execution vulnerability in Ruby-on-Rails when using render on user-supplied data. It's written in python3, and remember to install the requests library. here is the command. root@kitploit: pip3 install requests...

7.5CVSS8AI score0.81445EPSS
SaveExploits7
Kitploit
Kitploit
•added 2026/09/24 12:56 p.m.•16 views

name_reverser

== Welcome to Rails Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Control pattern. This pattern splits the view also called the presentation into "dumb" templates that are primarily responsible for...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 12:00 p.m.•14 views

dawnscanner

Dawnscanner - 针对 Ruby Web 应用的安全扫描器 dawn 是一款源代码扫描器,旨在检查您的 Web 应用是否存在安全问题。 该工具能够扫描用 Ruby 编写的 Web 应用,并默认支持所有主流 MVC(模型 - 视图 - 控制器)框架: Ruby on Rails Sinatra Padrino dawn 2.0 版本的知识库中包含了 680 多项安全检查,这些检查每周会根据 NIST 的国家漏洞数据库进行更新。 简要工作原理 当您在代码上运行 dawn 时,它会解析您的项目 Gemfile.lock 文件,查找所使用的 gem,并尝试检测您正在使用的 Ruby...

6.1AI score
SaveExploits0References9
Rows per page
Query Builder