<?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>Cve-2026-56677 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-56677/</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>Tue, 18 Aug 2026 00:46:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-56677/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 SSRF in 9Router OIDC Test Endpoint</title><link>https://feed.craftedsignal.io/briefs/2026-08-9router-ssrf/</link><pubDate>Tue, 18 Aug 2026 00:46:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-9router-ssrf/</guid><description>An unauthenticated SSRF vulnerability in the 9Router /api/auth/oidc/test endpoint allows remote attackers to perform internal network scanning and data exfiltration via the issuerUrl parameter.</description><content:encoded><![CDATA[<p>9Router versions 0.5.4 and earlier are vulnerable to a Server-Side Request Forgery (SSRF) flaw in the /api/auth/oidc/test endpoint. The vulnerability exists because the application accepts a user-controlled 'issuerUrl' parameter and performs an unauthenticated outbound HTTP request to the provided URL without validating the destination. An attacker can force the application to probe internal network infrastructure, including loopback addresses and private IP subnets.</p>
<p>The impact varies based on the target internal service: if the target is a non-HTTP service, the application leaks error details that confirm internal port accessibility. If the target responds with a JSON structure matching the OIDC configuration schema, the application parses the response and reflects its contents to the requester. This vulnerability, tracked as CVE-2026-56677, requires no authentication, making it a highly accessible vector for internal reconnaissance and potential configuration manipulation within the hosting environment.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a 9Router instance reachable via the network.</li>
<li>Attacker crafts an HTTP POST request targeting the /api/auth/oidc/test endpoint.</li>
<li>Attacker populates the 'issuerUrl' JSON field with a target internal IP address or hostname (e.g., http://127.0.0.1:80).</li>
<li>9Router backend receives the request and, lacking authentication middleware, initiates an outbound 'fetch' request to the specified 'issuerUrl'.</li>
<li>The target internal resource receives the request and returns a response (either an error, a raw string, or a valid OIDC JSON configuration).</li>
<li>9Router parses the response; if it matches an OIDC schema, internal metadata is processed and stored by the backend.</li>
<li>9Router reflects the parsed data or error message back to the attacker in the HTTP response body.</li>
<li>Attacker uses this feedback loop to map internal network topology or exfiltrate internal configuration data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows unauthenticated attackers to conduct internal network reconnaissance and perform blind or reflected SSRF attacks. Successful exploitation enables an attacker to map internal services and potentially manipulate the internal application state by feeding spoofed OIDC discovery documents into the system.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade 9Router to a version containing the patch for CVE-2026-56677.</li>
<li>Apply authentication middleware to the /api/auth/oidc/test endpoint to ensure only authorized users can trigger outbound requests.</li>
<li>Implement a network allowlist or blocklist in the application logic to prevent requests to local loopback (127.0.0.0/8) and private (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) IP address ranges.</li>
<li>Validate that the 'issuerUrl' strictly adheres to the 'https://' protocol scheme to prevent protocol smuggling.</li>
<li>Monitor webserver access logs for anomalous POST requests to the /api/auth/oidc/test endpoint, specifically those originating from external IP addresses.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>ssrf</category><category>cve-2026-56677</category><category>9router</category></item></channel></rss>