CVE 7.5 HIGH

Adminer has an Unauthenticated Persistent DoS via Array Injection in ?script=version Endpoint_CVE-2026-25892

7.5 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Description

Adminer is open-source database management software. Adminer v5.4.1 and earlier has a version check mechanism where adminer.org sends signed version info via JavaScript postMessage, which the browser then POSTs to ?script=version. This endpoint lacks origin validation and accepts POST data from any source. An attacker can POST version[] parameter which PHP converts to an array. On next page load, openssl_verify() receives this array instead of string and throws TypeError, returning HTTP 500 to all users. Upgrade to Adminer 5.4.2.

Basic Information

ID CVE-2026-25892
Source GitHub_M
Published Feb 9, 2026 at 21:26

Affected Product

Vendor vrana
Product adminer
Version >= 4.6.2, < 5.4.2
Affected Versions vrana adminer >= 4.6.2, < 5.4.2

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.