<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Adminer (6.0.0-6.0.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/adminer-6.0.0-6.0.1/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 26 Sep 2026 15:12:52 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/adminer-6.0.0-6.0.1/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unauthenticated Server-Side Request Forgery in Adminer ClickHouse Driver</title><link>https://feed.craftedsignal.io/briefs/2026-09-adminer-ssrf/</link><pubDate>Sat, 26 Sep 2026 15:12:52 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-adminer-ssrf/</guid><description>Adminer versions 6.0.0 through 6.0.1 are vulnerable to a pre-authentication SSRF in the ClickHouse driver, allowing unauthenticated attackers to probe internal networks and exfiltrate sensitive response data.</description><content:encoded><![CDATA[<p>Adminer versions 6.0.0 through 6.0.1 contain a critical pre-authentication Server-Side Request Forgery (SSRF) vulnerability when the ClickHouse driver plugin (plugins/drivers/clickhouse.php) is active. The vulnerability stems from improper validation of the 'auth[server]' parameter during the login process. An unauthenticated attacker can submit a crafted HTTP request with 'auth[driver]=clickhouse' and a custom 'auth[server]' URL, forcing the Adminer server to issue an HTTP POST request containing 'SELECT version()' to the target host.</p>
<p>When the destination service returns an error status (outside the 200-299 range, excluding 401/403), the Adminer application captures the raw response body and renders it directly on the login page. This behavior allows attackers to perform internal network reconnaissance, scan for open ports, and exfiltrate sensitive information, including internal hostnames, configuration details, and stack traces found in error messages. The vulnerability was addressed in Adminer 6.0.2.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to map internal network infrastructure and disclose potentially sensitive metadata or configuration information from internal services unreachable from the public internet. This exposure can lead to further exploitation of internal-only systems, lateral movement, or the acquisition of credentials and configuration identifiers.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Adminer to version 6.0.2 or later immediately to patch CVE-2026-100697.</li>
<li>For environments where upgrading is delayed, use a Web Application Firewall (WAF) to block requests containing 'auth[driver]=clickhouse' where the 'auth[server]' parameter targets internal RFC1918 address spaces.</li>
<li>Monitor web server logs for high volumes of POST requests to Adminer login pages containing unexpected values in the 'auth[server]' or 'auth[driver]' fields.</li>
<li>Audit access logs for requests to the Adminer login endpoint that result in 200 OK responses containing error bodies typically associated with internal service probe responses.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>ssrf</category><category>vulnerability</category></item></channel></rss>