Description
Adminer before 5.5.0 contains a server-side request forgery vulnerability in the login form's server field validator, which only inspects leading integers for privileged ports and fails to reject non-numeric port values. Attackers can inject PDO DSN keys like host= and port= into the server parameter to bypass the privileged-port restriction and establish TCP connections to arbitrary internal hosts and ports before authentication.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Adminer before version 5.5.0 contains a server‑side request forgery vulnerability in the login form’s server field validator. The validator only checks the leading integer of the value to enforce privileged‑port restrictions and fails to reject non‑numeric port values. Attackers can inject PDO Data Source Name keys such as host= and port= into the server parameter, bypassing the restriction and allowing the server to open TCP connections to arbitrary internal hosts and ports before the user is authenticated. This can lead to unauthorized data access or internal scanning.

Affected Systems

The affected product is Adminer from the vrana vendor. This issue applies to all releases prior to 5.5.0, regardless of platform or operating system.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the vulnerability is listed as not in the CISA KEV catalog. Exploitation requires remote access to the Adminer instance’s web interface; an attacker can craft a malicious login request containing the injected server parameter. Once the server processes this input, it will attempt outbound connections to the specified internal host or port, potentially exposing sensitive network resources. No authentication is required before the connection attempt, and the vulnerability is independent of user privileges, making it broadly exploitable when Adminer is reachable.

Generated by OpenCVE AI on August 25, 2026 at 03:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Adminer to version 5.5.0 or newer, which fixes the server field validation logic.
  • Restrict external access to the Adminer login page by limiting IP addresses or using a VPN, reducing the attack surface.
  • Configure network firewalls or host‑based outbound filtering to block unexpected connections originating from the web server, mitigating potential SSRF exploitation.

Generated by OpenCVE AI on August 25, 2026 at 03:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
Description Adminer before 5.5.0 contains a server-side request forgery vulnerability in the login form's server field validator, which only inspects leading integers for privileged ports and fails to reject non-numeric port values. Attackers can inject PDO DSN keys like host= and port= into the server parameter to bypass the privileged-port restriction and establish TCP connections to arbitrary internal hosts and ports before authentication.
Title Adminer before 5.5.0 SSRF via PDO DSN Injection
First Time appeared Adminer
Adminer adminer
Weaknesses CWE-918
CPEs cpe:2.3:a:adminer:adminer:*:*:*:*:*:*:*:*
Vendors & Products Adminer
Adminer adminer
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T01:29:58.396Z

Reserved: 2026-03-31T17:58:43.754Z

Link: CVE-2026-34964

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T02:16:40.553

Modified: 2026-08-25T02:16:40.553

Link: CVE-2026-34964

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T03:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)