Skip to content

Commit 5ea5cbb

Browse files
tatianabgopherbot
authored andcommitted
data/reports: unexclude 20 reports (5)
- data/reports/GO-2023-1700.yaml - data/reports/GO-2023-1701.yaml - data/reports/GO-2023-1707.yaml - data/reports/GO-2023-1708.yaml - data/reports/GO-2023-1716.yaml - data/reports/GO-2023-1718.yaml - data/reports/GO-2023-1719.yaml - data/reports/GO-2023-1721.yaml - data/reports/GO-2023-1723.yaml - data/reports/GO-2023-1730.yaml - data/reports/GO-2023-1735.yaml - data/reports/GO-2023-1738.yaml - data/reports/GO-2023-1747.yaml - data/reports/GO-2023-1754.yaml - data/reports/GO-2023-1758.yaml - data/reports/GO-2023-1761.yaml - data/reports/GO-2023-1763.yaml - data/reports/GO-2023-1764.yaml - data/reports/GO-2023-1768.yaml - data/reports/GO-2023-1774.yaml Updates #1700 Updates #1701 Updates #1707 Updates #1708 Updates #1716 Updates #1718 Updates #1719 Updates #1721 Updates #1723 Updates #1730 Updates #1735 Updates #1738 Updates #1747 Updates #1754 Updates #1758 Updates #1761 Updates #1763 Updates #1764 Updates #1768 Updates #1774 Change-Id: I3fc567427d68e095cc62ea48dc9b284b2414a372 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/606785 Auto-Submit: Tatiana Bradley <tatianabradley@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 7cb2ee2 commit 5ea5cbb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1797
-170
lines changed

data/excluded/GO-2023-1700.yaml

-15
This file was deleted.

data/excluded/GO-2023-1701.yaml

-15
This file was deleted.

data/excluded/GO-2023-1707.yaml

-8
This file was deleted.

data/excluded/GO-2023-1708.yaml

-8
This file was deleted.

data/excluded/GO-2023-1716.yaml

-8
This file was deleted.

data/excluded/GO-2023-1718.yaml

-8
This file was deleted.

data/excluded/GO-2023-1719.yaml

-8
This file was deleted.

data/excluded/GO-2023-1721.yaml

-8
This file was deleted.

data/excluded/GO-2023-1723.yaml

-8
This file was deleted.

data/excluded/GO-2023-1730.yaml

-8
This file was deleted.

data/excluded/GO-2023-1735.yaml

-8
This file was deleted.

data/excluded/GO-2023-1738.yaml

-8
This file was deleted.

data/excluded/GO-2023-1747.yaml

-6
This file was deleted.

data/excluded/GO-2023-1754.yaml

-8
This file was deleted.

data/excluded/GO-2023-1758.yaml

-6
This file was deleted.

data/excluded/GO-2023-1761.yaml

-8
This file was deleted.

data/excluded/GO-2023-1763.yaml

-8
This file was deleted.

data/excluded/GO-2023-1764.yaml

-8
This file was deleted.

data/excluded/GO-2023-1768.yaml

-8
This file was deleted.

data/excluded/GO-2023-1774.yaml

-8
This file was deleted.

