CVE Vulnerabilities

CVE-2023-5157

Uncontrolled Resource Consumption

Published: Sep 27, 2023 | Modified: Nov 21, 2024
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Ubuntu
MEDIUM

A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.

Weakness

The product 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.

Affected Software

Name Vendor Start Version End Version
Mariadb Mariadb * 10.3.36 (excluding)
Mariadb Mariadb 10.4.0 (including) 10.4.26 (excluding)
Mariadb Mariadb 10.5.0 (including) 10.5.17 (excluding)
Mariadb Mariadb 10.6.0 (including) 10.6.9 (excluding)
Mariadb Mariadb 10.7.0 (including) 10.7.5 (excluding)
Mariadb Mariadb 10.8.0 (including) 10.8.4 (excluding)
Red Hat Enterprise Linux 8 RedHat mariadb:10.5-8080020231003163755.63b34585 *
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support RedHat mariadb:10.5-8040020231006044227.522a0ee4 *
Red Hat Enterprise Linux 8.4 Telecommunications Update Service RedHat mariadb:10.5-8040020231006044227.522a0ee4 *
Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions RedHat mariadb:10.5-8040020231006044227.522a0ee4 *
Red Hat Enterprise Linux 8.6 Extended Update Support RedHat mariadb:10.5-8060020231005052631.ad008a3a *
Red Hat Enterprise Linux 9 RedHat galera-0:26.4.14-1.el9_2 *
Red Hat Enterprise Linux 9 RedHat mariadb-3:10.5.22-1.el9_2 *
Red Hat Enterprise Linux 9.0 Extended Update Support RedHat galera-0:26.4.14-1.el9_0 *
Red Hat Enterprise Linux 9.0 Extended Update Support RedHat mariadb-3:10.5.22-1.el9_0 *
Red Hat Software Collections for Red Hat Enterprise Linux 7 RedHat rh-mariadb105-galera-0:26.4.14-1.el7 *
Red Hat Software Collections for Red Hat Enterprise Linux 7 RedHat rh-mariadb105-mariadb-3:10.5.22-1.el7 *
Mariadb Ubuntu bionic *
Mariadb Ubuntu lunar *
Mariadb Ubuntu trusty *
Mariadb Ubuntu upstream *
Mariadb Ubuntu xenial *
Mariadb-10.3 Ubuntu focal *
Mariadb-10.3 Ubuntu upstream *
Mariadb-10.6 Ubuntu upstream *

Extended Description

Limited resources include memory, file system storage, database connection pool entries, and CPU. If an attacker can trigger the allocation of these limited resources, but the number or size of the resources is not controlled, then the attacker could cause a denial of service that consumes all available resources. This would prevent valid users from accessing the product, and it could potentially have an impact on the surrounding environment. For example, a memory exhaustion attack against an application could slow down the application as well as its host operating system. There are at least three distinct scenarios which can commonly lead to resource exhaustion:

Resource exhaustion problems are often result due to an incorrect implementation of the following situations:

Potential Mitigations

  • Mitigation of resource exhaustion attacks requires that the target system either:

  • The first of these solutions is an issue in itself though, since it may allow attackers to prevent the use of the system by a particular valid user. If the attacker impersonates the valid user, they may be able to prevent the user from accessing the server in question.

  • The second solution is simply difficult to effectively institute – and even when properly done, it does not provide a full solution. It simply makes the attack require more resources on the part of the attacker.

References