FlawAtlas
Search the atlas
CVE-2026-26963 Moderate

Cilium may not enforce host firewall policies when Native Routing, WireGuard and Node Encryption are enabled in github.com/cilium/cilium

Cilium may not enforce host firewall policies when Native Routing, WireGuard and Node Encryption are enabled in github.com/cilium/cilium

Exploit probability 0.1%
Published February 23, 2026
Required by Not available
Last source change February 23, 2026

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

12 explicit affected versions

Go github.com/cilium/cilium
Bitnami cilium
Bitnami hubble-relay
Bitnami cilium-operator
Go github.com/cilium/cilium

03 / CONNECTIONS

Connected vulnerabilities

related OPENSUSE-SU-2026:21483-1

04 / EVIDENCE

Source records

Open Source Vulnerabilities CVE-2026-26963

Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Versions 1.18.0 through 1.18.5 will incorrectly permit traffic from Pods on other nodes when Native Routing, WireGuard and Node Encryption are enabled. This issue has been fixed in version 1.18.6.

View original source
Open Source Vulnerabilities BIT-cilium-operator-2026-26963

Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Versions 1.18.0 through 1.18.5 will incorrectly permit traffic from Pods on other nodes when Native Routing, WireGuard and Node Encryption are enabled. This issue has been fixed in version 1.18.6.

View original source
Open Source Vulnerabilities GHSA-5r23-prx4-mqg3

### Impact [Host Policies](https://docs.cilium.io/en/stable/security/policy/language/#host-policies) will incorrectly permit traffic from Pods on other nodes when all of the following configurations are enabled: * [Native Routing](https://docs.cilium.io/en/stable/network/concepts/routing/#native-routing) * [WireGuard](https://docs.cilium.io/en/stable/security/policy/language/#host-policies) * [Node Encryption](https://docs.cilium.io/en/stable/security/network/encryption-wireguard/#node-to-node-encryption-beta) (beta) These options are disabled by default in Cilium. ### Patches This issue was fixed by #42892. This issue affects: * Cilium v1.18 between v1.18.0 and v1.18.5 inclusive This issue is fixed in: * Cilium v1.18.6 ### Workarounds There is currently no officially verified or comprehensive workaround for this issue. The following procedure has been validated strictly within a local 'Kind' environment and has not undergone exhaustive testing across diverse production architectures. Proceed with caution. To mitigate the identified traffic bypass, ensure all ingress traffic from the `cilium_wg0` interface is explicitly routed to `cilium_host` for policy enforcement. This ensures that host-level security policies are applied to decrypted WireGuard traffic. Execute the following configuration on each CiliumNode: ```bash # IPv4 Traffic ip rule add iif cilium_wg0 table 300 ip route add default dev cilium_host table 300 # IPv6 Traffic ip -6 rule add iif cilium_wg0 table 300 ip -6 route add default dev cilium_net table 300 ``` ### Acknowledgements Special thanks to @julianwiedmann for reporting the issue and helping with the resolution. ### For more information If you think you have found a vulnerability affecting Cilium, we strongly encourage you to report it to our security mailing list at [email protected]. This is a private mailing list for the Cilium security team, and your report will be treated as top priority. Please also address any comments or questions on this advisory to the same mailing list.

View original source
Open Source Vulnerabilities BIT-hubble-relay-2026-26963

Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Versions 1.18.0 through 1.18.5 will incorrectly permit traffic from Pods on other nodes when Native Routing, WireGuard and Node Encryption are enabled. This issue has been fixed in version 1.18.6.

View original source
Open Source Vulnerabilities BIT-cilium-2026-26963

Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Versions 1.18.0 through 1.18.5 will incorrectly permit traffic from Pods on other nodes when Native Routing, WireGuard and Node Encryption are enabled. This issue has been fixed in version 1.18.6.

View original source
Open Source Vulnerabilities GO-2026-4522

Cilium may not enforce host firewall policies when Native Routing, WireGuard and Node Encryption are enabled in github.com/cilium/cilium

View original source

05 / REFERENCES

Further evidence