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-2015-1855 — poc for CVE-2015-1855 | Kitploit
Tools/GitHubGitHub/vpereira/cve-2015-1855
Vulnerability AnalysisCode AnalysisExploitationPenetration TestingLearning & Education
GitHubvpereira/cve-2015-1855

CVE-2015-1855

poc for CVE-2015-1855

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

reproducer for CVE-2015-1855

how to reproduce it:

create the necessary infra-structure

root@kitploit:~
$ bash 1.sh

set the vulnerable ruby (my system ruby is vulnerable)

root@kitploit:~
$ rvm use system
$ ruby -v 1.rb
$ ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux-gnu]
true  # true means vulnerable

set the fixed ruby

root@kitploit:~
$ rvm use 2.3.0
$ ruby -v 1.rb
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
false
Download Tool