Description
Adminer multi_query Incorrect Check of Function Return Value Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Adminer. Authentication is required to exploit this vulnerability.

The specific flaw exists within the multi_query method. The issue results from an incorrect check of a function return value. An attacker can leverage this vulnerability to execute code in the context of the web server. Was ZDI-CAN-28201.
Published: 2026-08-20
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in Adminer’s multi_query method where an incorrect check of a function’s return value allows a remote attacker to execute arbitrary code on the web server. Because the vulnerability can be triggered only when the attacker has authentication, the impact is limited to accounts that have legitimate access. The compromised server runs the injected code with the web server’s privileges, giving the attacker full control over the host. This results in a complete loss of confidentiality, integrity and availability for the affected application and potentially for the underlying host system.

Affected Systems

Adminer installations are impacted. No specific version numbers were listed by the CNA, so any deployment of Adminer that has not applied the latest security fix may be vulnerable. Administrators should review the Adminer release notes for the patch that addresses the multi_query check.

Risk and Exploitability

The CVSS score of 7.2 indicates a moderate to high severity. The EPSS score is not available, so it is unclear how frequently this vulnerability is being exploited in the wild, but it is listed in the CISA KEV catalog as not listed, meaning no confirmed widespread exploitation is recorded. The attack requires the attacker to first authenticate to the Adminer application; therefore, the vector is authenticated remote access, and knowledge or compromise of user credentials is necessary. Once the attacker is authenticated, the flaw can be exploited to achieve remote code execution.

Generated by OpenCVE AI on August 20, 2026 at 19:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Adminer to the latest version that contains the fix for the multi_query return‑value check.
  • Restrict or disable the multi_query feature for untrusted users and enforce least privilege for the web server process that runs Adminer.
  • Implement strict authentication controls, monitor login activity, and immediately revoke or reset credentials if suspicious activity is detected.

Generated by OpenCVE AI on August 20, 2026 at 19:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Adminer
Adminer adminer
Vendors & Products Adminer
Adminer adminer

Thu, 20 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description Adminer multi_query Incorrect Check of Function Return Value Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Adminer. Authentication is required to exploit this vulnerability. The specific flaw exists within the multi_query method. The issue results from an incorrect check of a function return value. An attacker can leverage this vulnerability to execute code in the context of the web server. Was ZDI-CAN-28201.
Title Adminer multi_query Incorrect Check of Function Return Value Remote Code Execution Vulnerability
Weaknesses CWE-253
References
Metrics cvssV3_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: zdi

Published:

Updated: 2026-08-20T16:25:10.407Z

Reserved: 2026-07-13T21:31:19.881Z

Link: CVE-2026-15686

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T17:17:21.180

Modified: 2026-08-20T17:17:21.180

Link: CVE-2026-15686

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T20:00:05Z

Weaknesses
  • CWE-253

    Incorrect Check of Function Return Value