Skip to content

Commit 2b29c03

Browse files
Merge pull request #6316 from github/Fidget-Grep-GHSA-q6gq-997w-f55g
2 parents dba21ec + 589f2f9 commit 2b29c03

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

advisories/github-reviewed/2021/12/GHSA-q6gq-997w-f55g/GHSA-q6gq-997w-f55g.json

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-q6gq-997w-f55g",
4-
"modified": "2021-06-18T22:05:40Z",
4+
"modified": "2023-02-01T05:05:48Z",
55
"published": "2021-12-16T19:16:40Z",
66
"aliases": [
77
"CVE-2020-16845"
88
],
9-
"summary": "Infinite loop in xz",
9+
"summary": "Infinite loop in Go standard library encoding/binary",
1010
"details": "Go before 1.13.15 and 14.x before 1.14.7 can have an infinite read loop in ReadUvarint and ReadVarint in encoding/binary via invalid inputs.",
1111
"severity": [
1212
{
@@ -18,7 +18,7 @@
1818
{
1919
"package": {
2020
"ecosystem": "Go",
21-
"name": "github.com/ulikunitz/xz"
21+
"name": "encoding/binary"
2222
},
2323
"ranges": [
2424
{
@@ -28,7 +28,26 @@
2828
"introduced": "0"
2929
},
3030
{
31-
"fixed": "0.5.8"
31+
"fixed": "1.13.15"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "encoding/binary"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.14.0"
48+
},
49+
{
50+
"fixed": "1.14.7"
3251
}
3352
]
3453
}
@@ -41,12 +60,12 @@
4160
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16845"
4261
},
4362
{
44-
"type": "WEB",
45-
"url": "https://github.com/ulikunitz/xz/issues/35"
63+
"type": "PACKAGE",
64+
"url": "https://github.com/golang/go"
4665
},
4766
{
4867
"type": "WEB",
49-
"url": "https://github.com/ulikunitz/xz/commit/69c6093c7b2397b923acf82cb378f55ab2652b9b"
68+
"url": "https://go.dev/issue/40618"
5069
},
5170
{
5271
"type": "WEB",
@@ -80,6 +99,10 @@
8099
"type": "WEB",
81100
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WV2VWKFTH4EJGZBZALVUJQJOAQB5MDQ4"
82101
},
102+
{
103+
"type": "WEB",
104+
"url": "https://pkg.go.dev/vuln/GO-2021-0142"
105+
},
83106
{
84107
"type": "WEB",
85108
"url": "https://security.netapp.com/advisory/ntap-20200924-0002"

0 commit comments

Comments
 (0)