CVE-2026-44577 — Next.js is a React framework for building full-stack web

CVE-2026-44577 — Next.js is a React framework for building full-stack web

CVE-2026-44577 — Next.js is a React framework for building full-stack web applications. From 10.0.0 to before 15.5.16 and 16.2.5, when self-hosting Next.js with the default image loader, the Image Optimization API fetches local images entirely into memory without enforcing a maximum size limit. An a

What This Means For You

  • If your environment is affected by CWE-770, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-44577 updates and patches.

Related ATT&CK Techniques

🛡️ Detection Rules

2 rules · 6 SIEM formats

2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

high T1190 Initial Access

CVE-2026-44577 - Next.js Image Optimization API Out-of-Memory Attempt

Sigma YAML — free preview
title: CVE-2026-44577 - Next.js Image Optimization API Out-of-Memory Attempt
id: scw-2026-05-13-ai-1
status: experimental
level: high
description: |
  Detects attempts to exploit CVE-2026-44577 by targeting the Next.js Image Optimization API ('/_next/image') with requests that could lead to an out-of-memory condition. The presence of 'width=' and 'height=' parameters in the query string, combined with a 500 Internal Server Error status, suggests an attempt to trigger the vulnerability by requesting excessively large local assets.
author: SCW Feed Engine (AI-generated)
date: 2026-05-13
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-44577/
tags:
  - attack.initial_access
  - attack.t1190
logsource:
    category: webserver
detection:
  selection:
      cs-uri|startswith:
          - '/_next/image'
      cs-uri-query|contains:
          - 'width='
          - 'height='
      sc-status:
          - 500
  condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-44577 vulnerability CVE-2026-44577
CWE-770 weakness CWE-770
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 13, 2026 at 20:16 UTC

This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.

Believe this infringes your rights? Submit a takedown request.

Related coverage

vm2 Sandbox Escape (CVE-2026-45411) Poses Critical RCE Risk

CVE-2026-45411 — vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.3, it is possible to catch a host exception using the yield* expression...

vulnerabilityCVEcriticalhigh-severitycwe-668
/SCW Vulnerability Desk /CRITICAL /9.8 /⚑ 4 IOCs /⚙ 3 Sigma

Next.js CVE-2026-45109: Middleware Bypass Via Turbopack

CVE-2026-45109 — Next.js is a React framework for building full-stack web applications. From 15.2.0 to before 15.5.18 and 16.2.6, it was found that the fix...

vulnerabilityCVEhigh-severitycwe-288
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 3 IOCs /⚙ 1 Sigma

Next.js Partial Prerendering Vulnerability: DoS via Connection Exhaustion

CVE-2026-44579 — Next.js is a React framework for building full-stack web applications. From to before 15.5.16 and 16.2.5, applications using Partial Prerendering through the Cache...

vulnerabilityCVEhigh-severitycwe-770
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 4 IOCs /⚙ 2 Sigma