MEDIUM

CVE-2026-11311

F5 Nginx Gateway Fabric 2026-06-17 CVSS v3.1
CVSS
6.5

Description

When NGINX Plus is configured as the data plane for NGINX Gateway Fabric, an injection vulnerability exists in the NGINX configuration generator component of NGINX Gateway Fabric. User-supplied string values from the NginxProxy Custom Resource Definition serverTokens field and the AuthenticationFilter Custom Resource Definition extraAuthArgs field are rendered directly into NGINX configuration templates without sanitization or escaping. An authenticated attacker with permission to create or modify these Custom Resource Definitions may craft values that inject arbitrary NGINX configuration directives. This is a control plane issue; there is no data plane exposure from the vulnerability trigger itself.


Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

Summary dbcve.org

This is a configuration injection vulnerability in NGINX Gateway Fabric's NGINX configuration generator. Authenticated attackers with permissions to create or modify NginxProxy or AuthenticationFilter CRDs can supply specially crafted values in the serverTokens and extraAuthArgs fields that get rendered directly into NGINX config templates without sanitization, enabling injection of arbitrary NGINX directives.

Mitigation

Implement strict input validation and escaping for the serverTokens and extraAuthArgs fields in the CRD controllers before rendering into templates, using allowlist validation where possible.

Weakness (CWE)

CWE-76
CWE-74 Injection

EPSS Score

0.57%
Probability of exploitation in next 30 days
45.8th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE