YAOOK Security Advisory for glance CVE-2026-71196, CVE-2026-71197, CVE-2026-71198

What are CVE-2026-71196, CVE-2026-71197 and CVE-2026-71198, and how do they affect YAOOK?

Sergey Kanibor and Abhishek Kekane reported three related SSRF vulnerabilities in Glance’s web-download import method and HTTP image location APIs. The web-download import features insecure default filtering that allows authenticated users to retrieve arbitrary internal URLs, including cloud metadata endpoints. Furthermore, the URI validator does not resolve DNS before applying host filters, enabling an attack to be bypassed via attacker-controlled domains and DNS rebinding. The HTTP image location API lacks host filtering entirely when the HTTP store is enabled. Fetched content is stored as image data and can be downloaded, turning blind SSRF into full-read exfiltration.

Is my cluster vulnerable?

The following images are vulnerable:
  • glance images prior to version 1.1.165
  • yaook release prior to 3.5.0
If this image is used in your cluster for the Glance deployment, the cluster is vulnerable.
 
The fixed image has been built in a private pipeline which has been published alongside this advisory to prove the image provenance.

Upgrading

A new stable release will be published according to the release cycle and hotfix releases will be produced starting now. You can upgrade to that release simply by updating your operators.
 
However, we recommend adding a YAOOK_OP_VERSIONS_OVERRIDE Add a variable to your `glance` operator container to fetch the image before the YAOOK full release is ready.
 
The best way to do this is to set the following in the values.yaml file of your glance-operator (make sure to merge this correctly with any existing values.yaml file, if you have one).
operator:
    extraEnv:
    - name: YAOOK_OP_VERSIONS_OVERRIDE
    value: |
 {
 "registry.yaook.cloud/yaook/glance-2024.1": "registry.yaook.cloud/yaook/glance-2024.1:1.1.165",
 "registry.yaook.cloud/yaook/glance-2024.2": "registry.yaook.cloud/yaook/glance-2024.2:1.1.165",
 "registry.yaook.cloud/yaook/glance-2025.1": "registry.yaook.cloud/yaook/glance-2025.1:1.1.165",
            "registry.yaook.cloud/yaook/glance-2025.2": "registry.yaook.cloud/yaook/glance-2025.2:1.1.165",
"registry.yaook.cloud/yaook/glance-2026.1": "registry.yaook.cloud/yaook/glance-2026.1:1.1.165" }
If you are not using Helm, you can add the environment variable to the env section of your Glance operator’s Deployment’s pod template.
de_DE_formal