[Security Advisory] Linux Kernel Open vSwitch Local Privilege Escalation Vulnerability(CVE-2026-64531)
A local privilege escalation vulnerability (CVE-2026-64531, alias “OVSwrap”) has been disclosed in the Linux kernel Open vSwitch (OVS) module. A local, unprivileged attacker can exploit it to escalate to root and take full control of the host. Technical details, a PoC, and an EXP are already public; no in-the-wild exploitation has been observed to date. We recommend assessing your exposure and remediating as soon as possible.
1 Vulnerability Details
2 Affected / Fixed Versions
Known affected distributions include, but are not limited to: RHEL 9/10, Debian 12/13/14, AlmaLinux 9.7/9.8/10.1/10.2, as well as both Desktop and Server editions of Ubuntu 22.04/24.04.
3 Quick Self-Check
uname -r # check whether the kernel version falls in the affected range
lsmod | grep openvswitch # no output = module not loaded, not currently affected4 Remediation
4.1 Upgrade to a Fixed Version (Recommended)
Assess the business impact, then upgrade to the fixed version listed above.

4.2 Temporary Mitigation (if unable to upgrade immediately)
Block the openvswitch module from loading to cut off the attack path (run as root):
sh -c "printf 'install openvswitch /bin/false\n' > /etc/modprobe.d/block-CVE-2026-64531.conf; rmmod openvswitch 2>/dev/null; true"Verify: cat /proc/modules | grep openvswitch (no output means the mitigation is in effect).
Note: this will affect virtual/container networking that depends on the OVS kernel module — please assess before applying, and back up data before upgrading.
5 Timeline
6 Support
If you have any questions, please contact our technical support team via the ticket system. We will continue to monitor this vulnerability and update this advisory as new information becomes available.