EGI SVG Advisories

Advisory-EGI-SVG-2026-27

Linux kernel DirtyClone vulnerability

Date: 2026-06-26

NOTE:

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

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

DESCRIPTION

CRITICAL risk Linux kernel vulnerability “DirtyClone” allowing local privilege escalation to root [R 1].

IDs AND CVSS SCORE

EGI SVG ID : EGI-SVG-2026-27

CVE ID : CVE-2026-43503

CVSSv3 Score:

ACTIONS REQUIRED/RECOMMENDED

Urgent action is required on hosts giving access to unprivileged users, e.g. grid worker nodes, but also container hosts, notebook servers and CI runners.

At the time of writing, fixed kernels are only available for some 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.

Please apply these mitigation commands on affected hosts in the meantime:

modprobe -r esp4 esp6 rxrpc
cat >/etc/modprobe.d/mitigation-dirtyclone.conf <<'EOF'
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
blacklist esp4
blacklist esp6
blacklist rxrpc
EOF
echo 3 > /proc/sys/vm/drop_caches

They are sufficient to prevent potential exploits and are not expected to affect vital functionality.

A reboot is not needed just to apply those mitigations.

If such a module is reported as being in use:

Alternatively, unprivileged network namespaces can be disabled: please see [R 7] for details.

STATUS OF THIS ADVISORY

TLP:CLEAR information - Unlimited distribution

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

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

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. -----------------------------

REFERENCES

CREDITS

SVG was alerted to this vulnerability by Laurent Caillat-Vallet (EGI CSIRT)