We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdd35a commit 1593cf5Copy full SHA for 1593cf5
advisories/_posts/2016-04-20-CVE-2016-3693.md
@@ -0,0 +1,24 @@
1
+---
2
+layout: advisory
3
+title: ! 'CVE-2016-3693: Safemode Gem for Ruby is vulnerable to information disclosure'
4
+comments: false
5
+categories:
6
+- safemode
7
+advisory:
8
+ gem: safemode
9
+ cve: 2016-3693
10
+ title: Safemode Gem for Ruby is vulnerable to information disclosure
11
+ date: 2016-04-20
12
+ url: http://seclists.org/oss-sec/2016/q2/119
13
+ description: ! 'Safemode is initialised with an optional ''delegate'' object.
14
+
15
+ If the delegated object is a Rails controller, ''inspect'' could
16
17
+ be called which then exposes all informations about the App,
18
19
+ including routes, secret tokens, caches and so on.
20
21
+'
22
+ patched_versions:
23
+ - ! '>= 1.2.4'
24
0 commit comments