CVE-2026-56677 PUBLISHED

9Router: Authenticated Server-Side Request Forgery (SSRF) via OIDC Provider Test Endpoint

Assigner: GitHub_M
Reserved: 22.06.2026 Published: 17.08.2026 Updated: 17.08.2026

9Router is an AI router & token saver. In 0.5.4 and earlier, the POST /api/auth/oidc/test endpoint in src/app/api/auth/oidc/test/route.js passes the user-controlled issuerUrl parameter to fetchOidcDiscovery() in src/lib/auth/oidc.js without restricting private or loopback destinations, allowing unauthenticated attackers when dashboard login is disabled to scan internal services and reflect OIDC discovery fields including token_endpoint and jwks_uri.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
CVSS Score: 8.6

Product Status

Vendor decolua
Product 9router
Versions
  • Version <= 0.5.4 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE