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 formats2 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.
CVE-2026-44577 - Next.js Image Optimization API Out-of-Memory Attempt
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
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44577 | vulnerability | CVE-2026-44577 |
| CWE-770 | weakness | CWE-770 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 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.