Skip to content

Commit

Permalink
Publish Advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Aug 1, 2024
1 parent ad8885d commit c912bd4
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
{
"schema_version": "1.4.0",
"id": "GHSA-762m-4cx6-6mf4",
"modified": "2024-08-01T23:07:42Z",
"published": "2024-08-01T15:32:23Z",
"aliases": [
"CVE-2024-39832"
],
"summary": "Mattermost allows a remote actor to permanently delete local data by abusing dangerous error handling",
"details": "Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5, 9.8.x <= 9.8.1 fail to properly safeguard an error handling which allows a malicious remote to permanently delete local data by abusing dangerous error handling, when share channels were enabled.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H"
}
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/mattermost/mattermost/server/v8"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.5.0"
},
{
"fixed": "9.5.7"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/mattermost/mattermost/server/v8"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.7.0"
},
{
"fixed": "9.7.6"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/mattermost/mattermost/server/v8"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.8.0"
},
{
"fixed": "9.8.2"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/mattermost/mattermost/server/v8"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.9.0"
},
{
"fixed": "9.9.1"
}
]
}
],
"versions": [
"9.9.0"
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39832"
},
{
"type": "PACKAGE",
"url": "https://github.com/mattermost/mattermost"
},
{
"type": "WEB",
"url": "https://mattermost.com/security-updates"
}
],
"database_specific": {
"cwe_ids": [
"CWE-754"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-08-01T23:07:42Z",
"nvd_published_at": "2024-08-01T15:15:12Z"
}
}

This file was deleted.

0 comments on commit c912bd4

Please sign in to comment.