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.
2 parents afac011 + 833b335 commit 96ce851Copy full SHA for 96ce851
gems/safemode/CVE-2016-3693.yml
@@ -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