YAOOK Security Advisory for CVE-2026-71193 and CVE-2026-71194
- Date: 11 August 2026
- Upstream advisory: https://security.openstack.org/ossa/OSSA-2026-034.html
- Upstream bug: https://launchpad.net/bugs/2160533
What are CVE-2026-71193 and CVE-2026-71194, and how do they affect YAOOK?
Tore Anderson (Redpill Linpro AS) reported a vulnerability in OpenStack Designate zone scheduling. An authenticated tenant can bypass zone ownership checks by scheduling a zone to a different pool, creating overlapping zones that hijack or deny service to another tenant’s DNS records. Any user with the default `create_zone` policy can exploit this when the AttributeFilter scheduler is enabled. Only deployments using the AttributeFilter scheduler with multiple pools are affected.
Omer Schwartz (Red Hat) discovered a related vulnerability in the Designate mDNS handler during triage. The mDNS handler performs pool-blind record lookups which fail when there are conflicting zones across pools, causing deterministic DNS query failures. The NOTIFY handler path is accessible via unauthenticated UDP.
Is my cluster vulnerable?
- designate images prior to version 1.0.29
- yaook release prior to 3.3.0
Upgrading
operator:
extraEnv:
- name: YAOOK_OP_VERSIONS_OVERRIDE
value: |
{
"registry.yaook.cloud/yaook/designate-2024.1": "registry.yaook.cloud/yaook/designate-2024.1:1.0.29",
"registry.yaook.cloud/yaook/designate-2024.2": "registry.yaook.cloud/yaook/designate-2024.2:1.0.29",
"registry.yaook.cloud/yaook/designate-2025.1": "registry.yaook.cloud/yaook/designate-2025.1:1.0.29",
"registry.yaook.cloud/yaook/designate-2025.2": "registry.yaook.cloud/yaook/designate-2025.2:1.0.29",
"registry.yaook.cloud/yaook/designate-2026.1": "registry.yaook.cloud/yaook/designate-2026.1:1.0.29"
}env section of your designated operator’s deployment’s pod template.