Nixpkgs security tracker

Login with GitHub

Details of issue NIXPKGS-2026-0219

NIXPKGS-2026-0219
published 5 months, 2 weeks ago
Permalink CVE-2026-25892
7.5 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
updated 5 months, 2 weeks ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse ignored package adminerevo
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
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.

Affected products

adminer
  • ==>= 4.6.2, < 5.4.2

Matching in nixpkgs

pkgs.adminer

Database management in a single PHP file

Ignored packages (1)

pkgs.adminerevo

Database management in a single PHP file

Package maintainers

Upstream advisory: https://github.com/vrana/adminer/security/advisories/GHSA-q4f2-39gr-45jh
Upstream patch: https://github.com/vrana/adminer/commit/21d3a3150388677b18647d68aec93b7850e457d3