๐Ÿ” CVE Alert

CVE-2026-63313

HIGH 7.7

9Router before 0.4.72 Server-Side Request Forgery via /v1/web/fetch

CVSS Score
7.7
EPSS Score
0.0%
EPSS Percentile
0th

9Router before 0.4.72 contains a server-side request forgery (SSRF) vulnerability in the /v1/web/fetch endpoint. The endpoint accepts a user-controlled url parameter and passes it to a configured external scraping provider (Firecrawl, Jina Reader, Tavily, or Exa) to fetch content. The URL is only validated as syntactically valid via new URL() with no blocklist for private IP ranges, cloud metadata endpoints (e.g., 169.254.169.254), link-local addresses, or internal hostnames. An authenticated or locally-connected user can cause the server to fetch arbitrary internal URLs and have the response content returned, enabling read-access SSRF that can expose cloud metadata credentials, reach internal services, and bypass authentication on localhost endpoints.

CWE CWE-918
Vendor decolua
Product 9router
Published Jul 23, 2026
Stay Ahead of the Next One

Get instant alerts for decolua 9router

Be the first to know when new high vulnerabilities affecting decolua 9router are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

decolua / 9router
0 < 0.4.72

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/decolua/9router/security/advisories/GHSA-qj3v-64wj-q825 vulncheck.com: https://www.vulncheck.com/advisories/9router-before-server-side-request-forgery-via-v1-web-fetch

Credits

๐Ÿ” sondt99