data/osv/GO-2023-1700.json

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-1700",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2023-28841",
8+
"GHSA-33pg-m6jh-5237"
9+
],
10+
"summary": "Docker Swarm encrypted overlay network traffic may be unencrypted in github.com/docker/docker",
11+
"details": "Docker Swarm encrypted overlay network traffic may be unencrypted in github.com/docker/docker",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/docker/docker",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "1.12.0"
24+
},
25+
{
26+
"fixed": "20.10.24+incompatible"
27+
},
28+
{
29+
"introduced": "23.0.0+incompatible"
30+
},
31+
{
32+
"fixed": "23.0.3+incompatible"
33+
}
34+
]
35+
}
36+
],
37+
"ecosystem_specific": {}
38+
}
39+
],
40+
"references": [
41+
{
42+
"type": "ADVISORY",
43+
"url": "https://github.com/moby/moby/security/advisories/GHSA-33pg-m6jh-5237"
44+
},
45+
{
46+
"type": "ADVISORY",
47+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28841"
48+
},
49+
{
50+
"type": "WEB",
51+
"url": "https://github.com/moby/libnetwork/blob/d9fae4c73daf76c3b0f77e14b45b8bf612ba764d/drivers/overlay/encryption.go#L205-L207"
52+
},
53+
{
54+
"type": "WEB",
55+
"url": "https://github.com/moby/libnetwork/security/advisories/GHSA-gvm4-2qqg-m333"
56+
},
57+
{
58+
"type": "WEB",
59+
"url": "https://github.com/moby/moby/issues/43382"
60+
},
61+
{
62+
"type": "WEB",
63+
"url": "https://github.com/moby/moby/pull/45118"
64+
},
65+
{
66+
"type": "WEB",
67+
"url": "https://github.com/moby/moby/security/advisories/GHSA-232p-vwff-86mp"
68+
},
69+
{
70+
"type": "WEB",
71+
"url": "https://github.com/moby/moby/security/advisories/GHSA-6wrf-mxfj-pf5p"
72+
},
73+
{
74+
"type": "WEB",
75+
"url": "https://github.com/moby/moby/security/advisories/GHSA-vwm3-crmr-xfxw"
76+
}
77+
],
78+
"database_specific": {
79+
"url": "https://pkg.go.dev/vuln/GO-2023-1700",
80+
"review_status": "UNREVIEWED"
81+
}
82+
}

data/osv/GO-2023-1701.json

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-1701",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2023-28842",
8+
"GHSA-6wrf-mxfj-pf5p"
9+
],
10+
"summary": "Docker Swarm encrypted overlay network with a single endpoint is unauthenticated in github.com/docker/docker",
11+
"details": "Docker Swarm encrypted overlay network with a single endpoint is unauthenticated in github.com/docker/docker",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/docker/docker",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "1.12.0"
24+
},
25+
{
26+
"fixed": "20.10.24+incompatible"
27+
},
28+
{
29+
"introduced": "23.0.0+incompatible"
30+
},
31+
{
32+
"fixed": "23.0.3+incompatible"
33+
}
34+
]
35+
}
36+
],
37+
"ecosystem_specific": {}
38+
}
39+
],
40+
"references": [
41+
{
42+
"type": "ADVISORY",
43+
"url": "https://github.com/moby/moby/security/advisories/GHSA-6wrf-mxfj-pf5p"
44+
},
45+
{
46+
"type": "ADVISORY",
47+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28842"
48+
},
49+
{
50+
"type": "WEB",
51+
"url": "https://github.com/moby/libnetwork/security/advisories/GHSA-gvm4-2qqg-m333"
52+
},
53+
{
54+
"type": "WEB",
55+
"url": "https://github.com/moby/moby/security/advisories/GHSA-232p-vwff-86mp"
56+
},
57+
{
58+
"type": "WEB",
59+
"url": "https://github.com/moby/moby/security/advisories/GHSA-33pg-m6jh-5237"
60+
},
61+
{
62+
"type": "WEB",
63+
"url": "https://github.com/moby/moby/security/advisories/GHSA-vwm3-crmr-xfxw"
64+
}
65+
],
66+
"database_specific": {
67+
"url": "https://pkg.go.dev/vuln/GO-2023-1701",
68+
"review_status": "UNREVIEWED"
69+
}
70+
}

data/osv/GO-2023-1707.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-1707",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2023-1782",
8+
"GHSA-f8r8-h93m-mj77"
9+
],
10+
"summary": "HashiCorp Nomad vulnerable to unauthenticated client agent HTTP request privilege escalation in github.com/hashicorp/nomad",
11+
"details": "HashiCorp Nomad vulnerable to unauthenticated client agent HTTP request privilege escalation in github.com/hashicorp/nomad",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/hashicorp/nomad",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "1.5.0"
24+
},
25+
{
26+
"fixed": "1.5.3"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "ADVISORY",
37+
"url": "https://github.com/advisories/GHSA-f8r8-h93m-mj77"
38+
},
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1782"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://discuss.hashicorp.com/t/hcsec-2023-12-nomad-unauthenticated-client-agent-http-request-privilege-escalation/52375"
46+
}
47+
],
48+
"database_specific": {
49+
"url": "https://pkg.go.dev/vuln/GO-2023-1707",
50+
"review_status": "UNREVIEWED"
51+
}
52+
}

0 commit comments

Comments
 (0)