CVE-2026-78222
Received Received - Intake

Denial-of-Service in NGINX JavaScript via Malformed HTTP Response

Vulnerability report for CVE-2026-78222, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-02

Last updated on: 2026-09-02

Assigner: F5 Networks

Description

A vulnerability exists in NGINX JavaScript where a malformed HTTP response received by ngx.fetch() can crash an NGINX worker when trusted JavaScript reads Response.statusText. Exploitation requires control or influence over the fetched HTTP response. Impact: This vulnerability may allow remote attackers to cause a denial-of-service (DoS) on the NGINX system. There is no control plane exposure; this is a data plane issue only. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-02
Last Modified
2026-09-02
Generated
2026-09-02
AI Q&A
2026-09-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
nginx nginx *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in NGINX JavaScript where a malformed HTTP response received by ngx.fetch() can crash an NGINX worker when trusted JavaScript reads Response.statusText. Exploitation requires control or influence over the fetched HTTP response.

Detection Guidance

Detecting this vulnerability requires monitoring for crashes in NGINX worker processes caused by malformed HTTP responses processed by ngx.fetch(). Check NGINX error logs for worker process crashes or segmentation faults. Use commands like 'tail -f /var/log/nginx/error.log' to monitor logs in real-time. Additionally, inspect network traffic for unusual HTTP responses targeting NGINX systems using tools like tcpdump or Wireshark.

Impact Analysis

This vulnerability may allow remote attackers to cause a denial-of-service (DoS) on the NGINX system. There is no control plane exposure; this is a data plane issue only.

Compliance Impact

This vulnerability causes a denial-of-service (DoS) on the NGINX system by crashing worker processes when processing malformed HTTP responses. While it does not directly expose control plane data, a DoS condition could disrupt services handling sensitive data, potentially impacting compliance with GDPR (availability requirements) or HIPAA (service continuity for protected health information).

Mitigation Strategies

Immediately update NGINX to the latest patched version that addresses this issue. If updating is not immediately possible, disable the ngx.fetch() function in JavaScript configurations to prevent exploitation. Restrict network access to NGINX systems to trusted sources only and monitor for unusual traffic patterns.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-78222. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart