Nginx Ingress ControllerWeb server / proxy · F5

CVE-2026-55723

HIGH · 8.3 CVSS v3.1 Published 2026-07-15
Fix available
A fix is available. Upgrade to 5.5.2 or later.
See remediation →
89/100
Remediation priority · High
Remotely reachable Zero-click 5 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
When NGINX Ingress Controller is configured with Custom Resource Definitions (CRDs) or Ingress annotations, an injection vulnerability exists in the configuration generator of NGINX Ingress Controller. Multiple user-controllable fields are written into the generated NGINX configuration without sanitization. An authenticated attacker with permission to create or modify these CRDs or annotations may craft values that inject arbitrary NGINX configuration directives. Impact: An authenticated attacker granted write access to NGINX Ingress Controller CRDs or Ingress annotations through the Kubernetes API may be able to inject arbitrary NGINX configuration directives, create or delete files, or disable services. There is no data plane exposure; this is a control plane issue only. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

NGINX Ingress Controller's configuration generator writes user-controllable fields from CRDs and Ingress annotations into generated NGINX configuration without sanitization. An authenticated attacker with permissions to create or modify these Kubernetes resources can inject arbitrary NGINX directives through specially crafted values, potentially creating/deleting files or disabling services.

MitigationRestrict write access to NGINX Ingress Controller CRDs and Ingress resources to trusted users only; review existing CRDs and Ingress resources for suspicious annotation values; apply vendor patch when available.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Nginx Ingress ControllerWeb server / proxy
Affected:>= 3.6.0, <= 3.7.2>= 4.0.0, <= 4.0.1>= 5.0.0, < 5.5.2

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
Low

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify NGINX Ingress Controller version
    Run 'kubectl get deployment -n ingress-nginx ingress-nginx-controller -o jsonpath="{.spec.template.spec.containers[0].image}"' or check the Helm chart/app version in your cluster
    Affected if The installed version falls within >= 3.6.0 and <= 3.7.2, OR >= 4.0.0 and <= 4.0.1, OR >= 5.0.0 and < 5.5.2
  2. Review Ingress resources for suspicious annotations
    Run 'kubectl get ingress -A -o yaml' and inspect all annotations, looking for values containing nginx.conf directives, semicolons, or unusual configuration patterns
    Affected if Any Ingress resource contains annotation values with NGINX directive syntax (e.g., 'nginx.ingress.kubernetes.io/configuration-snippet' or custom annotations with content like 'deny all;' or file operations)
  3. Examine NGINX Ingress Controller CRDs
    List custom resources (e.g., VirtualServer, TransportServer, Policy from the k8s.nginx.org API) with 'kubectl get <crd-kind> -A -o yaml' and inspect spec fields for unescaped directive content
    Affected if Any CRD resource contains spec fields with raw NGINX directive strings that could be injected without sanitization
  4. Verify RBAC permissions on Ingress and CRD resources
    Review who can create or modify Ingress and NGINX Ingress CRDs using 'kubectl auth can-i create ingresses --as=<user>' or inspect ClusterRole/Role bindings
    Affected if Untrusted or unauthorized users have create/update permissions on Ingress or NGINX Ingress Controller CRDs in your cluster

You are affected if your NGINX Ingress Controller version is within the vulnerable ranges AND untrusted users can create or modify Ingress resources or NGINX Ingress CRDs with injection-prone annotations or fields.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 5.5.2 or later
Fixed in 5.5.2
Interim mitigation

Restrict write access to NGINX Ingress Controller CRDs and Ingress resources to trusted users only; review existing CRDs and Ingress resources for suspicious annotation values; apply vendor patch when available.

Recommended fix High confidence

NGINX Ingress Controller version 5.5.2 or later (for v5.x); for v3.x and v4.x branches, upgrade to the latest supported version per F5's guidance

  1. Confirm current NGINX Ingress Controller version by running: kubectl get pods -n <ingress-namespace> -o jsonpath='{.items[0].spec.containers[0].image}'
  2. Identify all custom CRDs (TransportServer, GlobalConfiguration, etc.) and Ingress resources that may contain user-controllable annotations
  3. Review CRD and Ingress definitions for any custom annotations or fields that could be used for configuration injection
  4. Upgrade NGINX Ingress Controller to version 5.5.2 or later (for v5.x branches), or to the latest patch version in your supported branch
  5. After upgrade, verify the controller is running: kubectl get pods -n <ingress-namespace>
  6. Test that existing Ingress resources and CRDs still function correctly
  7. Review F5 advisory (my.f5.com) for any additional post-upgrade configuration requirements
Caveat Review F5 release notes for 5.5.x series to confirm no breaking changes affect your deployment; standard upgrade precautions apply

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Nginx Ingress Controller Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing6.0 h
  • Review / QA4.0 h
28.0 hours of engineering $4,980
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,968.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-55723 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-55723 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data