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 e42e3e2 commit 76dc29fCopy full SHA for 76dc29f
1 file changed
gems/i18n/CVE-2014-10077.yml
@@ -0,0 +1,18 @@
1
+---
2
+gem: i18n
3
+cve: CVE-2014-10077
4
+url: https://github.com/svenfuchs/i18n/pull/289
5
+title: i18n Gem for Ruby lib/i18n/core_ext/hash.rb Hash#slice() Function Hash Handling DoS
6
+date: 2014-09-27
7
+description: |
8
+ i18n Gem for Ruby contains a flaw in the Hash#slice() function in
9
+ lib/i18n/core_ext/hash.rb that is triggered when calling a hash when
10
+ :some_key is in keep_keys but not in the hash. This may allow an attacker
11
+ to cause the program to crash.
12
+
13
+patched_version:
14
+ - ">= 0.8.0"
15
16
+related:
17
+ osvdb:
18
+ - 121500
0 commit comments