Skip to content

Commit

Permalink
data/reports: update GO-2024-2550
Browse files Browse the repository at this point in the history
  - 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 <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
tatianab committed Jul 3, 2024
1 parent 62cc377 commit b9034fa
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
11 changes: 5 additions & 6 deletions data/osv/GO-2024-2550.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"GHSA-6cwm-wm82-hgrw"
],
"summary": "MongoDB Tools Improper Certificate Validation vulnerability in github.com/mongodb/mongo-tools",
"details": "MongoDB Tools Improper Certificate Validation vulnerability in github.com/mongodb/mongo-tools",
"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.",
"affected": [
{
"package": {
Expand All @@ -21,6 +21,9 @@
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.0-20200819165540-8c1800b51550"
}
]
}
Expand All @@ -33,10 +36,6 @@
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-6cwm-wm82-hgrw"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7924"
},
{
"type": "FIX",
"url": "https://github.com/mongodb/mongo-tools/commit/8c1800b5155084f954a39a1f2f259efac3bb86de"
Expand All @@ -48,6 +47,6 @@
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2550",
"review_status": "UNREVIEWED"
"review_status": "REVIEWED"
}
}
34 changes: 28 additions & 6 deletions data/reports/GO-2024-2550.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,44 @@
id: GO-2024-2550
modules:
- module: github.com/mongodb/mongo-tools
versions:
- fixed: 0.0.0-20200819165540-8c1800b51550
non_go_versions:
- introduced: 3.6.5
- fixed: 3.6.21
- introduced: 4.0.0
- fixed: 4.0.21
- introduced: 4.2.0
- fixed: 4.2.11
- introduced: 100.0.0
fixed: 100.2.0
vulnerable_at: 0.0.0-20240614142727-3a6386047711
summary: MongoDB Tools Improper Certificate Validation vulnerability in github.com/mongodb/mongo-tools
- fixed: 100.2.0
vulnerable_at: 0.0.0-20200817142019-cd4a54b5540f
summary: |-
MongoDB Tools Improper Certificate Validation vulnerability in
github.com/mongodb/mongo-tools
description: |-
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.
NOTE: 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.
According 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.
cves:
- CVE-2020-7924
ghsas:
- GHSA-6cwm-wm82-hgrw
references:
- advisory: https://github.com/advisories/GHSA-6cwm-wm82-hgrw
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2020-7924
- fix: https://github.com/mongodb/mongo-tools/commit/8c1800b5155084f954a39a1f2f259efac3bb86de
- web: https://jira.mongodb.org/browse/TOOLS-2587
source:
id: GHSA-6cwm-wm82-hgrw
created: 2024-06-14T11:41:26.128315-04:00
review_status: UNREVIEWED
created: 2024-07-02T16:16:40.677572-04:00
review_status: REVIEWED
unexcluded: NOT_IMPORTABLE

0 comments on commit b9034fa

Please sign in to comment.