The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34404

CVE-2026-34404: Nuxt OG Image DoS Vulnerability

CVE-2026-34404 is a Denial of Service flaw in Nuxt OG Image that exploits unrestricted width and height parameters during image generation. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34404 Overview

CVE-2026-34404 is a Denial of Service (DoS) vulnerability affecting the Nuxt OG Image module, which generates Open Graph images using Vue templates in the Nuxt framework. Prior to version 6.2.5, the image generation component accessible via the /_og/d/ URI (and /og-image/ in older versions) lacks proper restrictions on the width and height parameters for generated images. This allows attackers to exhaust server resources by requesting images with excessively large dimensions.

Critical Impact

Attackers can trigger resource exhaustion on Nuxt applications by requesting OG images with unrestricted dimensions, potentially causing service unavailability for legitimate users.

Affected Products

  • Nuxt OG Image versions prior to 6.2.5
  • Applications using /_og/d/ endpoint for OG image generation
  • Applications using /og-image/ endpoint (older versions)

Discovery Timeline

  • 2026-03-31 - CVE CVE-2026-34404 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34404

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption). The Nuxt OG Image module provides dynamic Open Graph image generation capabilities for Nuxt applications. The vulnerability exists because the image generation endpoints do not validate or restrict the width and height parameters supplied by users.

When an attacker crafts requests with extremely large dimension values, the server attempts to generate images at those sizes, consuming significant CPU, memory, and processing time. This can lead to resource exhaustion, degraded performance, or complete service unavailability for the affected application.

The vulnerability is reproducible using the standard configuration and default templates, meaning applications running the module out-of-the-box are susceptible without any special configuration required by the attacker.

Root Cause

The root cause is the absence of input validation on the width and height parameters passed to the image generation endpoints. Without maximum bounds checking, the server will attempt to allocate resources proportional to the requested dimensions, enabling attackers to force excessive resource consumption through maliciously crafted requests.

Attack Vector

The attack can be executed remotely over the network without authentication. An attacker simply needs to send HTTP requests to the vulnerable endpoints with arbitrarily large width and height values. No user interaction is required, and the attack can be executed using standard HTTP clients or scripting tools.

The vulnerable endpoints are:

  • /_og/d/ (current versions)
  • /og-image/ (older versions)

By repeatedly sending requests with large dimension parameters, an attacker can overwhelm the server's resources, causing denial of service conditions.

Detection Methods for CVE-2026-34404

Indicators of Compromise

  • Unusual spikes in requests to /_og/d/ or /og-image/ endpoints
  • Requests containing abnormally large width or height parameter values
  • Server resource exhaustion symptoms including high CPU/memory utilization during image generation
  • Application performance degradation or timeout errors

Detection Strategies

  • Monitor web server access logs for high-volume requests to OG image generation endpoints
  • Implement alerting on requests with width or height parameters exceeding reasonable thresholds (e.g., values above 4096 pixels)
  • Track server resource utilization and correlate spikes with incoming requests to image generation endpoints
  • Deploy rate limiting detection to identify potential DoS attack patterns

Monitoring Recommendations

  • Configure application performance monitoring (APM) to track response times for OG image generation endpoints
  • Set up alerts for memory and CPU utilization anomalies on servers hosting Nuxt applications
  • Implement logging for all requests to /_og/d/ and /og-image/ endpoints with parameter values
  • Review access logs regularly for patterns indicative of DoS attempts

How to Mitigate CVE-2026-34404

Immediate Actions Required

  • Upgrade Nuxt OG Image module to version 6.2.5 or later immediately
  • Implement rate limiting on the /_og/d/ and /og-image/ endpoints at the web server or reverse proxy level
  • Consider temporarily disabling OG image generation endpoints if upgrading is not immediately possible
  • Review and restrict access to image generation endpoints using network-level controls if needed

Patch Information

The vulnerability has been addressed in Nuxt OG Image version 6.2.5. Users should upgrade to this version or later to remediate the vulnerability. The security advisory is available on the GitHub Security Advisory page.

Workarounds

  • Implement a reverse proxy rule to reject requests with excessively large dimension parameters
  • Add rate limiting on OG image endpoints to prevent abuse from single sources
  • Configure web application firewall (WAF) rules to block requests with suspicious parameter values
  • Temporarily disable the OG image generation feature if it is not critical to application functionality
bash
# Example nginx rate limiting configuration for OG image endpoints
limit_req_zone $binary_remote_addr zone=ogimage:10m rate=10r/s;

location /_og/d/ {
    limit_req zone=ogimage burst=20 nodelay;
    # Add maximum dimension validation at proxy level if possible
    proxy_pass http://upstream;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNuxt

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-27415: Nuxt Framework Cache Poisoning DOS Vulnerability

  • CVE-2026-34405: Nuxt OG Image XSS Vulnerability

  • CVE-2026-31860: Unhead useHeadSafe() XSS Vulnerability

  • CVE-2023-3224: Nuxt Nuxt RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English