Skip to content

Commit 96ce851

Browse files
committed
Merge pull request #253 from skorth/add_safemode_ruby_gem
Add safemode ruby gem advisory
2 parents afac011 + 833b335 commit 96ce851

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gems/safemode/CVE-2016-3693.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
gem: safemode
3+
cve: 2016-3693
4+
title: Safemode Gem for Ruby is vulnerable to information disclosure
5+
date: 2016-04-20
6+
url: http://seclists.org/oss-sec/2016/q2/119
7+
description: |
8+
Safemode is initialised with an optional 'delegate' object.
9+
If the delegated object is a Rails controller, 'inspect' could
10+
be called which then exposes all informations about the App,
11+
including routes, secret tokens, caches and so on.
12+
patched_versions:
13+
- ">= 1.2.4"

0 commit comments

Comments
 (0)