Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions gems/i18n/CVE-2014-10077.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
gem: i18n
cve: CVE-2014-10077
url: https://github.com/svenfuchs/i18n/pull/289
title: i18n Gem for Ruby lib/i18n/core_ext/hash.rb Hash#slice() Function Hash Handling DoS
date: 2014-09-27
description: |
i18n Gem for Ruby contains a flaw in the Hash#slice() function in
lib/i18n/core_ext/hash.rb that is triggered when calling a hash when
:some_key is in keep_keys but not in the hash. This may allow an attacker
to cause the program to crash.

patched_version:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this not be patched_versions plural? I'm seeing this CVE breaking when I have 1.1.1 installed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... this is now fixed in 25eb466 - thanks! :D

- ">= 0.8.0"

related:
osvdb:
- 121500