Skip to content

Commit c40084b

Browse files
authored
Merge pull request #274 from rubysec/cve-2016-10173
Directory traversal vulns for minitar
2 parents fdb9c70 + 7e4c105 commit c40084b

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ This database would not be possible without volunteers willing to submit pull re
3434
* [Andrew Selder](https://github.com/aselder)
3535
* [Vanessa Henderson](https://github.com/VanessaHenderson)
3636
* [Reed Loden](https://github.com/reedloden)
37+
* [ecneladis](https://github.com/ecneladis)
3738

3839
The rubysec.com domain was graciously donated by [Jordi Massaguer](https://github.com/jordimassaguerpla).
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
gem: archive-tar-minitar
3+
cve: 2016-10173
4+
url: https://github.com/atoulme/minitar/issues/5
5+
title: Archive-Tar-Minitar Directory Traversal Vulnerability
6+
date: 2016-08-22
7+
description: |
8+
Minitar allows attackers to overwrite arbitrary files during archive
9+
extraction via a .. (dot dot) in an extracted filename. Analogous
10+
vulnerabilities for unzip and tar:
11+
https://www.cvedetails.com/cve/CVE-2001-1268/ and
12+
http://www.cvedetails.com/cve/CVE-2001-1267/
13+
14+
Credit: ecneladis
15+
patched_versions:
16+
#This version is unreleased as os 2017-01-31
17+
- ">= 0.60"

gems/minitar/CVE-2016-10173.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
gem: minitar
3+
cve: 2016-10173
4+
url: https://github.com/halostatue/minitar/issues/16
5+
title: Minitar Directory Traversal Vulnerability
6+
date: 2016-08-22
7+
description: |
8+
Minitar allows attackers to overwrite arbitrary files during archive
9+
extraction via a .. (dot dot) in an extracted filename. Analogous
10+
vulnerabilities for unzip and tar:
11+
https://www.cvedetails.com/cve/CVE-2001-1268/ and
12+
http://www.cvedetails.com/cve/CVE-2001-1267/
13+
14+
Credit: ecneladis
15+
patched_versions:
16+
#This version is unreleased as os 2017-01-31
17+
- ">= 0.60"

0 commit comments

Comments
 (0)