← Back

Mariadb

mariadb

409 CVEs • 4 products

Products (4)

Click to collapse
Toggle
Mariadb
mariadb
Connector/c
connector/c
Maxscale
maxscale

CVEs (409)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
MariaDB Server v10.7 and below was discovered to contain a global buffer overflow in the component decimal_bin_size, which is exploited via specially crafted SQL statements.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component sql/sql_class.cc.
1Mariadb
1Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue in the component Used_tables_and_const_cache::used_tables_and_const_cache_join of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL sta...Show more
An issue in the component Used_tables_and_const_cache::used_tables_and_const_cache_join of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.Show less
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue in the component Item_subselect::init_expr_cache_tracker of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
MariaDB Server v10.6 and below was discovered to contain an use-after-free in the component my_strcasecmp_8bit, which is exploited via specially crafted SQL statements.
1Mariadb
1Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component Item_field::used_tables/update_depend_map_for_order.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue in the component Field::set_default of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue in the component my_decimal::operator= of MariaDB Server v10.6.3 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue in the component Arg_comparator::compare_real_fixed of MariaDB Server v10.6.2 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue in the component Create_tmp_table::finalize of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Item_func_in::cleanup(), which is exploited via specially crafted SQL statements.
2Debian
Mariadb
2Debian Linux
Mariadb
Nov 21, 2024
Apr 12, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
MariaDB Server v10.6.5 and below was discovered to contain an use-after-free in the component Item_args::walk_arg, which is exploited via specially crafted SQL statements.
11Apple
AzulDebian+8 more
27Active Iq Unified Manager
Debian LinuxE Series Santricity Os Controller+24 more
Aug 21, 2025
Mar 25, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.
7Debian
FedoraprojectMariadb+4 more
13500f Firmware
A250 FirmwareCloud Volumes Ontap Mediator+10 more
Apr 14, 2026
Mar 15, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic cu...Show more
The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a base point encoded in compressed form. It is possible to trigger the infinite loop by crafting a certificate that has invalid explicit curve parameters. Since certificate parsing happens prior to verification of the certificate signature, any process that parses an externally supplied certificate may thus be subject to a denial of service attack. The infinite loop can also be reached when parsing crafted private keys as they can contain explicit elliptic curve parameters. Thus vulnerable situations include: - TLS clients consuming server certificates - TLS servers consuming client certificates - Hosting providers taking certificates or private keys from customers - Certificate authorities parsing certification requests from subscribers - Anything else which parses ASN.1 elliptic curve parameters Also any other applications that use the BN_mod_sqrt() where the attacker can control the parameter values are vulnerable to this DoS issue. In the OpenSSL 1.0.2 version the public key is not parsed during initial parsing of the certificate which makes it slightly harder to trigger the infinite loop. However any operation which requires the public key from the certificate will trigger the infinite loop. In particular the attacker can use a self-signed certificate to trigger the loop during verification of the certificate signature. This issue affects OpenSSL versions 1.0.2, 1.1.1 and 3.0. It was addressed in the releases of 1.1.1n and 3.0.2 on the 15th March 2022. Fixed in OpenSSL 3.0.2 (Affected 3.0.0,3.0.1). Fixed in OpenSSL 1.1.1n (Affected 1.1.1-1.1.1m). Fixed in OpenSSL 1.0.2zd (Affected 1.0.2-1.0.2zc).Show less
2Fedoraproject
Mariadb
2Fedora
Mariadb
Nov 21, 2024
Feb 18, 2022
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
MariaDB CONNECT Storage Engine Heap-based Buffer Overflow Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is requi...Show more
MariaDB CONNECT Storage Engine Heap-based Buffer Overflow Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length heap-based buffer. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16190.Show less
2Fedoraproject
Mariadb
2Fedora
Mariadb
Nov 21, 2024
Feb 18, 2022
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
MariaDB CONNECT Storage Engine Format String Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploi...Show more
MariaDB CONNECT Storage Engine Format String Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of proper validation of a user-supplied string before using it as a format specifier. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16193.Show less
2Fedoraproject
Mariadb
2Fedora
Mariadb
Nov 21, 2024
Feb 18, 2022
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
MariaDB CONNECT Storage Engine Use-After-Free Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to explo...Show more
MariaDB CONNECT Storage Engine Use-After-Free Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16207.Show less
2Fedoraproject
Mariadb
2Fedora
Mariadb
Nov 21, 2024
Feb 18, 2022
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
MariaDB CONNECT Storage Engine Stack-based Buffer Overflow Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is requ...Show more
MariaDB CONNECT Storage Engine Stack-based Buffer Overflow Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16191.Show less
3Debian
FedoraprojectMariadb
3Debian Linux
FedoraMariadb
Nov 21, 2024
Feb 1, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
MariaDB through 10.5.9 allows attackers to trigger a convert_const_to_int use-after-free when the BIGINT data type is used.
2Fedoraproject
Mariadb
2Fedora
Mariadb
Nov 21, 2024
Feb 1, 2022
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
MariaDB through 10.5.9 allows an application crash via certain long SELECT DISTINCT statements that improperly interact with storage-engine resource limitations for temporary data structures.