Updated: 2026-07-21
Updated: 2026-06-09
Updated: 2026-06-03
Date: 2026-05-28
CRITICAL risk vulnerability concerning Linux kernel/cifs-utils local root exploit via forged cifs.spnego upcall. [R 1]
EGI SVG ID : EGI-SVG-2026-21
CVE ID : CVE-2026-46243
CVSS Score : 7.8
Sites should ensure that the cifs-utils package is removed and/or other mitigating action (see the “MITIGATION” section below) is in place on hosts that can be accessed by unprivileged users, e.g. grid worker nodes.
All running resources MUST have mitigation in place or software removed by 2026-06-05 00:00 UTC.
Sites failing to act or respond to requests from the EGI CSIRT team risk site suspension. [R 98]
See [R 1], under “Immediate-term mitigations”, possibilities are:
deinstall the cifs-utils package
cifs kernel module:
cat > /etc/modprobe.d/blacklist-cifs.conf << EOF
blacklist cifs
install cifs /bin/false
EOF
And make sure it’s unloaded:
modprobe -r cifs
If the latter command fails to unload the module because it is in use by something, the host would need to be rebooted.
cifs.spnego request-key rule
(if Kerberos cifs is not required), e.g., after adjusting for
your keyctl path (can be /usr/bin/keyctl instead):
cat > /etc/request-key.d/cifs.spnego.conf << EOF
create cifs.spnego * * /usr/sbin/keyctl negate %k 30 %S
EOF
TLP:CLEAR information - Unlimited distribution
https://advisories.egi.eu/Advisory-EGI-SVG-2026-21
https:///advisories.egi.eu/Advisory-SVG-CVE-2026-46243
Minor updates may be made without re-distribution to the sites.
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. -----------------------------
See [R 99]
[R 5] https://forums.rockylinux.org/t/is-cve-2026-46243-fixed-in-rockylinux-9-7/20569/14
SVG was alerted to this vulnerability by Jakub Havrila