Skip to content

Commit b9034fa

Browse files
committed
data/reports: update GO-2024-2550
- data/reports/GO-2024-2550.yaml Updates #2550 Updates #2954 Change-Id: Ife393cf690a08c1b1ab9276cf4c7eb199a6ce49c Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/596180 Reviewed-by: Tim King <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 62cc377 commit b9034fa

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

data/osv/GO-2024-2550.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"GHSA-6cwm-wm82-hgrw"
99
],
1010
"summary": "MongoDB Tools Improper Certificate Validation vulnerability in github.com/mongodb/mongo-tools",
11-
"details": "MongoDB Tools Improper Certificate Validation vulnerability in github.com/mongodb/mongo-tools",
11+
"details": "Usage of specific command line parameter in MongoDB Tools which was originally intended to just skip hostname checks, may result in MongoDB skipping all certificate validation. This may result in accepting invalid certificates.\n\nNOTE: this module uses its own versioning scheme that is not fully compatible with standard Go module versioning, so the affected versions in this report may differ from the versions listed in other advisories.\n\nAccording to the advisory, the affected versions are as follows: MongoDB Inc. MongoDB Database Tools 3.6 versions later than 3.6.5; 3.6 versions prior to 3.6.21; 4.0 versions prior to 4.0.21; 4.2 versions prior to 4.2.11; 100 versions prior to 100.2.0. MongoDB Inc. Mongomirror 0 versions later than 0.6.0.",
1212
"affected": [
1313
{
1414
"package": {
@@ -21,6 +21,9 @@
2121
"events": [
2222
{
2323
"introduced": "0"
24+
},
25+
{
26+
"fixed": "0.0.0-20200819165540-8c1800b51550"
2427
}
2528
]
2629
}
@@ -33,10 +36,6 @@
3336
"type": "ADVISORY",
3437
"url": "https://github.com/advisories/GHSA-6cwm-wm82-hgrw"
3538
},
36-
{
37-
"type": "ADVISORY",
38-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7924"
39-
},
4039
{
4140
"type": "FIX",
4241
"url": "https://github.com/mongodb/mongo-tools/commit/8c1800b5155084f954a39a1f2f259efac3bb86de"
@@ -48,6 +47,6 @@
4847
],
4948
"database_specific": {
5049
"url": "https://pkg.go.dev/vuln/GO-2024-2550",
51-
"review_status": "UNREVIEWED"
50+
"review_status": "REVIEWED"
5251
}
5352
}

data/reports/GO-2024-2550.yaml

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,44 @@
11
id: GO-2024-2550
22
modules:
33
- module: github.com/mongodb/mongo-tools
4+
versions:
5+
- fixed: 0.0.0-20200819165540-8c1800b51550
46
non_go_versions:
7+
- introduced: 3.6.5
8+
- fixed: 3.6.21
9+
- introduced: 4.0.0
10+
- fixed: 4.0.21
11+
- introduced: 4.2.0
12+
- fixed: 4.2.11
513
- introduced: 100.0.0
6-
fixed: 100.2.0
7-
vulnerable_at: 0.0.0-20240614142727-3a6386047711
8-
summary: MongoDB Tools Improper Certificate Validation vulnerability in github.com/mongodb/mongo-tools
14+
- fixed: 100.2.0
15+
vulnerable_at: 0.0.0-20200817142019-cd4a54b5540f
16+
summary: |-
17+
MongoDB Tools Improper Certificate Validation vulnerability in
18+
github.com/mongodb/mongo-tools
19+
description: |-
20+
Usage of specific command line parameter in MongoDB Tools which was originally
21+
intended to just skip hostname checks, may result in MongoDB skipping all
22+
certificate validation. This may result in accepting invalid certificates.
23+
24+
NOTE: this module uses its own versioning scheme that is not fully
25+
compatible with standard Go module versioning, so the affected versions in this
26+
report may differ from the versions listed in other advisories.
27+
28+
According to the advisory, the affected versions are as follows: MongoDB Inc.
29+
MongoDB Database Tools 3.6 versions later than 3.6.5; 3.6 versions prior to
30+
3.6.21; 4.0 versions prior to 4.0.21; 4.2 versions prior to 4.2.11; 100 versions
31+
prior to 100.2.0. MongoDB Inc. Mongomirror 0 versions later than 0.6.0.
932
cves:
1033
- CVE-2020-7924
1134
ghsas:
1235
- GHSA-6cwm-wm82-hgrw
1336
references:
1437
- advisory: https://github.com/advisories/GHSA-6cwm-wm82-hgrw
15-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2020-7924
1638
- fix: https://github.com/mongodb/mongo-tools/commit/8c1800b5155084f954a39a1f2f259efac3bb86de
1739
- web: https://jira.mongodb.org/browse/TOOLS-2587
1840
source:
1941
id: GHSA-6cwm-wm82-hgrw
20-
created: 2024-06-14T11:41:26.128315-04:00
21-
review_status: UNREVIEWED
42+
created: 2024-07-02T16:16:40.677572-04:00
43+
review_status: REVIEWED
2244
unexcluded: NOT_IMPORTABLE

0 commit comments

Comments
 (0)