EGI SVG Advisories

Advisory-EGI-SVG-2026-36

CRITICAL risk Linux Open vSwitch vulnerability

Update: 2026-08-13

Date: 2026-07-30

NOTE: All running resources MUST be either patched or have mitigation in place or affected services disabled by 2026-08-07 00:00 UTC.

Sites failing to act or respond to requests from the EGI CSIRT team risk site suspension. [R 98]

DESCRIPTION

An important flaw in the Linux kernel’s Open vSwitch datapath may allow a local attacker to achieve privilege escalation. It is extensively described at [R 1] [R 2], including public exploit code.

NOTE: exploits need unprivileged network namespaces to be enabled.

IDs AND CVSS SCORE

EGI SVG ID : EGI-SVG-2026-36

CVE ID : CVE-2026-64531

CVSSv3 Score:

ACTIONS REQUIRED/RECOMMENDED

Sites are required to apply mitigation or update as soon as possible the Linux kernel on hosts giving access to unprivileged users, e.g. grid worker nodes, container hosts, notebook servers and CI runners.

At the time of writing, fixed kernels are available for only a few of the relevant distributions. Please check the references listed at the bottom of this advisory for your distribution(s), update and reboot affected systems as soon as feasible. Mitigation is described below.

MITIGATION

To prevent the published method from exploiting the vulnerability, it is sufficient to disable unprivileged network namespaces [R 8].

Alternatively, prevent any Open vSwitch functionality from being used:

modprobe -r openvswitch || echo A reboot is needed for this mitigation to work

cat >/etc/modprobe.d/mitigation-cve-2026-64531.conf <<'EOF'
blacklist openvswitch
install openvswitch /bin/false
EOF

STATUS OF THIS ADVISORY

TLP:CLEAR information - Unlimited distribution

https://advisories.egi.eu/Advisory-EGI-SVG-2026-36

https://advisories.egi.eu/Advisory-SVG-CVE-2026-64531

Minor updates may be made without re-distribution to the sites.

CONTACT AND OTHER INFORMATION ON SVG


This advisory is subject to the Creative Commons licence 
https://creativecommons.org/licenses/by/4.0/ and
the EGI (https://www.egi.eu/) Software Vulnerability Group 
must be credited. ------

Comments or questions should be sent to svg-rat at mailman.egi.eu

Vulnerabilities relevant for EGI can be reported at report-vulnerability at egi.eu

See [R 99] for further details, and other information on SVG.

REFERENCES

CREDITS

SVG was alerted to this vulnerability by Pau Cutrina Vilalta (CERN Computer Security)