Skip to content

Commit 76dc29f

Browse files
authored
Add CVE-2014-10077 / OSVDB-121500 for i18n (#182)
Add CVE-2014-10077 / OSVDB-121500 for i18n
1 parent e42e3e2 commit 76dc29f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

gems/i18n/CVE-2014-10077.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)