Skip to content

Commit c9589a4

Browse files
jdleesmillerreedloden
authored andcommitted
Add CVE-2019-16892 for rubyzip (#415)
1 parent c26fbc1 commit c9589a4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gems/rubyzip/CVE-2019-16892.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
gem: rubyzip
3+
cve: 2019-16892
4+
url: https://github.com/rubyzip/rubyzip/pull/403
5+
date: 2019-09-12
6+
title: Denial of Service in rubyzip ("zip bombs")
7+
description: |
8+
In Rubyzip before 1.3.0, a crafted ZIP file can bypass application
9+
checks on ZIP entry sizes because data about the uncompressed size
10+
can be spoofed. This allows attackers to cause a denial of service
11+
(disk consumption).
12+
patched_versions:
13+
- ">= 1.3.0"

0 commit comments

Comments
 (0)