CVE-2026-61793

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.
CVSS

No CVSS.

Configurations

No configuration.

History

17 Sep 2026, 16:17

Type Values Removed Values Added
References () https://github.com/nuxt-modules/og-image/security/advisories/GHSA-q8hw-4fvp-9rwv - () https://github.com/nuxt-modules/og-image/security/advisories/GHSA-q8hw-4fvp-9rwv -

17 Sep 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-09-17 15:16

Updated : 2026-09-17 16:17


NVD link : CVE-2026-61793

Mitre link : CVE-2026-61793

CVE.ORG link : CVE-2026-61793


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-441

Unintended Proxy or Intermediary ('Confused Deputy')

CWE-749

Exposed Dangerous Method or Function

CWE-918

Server-Side Request Forgery (SSRF)

CWE-1188

Initialization of a Resource with an Insecure Default