GHSA-c7xp-q6q8-hg76

Suggest an improvement
Source
https://github.com/advisories/GHSA-c7xp-q6q8-hg76
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-c7xp-q6q8-hg76/GHSA-c7xp-q6q8-hg76.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-c7xp-q6q8-hg76
Aliases
Published
2026-03-31T23:25:53Z
Modified
2026-04-06T16:48:01Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
Nuxt OG Image is vulnerable to Denial of Service via unbounded image dimensions
Details

Product: Nuxt OG Image Version: 6.1.2 CWE-ID: CWE-404: Improper Resource Shutdown or Release Description: Failure to limit the length and width of the generated image results in a denial of service. Impact: Denial of service Exploitation condition: An external user Mitigation: Implement a limitation on the width and length of the generated image. Researcher: Dmitry Prokhorov (Positive Technologies)

Research

During the analysis of the nuxt-og-image package, which is shipped with the nuxt-seo package, a zero‑day vulnerability was discovered. This research revealed that the image‑generation component by the URI: /_og/d/ (and, in older versions, /og-image/) contains a Denial of Service (DoS) vulnerability. The issue arises because there is no restriction on the width and height parameters of the generated image. The vulnerability was reproduced using the standard configuration and the default templates.

Listing 1. The content of the configuration file nuxt.config.ts

export default defineNuxtConfig({
  modules: ['nuxt-og-image'],
  devServer: {
    host: 'web-test.local',
    port: 3000
  },
  site: {
    url: 'http://web-test.local:3000',
  },
  ogImage: {
    fonts: [
      'Inter:400', 
      'Inter:700'
    ],
  }
})

Vulnerability reproduction

To demonstrate the proof‑of‑concept, a request should be sent with the increased width and height parameters. This will cause a delay and exhaust the server’s resources during image generation.

Listing 2. HTTP-request example

GET /_og/d/og.png?width=20000&height=20000 HTTP/1.1
Host: web-test.local:3000

Figure 1. HTTP-response: denial-of-service error image

After sending a HTTP-request, the test server's memory was exhausted.

Figure 2. Video memory exhausted error image

Credits

Researcher: Dmitry Prokhorov (Positive Technologies)

Database specific
{
    "cwe_ids":  [
        "CWE-400",
        "CWE-404"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-03-31T23:25:53Z",
    "nvd_published_at":  "2026-03-31T22:16:18Z",
    "severity":  "MODERATE"
}
References

Affected packages

npm / nuxt-og-image

Package

Name
nuxt-og-image
View open source insights on deps.dev
Purl
pkg:npm/nuxt-og-image

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
6.2.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-c7xp-q6q8-hg76/GHSA-c7xp-q6q8-hg76.json"