Metrics
Affected Vendors & Products
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-q8hw-4fvp-9rwv | Nuxt OG Image has unauthenticated SSRF via `fonts[].path` URL parameter |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Thu, 17 Sep 2026 16:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Thu, 17 Sep 2026 15:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Nuxt OG Image generates OG Images with Vue templates in Nuxt. From 6.0.2 until 6.7.0, nuxt-og-image exposes the unauthenticated /_og/d/** route when the documented defaults security.strict = false and security.secret = "" are used, and base64url-decodes the fonts parameter through decodeOgImageParams. Attacker-controlled fonts[].path values flow through loadDefinedFonts into the font-assets/node.js binding, which performs a server-side fetch without validating the URL scheme, origin, resolved address, or redirects. This permits blind requests to loopback, private, link-local, cloud metadata, and other internal HTTP services, while differences in the outer response status and timing can reveal service reachability. Slow targets can also occupy OG image render workers for the configured fetch and render timeouts. This issue is fixed in version 6.7.0. | |
| Title | Nuxt OG Image has unauthenticated SSRF via `fonts[].path` URL parameter | |
| Weaknesses | CWE-1188 CWE-20 CWE-441 CWE-749 CWE-918 |
|
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-17T15:15:46.383Z
Reserved: 2026-07-10T20:06:05.617Z
Link: CVE-2026-61793
Updated: 2026-09-17T15:15:15.851Z
Status : Received
Published: 2026-09-17T15:16:48.987
Modified: 2026-09-17T16:17:33.890
Link: CVE-2026-61793
No data.
OpenCVE Enrichment
No data.
Github GHSA