Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SSRF via CR URL fields normally requires RBAC-gated CR write access (PR:L), crosses into internal networks (S:C), yields high confidentiality but limited integrity and no direct availability impact.
Primary rating from Vendor (ibm).
CVSS VectorNVD
Lifecycle Timeline
6DescriptionNVD
IBM Application Gateway Operator 22.2 through 26.06 is vulnerable to Server-Side Request Forgery (SSRF) due to insufficient validation of URLs specified in custom resources.
AnalysisAI
Server-Side Request Forgery in IBM Application Gateway Operator versions 22.2 through 26.06 lets remote unauthenticated attackers coerce the operator into issuing arbitrary HTTP requests by supplying attacker-controlled URLs in custom resources that the operator fails to validate. Because the operator typically runs inside a Kubernetes/OpenShift cluster, this SSRF can reach internal-only services and cloud metadata endpoints. There is no public exploit identified at time of analysis, EPSS risk is low (0.29%, 21st percentile), and CISA SSVC rates exploitation as none.
Technical ContextAI
IBM Application Gateway (IAG) Operator is a Kubernetes/OpenShift operator that provisions and manages IBM Application Gateway instances via Custom Resources (CRDs). The affected component is identified by CPE cpe:2.3:a:ibm:application_gateway_operator. The root cause is CWE-918 (Server-Side Request Forgery): the operator accepts URL values inside custom-resource specifications and dereferences or forwards requests to them without sufficient validation or allow-listing. In an operator pattern, the controller reconciles CR state from a privileged position within the cluster network, so an unvalidated URL becomes a request originated by a trusted in-cluster identity, potentially bypassing network segmentation that would otherwise block an external caller.
RemediationAI
Patch available per vendor advisory - upgrade the IBM Application Gateway Operator to the fixed release identified in IBM's advisory at https://www.ibm.com/support/pages/node/7282296 (the exact fixed version is not stated in the provided data, so confirm the target build directly from that advisory before upgrading). Until the operator is patched, restrict who can create or modify the operator's custom resources via Kubernetes RBAC so untrusted users cannot inject arbitrary URLs, and apply egress NetworkPolicies to the operator's namespace/pod to block outbound requests to internal service ranges, link-local addresses, and the cloud metadata endpoint (169.254.169.254) - noting this may break legitimate outbound integrations the operator relies on, so validate required destinations first. Also enable admission-controller validation on the CR fields carrying URLs to enforce an allow-list of expected hosts.
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53450
GHSA-g8h4-jvg2-r37q