File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ This database would not be possible without volunteers willing to submit pull re
34
34
* [ Andrew Selder] ( https://github.com/aselder )
35
35
* [ Vanessa Henderson] ( https://github.com/VanessaHenderson )
36
36
* [ Reed Loden] ( https://github.com/reedloden )
37
+ * [ ecneladis] ( https://github.com/ecneladis )
37
38
38
39
The rubysec.com domain was graciously donated by [ Jordi Massaguer] ( https://github.com/jordimassaguerpla ) .
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments