7.5

CVE-2026-25892

Exploit

Adminer has an Unauthenticated Persistent DoS via Array Injection in ?script=version Endpoint

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
AdminerAdminer Version >= 4.6.2 < 5.4.2
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 1.59% 0.724
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security-advisories@github.com 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE-20 Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

https://github.com/vrana/adminer/security/advisories/GHSA-q4f2-39gr-45jh
Vendor Advisory
Exploit
https://github.com/vrana/adminer/commit/21d3a3150388677b18647d68aec93b7850e457d3
Patch
https://github.com/vrana/adminer/releases/tag/v5.4.2
Product
Release Notes