---
id: CVE-2026-100697
title: >-
  Adminer 6.0.0 through 6.0.1, when the official ClickHouse driver plugin
  (plugins/drivers/clickhouse.php, rewritten in 6.0.0) is loaded, is vulnerable
  to pre-authentication server-side request forgery
summary: >-
  Adminer 6.0.0 through 6.0.1, when the official ClickHouse driver plugin
  (plugins/drivers/clickhouse.php, rewritten in 6.0.0) is loaded, is vulnerable
  to pre-authentication server-side request forgery. An unauthenticated attacker
  can subm…
severity: high
cvss: 8.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'
cwe:
  - CWE-918
vendor: vrana
product: adminer
affected:
  - adminer < 6.0.2
published: '2026-09-26'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T14:16:54.583'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100697'
references:
  - url: 'https://github.com/vrana/adminer/security/advisories/GHSA-77qq-q8fv-x45v'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/adminer-6.0.0-server-side-request-forgery-via-clickhouse-driver
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-26T13:33:20.902Z'
---

## Overview

Adminer 6.0.0 through 6.0.1, when the official ClickHouse driver plugin (plugins/drivers/clickhouse.php, rewritten in 6.0.0) is loaded, is vulnerable to pre-authentication server-side request forgery. An unauthenticated attacker can submit auth[driver]=clickhouse with auth[server] set to an arbitrary URL (for example http://127.0.0.1:18089), causing the Adminer server to issue an HTTP POST containing 'SELECT version()' to that host. In rootQuery(), if the target returns a status outside 200-299 (other than 401/403), the raw HTTP response body is assigned to the connection error and rendered on the login page, so the attacker receives the full response body of the internal service. This enables internal network/port reconnaissance and disclosure of sensitive information contained in internal error pages (stack traces, internal hostnames, file paths, configuration identifiers). Fixed in Adminer 6.0.2.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
