CVE-2024-1953
29.02.2024, 11:15
Mattermost versions 8.1.x before 8.1.9, 9.2.x before 9.2.5, 9.3.0, and 9.4.x before 9.4.2 fail to limit the number of role names requested from the API, allowing an authenticated attacker to cause the server to run out of memory and crash by issuing an unusually large HTTP request.Enginsight
Vendor | Product | Version |
---|---|---|
mattermost | mattermost_server | 8.1.0 ≤ 𝑥 < 8.1.9 |
mattermost | mattermost_server | 9.2.0 ≤ 𝑥 < 9.2.5 |
mattermost | mattermost_server | 9.4.0 ≤ 𝑥 < 9.4.2 |
mattermost | mattermost_server | 9.3.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-400 - Uncontrolled Resource ConsumptionThe software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
- CWE-770 - Allocation of Resources Without Limits or ThrottlingThe software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.