You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
vxlan
About this tag
VXLAN (Virtual Extensible LAN) is a kernel networking feature used for overlay networks in cloud, virtualization, and container environments. Recent discussions on WindowsForum cover two CVEs affecting Linux VXLAN: CVE-2026-23293, a NULL pointer dereference in the VXLAN transmit path when IPv6 is disabled at boot, and CVE-2025-37921, a locking bug in the VXLAN vnifilter code that can corrupt the Forwarding Database during VNI deletion. Microsoft's Azure Linux is confirmed as potentially affected by these vulnerabilities, but the attestation does not guarantee that other Microsoft products are immune. These threads explore the technical details of the bugs, their fixes, and the scope of Microsoft's security advisories.
When Linux boots with ipv6.disable=1, a narrow but important networking assumption can collapse in the VXLAN transmit path, producing a kernel NULL pointer dereference when an IPv6 packet is injected into the interface. The upstream fix for CVE-2026-23293 adds an early guard in...
The recently assigned CVE-2025-37921 patches a locking bug in the Linux kernel’s VXLAN vnifilter code that could leave the Forwarding Database (FDB) in an inconsistent state when a Virtual Network Identifier (VNI) is deleted. Microsoft’s public wording on the CVE names Azure Linux as a product...
Microsoft’s brief public attestation that Azure Linux “includes this open‑source library and is therefore potentially affected” is accurate for the product inventory the company has completed — but it is not an assurance that Azure Linux is the only Microsoft product that could contain the...