Skip to content

Commit

Permalink
data/reports: add GO-2024-3227
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-3227.yaml

Fixes #3227

Change-Id: Ib358c6c72838c4a14dce044455181760c29452eb
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/622936
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Tatiana Bradley <[email protected]>
  • Loading branch information
zpavlinovic committed Oct 30, 2024
1 parent 723532c commit 216672a
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
107 changes: 107 additions & 0 deletions data/osv/GO-2024-3227.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3227",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-10214",
"GHSA-hm57-h27x-599c"
],
"summary": "Mattermost incorrectly issues two sessions when using desktop SSO in github.com/mattermost/mattermost-server",
"details": "Mattermost incorrectly issues two sessions when using desktop SSO in github.com/mattermost/mattermost-server",
"affected": [
{
"package": {
"name": "github.com/mattermost/mattermost-server",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
}
]
}
],
"ecosystem_specific": {}
},
{
"package": {
"name": "github.com/mattermost/mattermost-server/v5",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
}
]
}
],
"ecosystem_specific": {}
},
{
"package": {
"name": "github.com/mattermost/mattermost-server/v6",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
}
]
}
],
"ecosystem_specific": {}
},
{
"package": {
"name": "github.com/mattermost/mattermost/server/v8",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "8.0.0-20240821220019-0d6b1070a26f"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-hm57-h27x-599c"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10214"
},
{
"type": "WEB",
"url": "https://github.com/mattermost/mattermost/commit/0d6b1070a26f0b9fc13f7e7fbbe18b6a31570c5a"
},
{
"type": "WEB",
"url": "https://mattermost.com/security-updates"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3227",
"review_status": "UNREVIEWED"
}
}
27 changes: 27 additions & 0 deletions data/reports/GO-2024-3227.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
id: GO-2024-3227
modules:
- module: github.com/mattermost/mattermost-server
vulnerable_at: 10.1.2+incompatible
- module: github.com/mattermost/mattermost-server/v5
vulnerable_at: 5.39.3
- module: github.com/mattermost/mattermost-server/v6
vulnerable_at: 6.7.2
- module: github.com/mattermost/mattermost/server/v8
versions:
- fixed: 8.0.0-20240821220019-0d6b1070a26f
summary: Mattermost incorrectly issues two sessions when using desktop SSO in github.com/mattermost/mattermost-server
cves:
- CVE-2024-10214
ghsas:
- GHSA-hm57-h27x-599c
references:
- advisory: https://github.com/advisories/GHSA-hm57-h27x-599c
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-10214
- web: https://github.com/mattermost/mattermost/commit/0d6b1070a26f0b9fc13f7e7fbbe18b6a31570c5a
- web: https://mattermost.com/security-updates
notes:
- fix: 'github.com/mattermost/mattermost/server/v8: could not add vulnerable_at: could not find tagged version between introduced and fixed'
source:
id: GHSA-hm57-h27x-599c
created: 2024-10-28T20:45:59.73729002Z
review_status: UNREVIEWED

0 comments on commit 216672a

Please sign in to comment.