Linux Kernel
CVE-2024-26822
MEDIUM
Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Lifecycle Timeline
3DescriptionCVE.org
In the Linux kernel, the following vulnerability has been resolved:
smb: client: set correct id, uid and cruid for multiuser automounts
When uid, gid and cruid are not specified, we need to dynamically set them into the filesystem context used for automounting otherwise they'll end up reusing the values from the parent mount.
AnalysisAI
This vulnerability in the Linux kernel's SMB client implementation fails to properly set user identity attributes (uid, gid, cruid) during multiuser automount operations, causing child mounts to inherit credentials from the parent mount instead of dynamically assigning correct values. A local attacker with unprivileged user access can exploit this to gain unauthorized access to files or perform operations with elevated privileges on SMB shares, potentially leading to privilege escalation. The vulnerability affects multiple kernel versions from 5.15.124 through 6.8-rc4, patches are available from the kernel maintainers, and the EPSS score of 0.03% indicates low real-world exploitation probability despite the moderate CVSS rating.
Technical ContextAI
The vulnerability resides in the Linux kernel's SMB (Server Message Block) client implementation, specifically in the automounting subsystem that handles multiuser SMB mount scenarios. When automounting child filesystems, the code fails to dynamically configure the filesystem context (fsctx) with correct uid, gid, and cruid values when these are not explicitly specified by the user. Instead, the child mount inherits these credential values from the parent mount context, violating the principle of least privilege in multiuser environments. This is a configuration/initialization issue rather than a memory corruption or authentication bypass; the root cause falls under improper input handling or missing validation (CWE category concerning default/inherited values). The affected products are identified via CPE as Linux kernel versions including 5.15.124, 6.1.54, and the 6.8 release candidate series (rc1 through rc4), as well as broader version ranges indicated by wildcard CPE entries.
RemediationAI
Apply the available kernel patches from the upstream Linux kernel project by upgrading to a kernel version that includes one of the referenced commits (2ceba8ae1bd1f5589548cb722a5c583ca3a2dede, 4508ec17357094e2075f334948393ddedbb75157, 4a6e4c56721a3e6e2550b72ec56aab306c4607a7, 7590ba9057c6d74c66f3b909a383ec47cd2f27fb, or c2aa2718cda2d56b4a551cb40043e9abc9684626). Most Linux distributions will address this through standard security updates; users should apply kernel updates from their distribution vendor (Red Hat, Ubuntu, Debian, etc.) as they become available. For systems using multiuser SMB mounts, explicitly specify uid, gid, and cruid mount options rather than relying on defaults, and verify that each user or mount point is configured with appropriate identity attributes. Restrict SMB mount permissions to trusted users and apply principle of least privilege to credential delegation. Monitor kernel.org (https://git.kernel.org/stable) for stable branch updates and follow your distribution's security advisory channels (e.g., Red Hat Security Advisories, Ubuntu Security Notices) for official patch availability.
More in Linux Kernel
View allLinux kernel contains a flaw known as 'Dirty Pipe' where improper pipe buffer flag initialization allows unprivileged lo
The overlayfs implementation in the linux (aka Linux kernel) package before 3.19.0-21.21 in Ubuntu through 15.04 does no
The packet_set_ring function in net/packet/af_packet.c in the Linux kernel through 4.10.6 does not properly validate cer
The check_alu_op function in kernel/bpf/verifier.c in the Linux kernel through 4.4 allows local users to cause a denial
Linux kernel: Exploitable memory corruption due to UFO to non-UFO path switch. Rated high severity (CVSS 7.0). Public ex
The ovl_setattr function in fs/overlayfs/inode.c in the Linux kernel through 4.3.3 attempts to merge distinct setattr op
The mem_write function in the Linux kernel before 3.2.2, when ASLR is disabled, does not properly check permissions when
The compat_sys_recvmmsg function in net/compat.c in the Linux kernel before 3.13.2, when CONFIG_X86_X32 is enabled, allo
Race condition in net/packet/af_packet.c in the Linux kernel through 4.8.12 allows local users to gain privileges or cau
The join_session_keyring function in security/keys/process_keys.c in the Linux kernel before 4.4.1 mishandles object ref
A remote code execution vulnerability in the Broadcom Wi-Fi firmware could enable a remote attacker to execute arbitrary
It was discovered that the cls_route filter implementation in the Linux kernel would not remove an old filter from the h
Same technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today