Description
MariaDB server is a community developed fork of MySQL server. From versions 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, a user getting EXECUTE access to a stored routine via a role, could see the routine definition even without SHOW CREATE ROUTINE privilege. This issue has been patched in versions 11.4.11, 11.8.7, and 12.3.2.
Published: 2026-06-12
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in MariaDB server’s routine‑level privilege checks allows a user who has been granted EXECUTE access to a stored routine through a role to read the routine definition, even if that user lacks the SHOW CREATE ROUTINE privilege. This bypass is an authorization violation that can leak confidential code and logic within the database. The vulnerability is a CWE‑266 authorization bypass and a CWE‑863 permission validation error.

Affected Systems

MariaDB server products are affected, specifically versions from 11.4.1 up to, but not including, 11.4.11, 11.8.1 up to, but not including, 11.8.7, and the 12.3.1 release. All other MariaDB releases are considered unaffected.

Risk and Exploitability

The CVSS score of 4.3 classifies this issue as moderate severity, and the EPSS score of < 1% indicates a very low likelihood of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires the attacker to have EXECUTE rights on a routine via a role; from there, the attacker can retrieve the routine’s source text. No elevated privileges or network access are needed beyond the granted role, so the attack vector is likely internal to the database session rather than remote.

Generated by OpenCVE AI on June 23, 2026 at 13:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MariaDB to version 11.4.11, 11.8.7, or 12.3.2 or later, which contain the official fix for this authorization bypass.
  • Verify that roles in the database have been audited to ensure no unintended EXECUTE privileges are granted.
  • Consider reviewing and limiting the use of roles that can be granted EXECUTE on stored routines, restricting access to routine definitions.

Generated by OpenCVE AI on June 23, 2026 at 13:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-266
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 13 Jun 2026 04:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 12 Jun 2026 20:00:00 +0000

Type Values Removed Values Added
First Time appeared Mariadb
Mariadb server
Vendors & Products Mariadb
Mariadb server

Fri, 12 Jun 2026 18:00:00 +0000

Type Values Removed Values Added
Description MariaDB server is a community developed fork of MySQL server. From versions 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, a user getting EXECUTE access to a stored routine via a role, could see the routine definition even without SHOW CREATE ROUTINE privilege. This issue has been patched in versions 11.4.11, 11.8.7, and 12.3.2.
Title MariaDB: Authorization bypass in role-based routine-level privilege check exposes stored routine definitions
Weaknesses CWE-863
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-13T03:24:46.192Z

Reserved: 2026-05-05T14:39:34.923Z

Link: CVE-2026-44169

cve-icon Vulnrichment

Updated: 2026-06-13T03:24:40.108Z

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-06-12T18:16:33.713

Modified: 2026-06-15T20:56:44.703

Link: CVE-2026-44169

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-12T17:31:53Z

Links: CVE-2026-44169 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T13:45:03Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-863

    Incorrect Authorization