Description
NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_slice_module module. When the slice directive and unnamed regex captures are configured or when a background cache update happens, unauthenticated attackers can send requests that may cause uninitialized memory access in the NGINX worker process, leading to limited disclosure of memory or a restart.

Impact:
This vulnerability may allow remote, unauthenticated attackers to have limited control to disclose memory contents or restart the NGINX worker process. There is no control plane exposure; this is a data plane issue only.
Note: The ngx_http_slice_module module is not enabled by default; it's enabled with the --with-http_slice_module configuration parameter.

Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
Published: 2026-07-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Nginx versions that enable the slice module can be tricked into accessing uninitialized memory during request processing or while performing a background cache update. This behaviour allows an unauthenticated attacker to send crafted HTTP requests that cause the worker process to leak portions of memory or to crash and restart. The vulnerability does not expose the control plane; it is confined to the data plane where HTTP requests are handled.

Affected Systems

The flaw affects F5:NGINX Open Source and F5:NGINX Plus distributions that are compiled with the http_slice_module enabled using the --with-http_slice_module flag. A background cache update must also be enabled for the advisory to apply to any build. No specific version information is available for affected builds.

Risk and Exploitability

The vulnerability is scored high with a CVSS of 8.8, indicating a severe impact. The EPSS score of less than 1% suggests that exploit activity is rare, and the flaw is not currently catalogued in CISA’s KEV list. The likely attack vector is sending HTTP requests that trigger the slice logic. Attackers would reach the vulnerability over standard network traffic, sending HTTP requests that trigger the slice logic. Successful exploitation can lead to limited data disclosure or a restart of the Nginx worker process, but requires no privileged access or additional systems integrated with the control plane.

Generated by OpenCVE AI on August 4, 2026 at 07:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest Nginx release that contains the vendor-supplied fix.
  • Recompile or configure Nginx without the http_slice_module, removing the --with-http_slice_module flag or enabling --without-http_slice_module.
  • If a patch is not yet available, fully disable or remove slice directives and any unnamed regex captures from the Nginx configuration to prevent exploitation until the module can be safely omitted.

Generated by OpenCVE AI on August 4, 2026 at 07:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8563-1 nginx vulnerabilities
History

Wed, 29 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-824
References
Metrics threat_severity

None

threat_severity

Important


Wed, 15 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
First Time appeared F5
F5 nginx Open Source
F5 nginx Plus
Vendors & Products F5
F5 nginx Open Source
F5 nginx Plus

Wed, 15 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_slice_module module. When the slice directive and unnamed regex captures are configured or when a background cache update happens, unauthenticated attackers can send requests that may cause uninitialized memory access in the NGINX worker process, leading to limited disclosure of memory or a restart. Impact: This vulnerability may allow remote, unauthenticated attackers to have limited control to disclose memory contents or restart the NGINX worker process. There is no control plane exposure; this is a data plane issue only. Note: The ngx_http_slice_module module is not enabled by default; it's enabled with the --with-http_slice_module configuration parameter. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
Title NGINX ngx_http_slice_module vulnerability
Weaknesses CWE-908
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

F5 Nginx Open Source Nginx Plus
cve-icon MITRE

Status: PUBLISHED

Assigner: f5

Published:

Updated: 2026-07-15T15:41:06.279Z

Reserved: 2026-07-08T15:49:43.059Z

Link: CVE-2026-60005

cve-icon Vulnrichment

Updated: 2026-07-15T15:41:00.420Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-15T15:04:21Z

Links: CVE-2026-60005 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T07:15:03Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer

  • CWE-908

    Use of Uninitialized Resource