Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-47831

CVE-2024-47831: Vercel Next.js DoS Vulnerability

CVE-2024-47831 is a Denial of Service flaw in Vercel Next.js image optimization that allows excessive CPU consumption. This post covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-47831 Overview

CVE-2024-47831 is a Denial of Service (DoS) vulnerability in Vercel's Next.js framework affecting the image optimization feature. This vulnerability allows attackers to cause excessive CPU consumption through specially crafted requests to the image optimization endpoint, potentially rendering affected applications unresponsive.

Critical Impact

Attackers can exploit the image optimization feature to cause excessive CPU consumption, leading to service degradation or complete denial of service for Next.js applications.

Affected Products

  • Vercel Next.js versions 10.x, 11.x, 12.x, 13.x
  • Vercel Next.js 14.x versions prior to 14.2.7
  • Self-hosted Next.js applications with default image optimization configuration

Discovery Timeline

  • 2024-10-14 - CVE-2024-47831 published to NVD
  • 2024-11-08 - Last updated in NVD database

Technical Details for CVE-2024-47831

Vulnerability Analysis

This vulnerability resides in the image optimization feature of Next.js, a popular React framework used for building web applications. The flaw is classified under CWE-674 (Uncontrolled Recursion), indicating that the image processing logic can be manipulated to consume excessive CPU resources through recursive or computationally intensive operations.

The vulnerability specifically targets the built-in image optimization endpoint that Next.js provides by default. When an attacker sends malicious requests to this endpoint, the server enters a state of excessive computation, consuming available CPU resources and degrading performance for legitimate users. In severe cases, this can result in complete service unavailability.

Importantly, applications hosted on Vercel's platform are not affected by this vulnerability, as Vercel implements additional safeguards around image optimization. Similarly, applications that have explicitly disabled automatic image optimization or configured a custom image loader are not vulnerable.

Root Cause

The root cause of this vulnerability lies in uncontrolled recursion (CWE-674) within the image optimization processing pipeline. The image optimization feature fails to properly validate or limit certain processing parameters, allowing attackers to trigger computationally expensive operations that consume excessive CPU resources. This lack of resource constraints enables a single request or series of requests to monopolize server resources.

Attack Vector

The attack is network-based and requires no authentication or user interaction, making it particularly dangerous for publicly accessible Next.js applications. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the image optimization endpoint (/_next/image). The attack does not require any special privileges, allowing anyone with network access to the application to attempt exploitation.

The vulnerability primarily impacts availability—it does not allow for data theft or unauthorized access, but can effectively take down vulnerable applications through resource exhaustion. Self-hosted Next.js applications using default image optimization configurations are most at risk.

Detection Methods for CVE-2024-47831

Indicators of Compromise

  • Abnormally high CPU utilization on servers hosting Next.js applications
  • Increased response times or timeouts for requests to the /_next/image endpoint
  • Unusual spikes in traffic targeting image optimization routes
  • Server logs showing repeated requests to image optimization endpoints with unusual parameters

Detection Strategies

  • Monitor server CPU metrics for sudden spikes that correlate with requests to image optimization endpoints
  • Implement rate limiting and alerting on the /_next/image route to detect potential abuse
  • Review application logs for patterns of requests that could indicate exploitation attempts
  • Use application performance monitoring (APM) tools to track response times and resource consumption for image-related requests

Monitoring Recommendations

  • Set up alerts for CPU utilization thresholds that could indicate a DoS attack in progress
  • Implement request logging with detailed information about image optimization requests
  • Monitor error rates and timeout occurrences on Next.js application endpoints
  • Consider deploying a Web Application Firewall (WAF) with rules to detect and block suspicious image optimization requests

How to Mitigate CVE-2024-47831

Immediate Actions Required

  • Upgrade Next.js to version 14.2.7 or later immediately
  • Review next.config.js configuration to ensure image optimization settings are secure
  • Implement rate limiting on the /_next/image endpoint as an additional protective measure
  • Consider temporarily disabling image optimization if an immediate upgrade is not possible

Patch Information

Vercel has released a security patch in Next.js version 14.2.7 that fully addresses this vulnerability. The fix is available in the GitHub commit d11cbc9ff0b1aaefabcba9afe1e562e0b1fde65a. Organizations should prioritize upgrading to this version or later to eliminate the vulnerability. For detailed information, refer to the GitHub Security Advisory GHSA-g77x-44xx-532m.

Workarounds

  • Set images.unoptimized to true in next.config.js to disable automatic image optimization entirely
  • Configure a custom image loader by setting images.loader to a non-default value
  • Use images.loaderFile to specify a custom loader implementation
  • Migrate to Vercel hosting where additional platform-level protections are in place
bash
# Example next.config.js workaround configuration
# Option 1: Disable image optimization
module.exports = {
  images: {
    unoptimized: true,
  },
}

# Option 2: Use custom loader
module.exports = {
  images: {
    loader: 'custom',
    loaderFile: './my-loader.js',
  },
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNext.js

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-674
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27979: Vercel Next.js DoS Vulnerability

  • CVE-2026-27980: Vercel Next.js DOS Vulnerability

  • CVE-2025-59472: Next.js Memory Exhaustion DoS Vulnerability

  • CVE-2025-59471: Next.js Image Optimizer DoS 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