2023-09-29 12:00:28 +00:00
{
"id" : "CVE-2023-5193" ,
"sourceIdentifier" : "responsibledisclosure@mattermost.com" ,
"published" : "2023-09-29T10:15:10.687" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:41:16.473" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-09-29 12:00:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Mattermost fails to properly check permissions when retrieving a post allowing for\u00a0a System Role with the permission to manage channels to read the posts of a DM conversation.\n\n"
2023-09-29 14:00:28 +00:00
} ,
{
"lang" : "es" ,
"value" : "Mattermost no verifica correctamente los permisos al recuperar una publicaci\u00f3n, lo que permite un rol del sistema con permiso para administrar canales para leer las publicaciones de una conversaci\u00f3n de DM."
2023-09-29 12:00:28 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-10-03 18:00:29 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "responsibledisclosure@mattermost.com" ,
"type" : "Secondary" ,
2023-10-03 18:00:29 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" ,
"baseScore" : 4.9 ,
"baseSeverity" : "MEDIUM" ,
2023-10-03 18:00:29 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "HIGH" ,
2023-10-03 18:00:29 +00:00
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-10-03 18:00:29 +00:00
} ,
"exploitabilityScore" : 1.2 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 3.6
2023-10-03 18:00:29 +00:00
} ,
2023-09-29 12:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-09-29 12:00:28 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" ,
"baseScore" : 2.7 ,
"baseSeverity" : "LOW" ,
2023-09-29 12:00:28 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "LOW" ,
2023-09-29 12:00:28 +00:00
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-09-29 12:00:28 +00:00
} ,
"exploitabilityScore" : 1.2 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 1.4
2023-09-29 12:00:28 +00:00
}
]
} ,
"weaknesses" : [
2023-10-03 18:00:29 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "responsibledisclosure@mattermost.com" ,
"type" : "Secondary" ,
2023-10-03 18:00:29 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-863"
}
]
} ,
2023-09-29 12:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-09-29 12:00:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-863"
}
]
}
] ,
2023-10-03 18:00:29 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mattermost:mattermost:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "7.0.0" ,
"versionEndExcluding" : "7.8.10" ,
"matchCriteriaId" : "69C58AE2-7A73-4736-B442-4C67D98AD157"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mattermost:mattermost:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "8.0.0" ,
"versionEndExcluding" : "8.0.2" ,
"matchCriteriaId" : "A3EF6CB2-48DC-49F2-A478-DA7F87A53D2A"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mattermost:mattermost:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "8.1.0" ,
"versionEndExcluding" : "8.1.1" ,
"matchCriteriaId" : "67FF836B-1B31-4FB8-A17F-F98D3FC44AC8"
}
]
}
]
}
] ,
2023-09-29 12:00:28 +00:00
"references" : [
{
"url" : "https://mattermost.com/security-updates" ,
2023-10-03 18:00:29 +00:00
"source" : "responsibledisclosure@mattermost.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://mattermost.com/security-updates" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2023-09-29 12:00:28 +00:00
}
]
}