Database/Kernel, userspace & hypervisor
systemd-homed: local homed-managed user can gain membership in arbitrary system groups
Impact
A local, logged-in user whose account is managed by systemd-homed can have arbitrary system groups added to their record, which is a privilege escalation path on any host where group membership is the access control. Group membership is exactly what gates the interesting device nodes and sockets on a GPU host - render and video for /dev/dri and /dev/kfd, disk, and the container runtime socket - so an unprivileged tenant account can convert this into control of the node. CVSS rates confidentiality, integrity and availability all high, tempered by high attack complexity and required user interaction. The practical exposure is narrow: most server images do not enable systemd-homed, and a fleet whose accounts come from /etc/passwd, LDAP or SSSD is not affected at all - check whether homed manages any accounts before scheduling work.
Who can reach it
A local user with an existing low-privileged, homed-managed account and an active login session on the host. Authentication as that user is required, plus some user interaction per the CVSS vector (AV:L/AC:H/PR:L/UI:R).
What to do
Update the distribution's systemd package and restart systemd-homed. On hosts that do not use homed-managed accounts - the normal case for datacenter images - disabling or masking systemd-homed.service removes the exposure entirely and is the cheaper action. The record carries only the systemd GHSA and states no fixed version; wait for your distro's systemd erratum for the exact build.
References
Related entries
- systemd-machined: unvalidated RegisterMachine class lets a local user reach root command executionCVE-2026-4105 · systemd-machined (RegisterMachine D-Bus method, class parameter validation)Medium
- QEMU virtio-blk: malformed guest SCSI request causes host-heap out-of-bounds writeCVE-2026-48914 · QEMU virtio-blk device (SCSI request descriptor size validation)Medium
- Linux kernel (AF_UNIX): Use-after-free in unix_stream_sendpage - local privilege escalation, no capabilities neededCVE-2023-4622 · Linux kernel (AF_UNIX)Medium
- Linux kernel (net/sched ETS): Out-of-bounds indexing in the ETS qdisc - memory corruption from CAP_NET_ADMINCVE-2025-21692 · Linux kernel (net/sched ETS)Medium
- Linux kernel (drivers/bus/fsl-mc): The fsl-mc bus read its driver_override string without holding the device lock, soCVE-2026-53115 · Linux kernel (drivers/bus/fsl-mc)Medium
- Linux kernel (drivers/pci): The PCI bus match callback read driver_override without the device lock, so the overrideCVE-2026-53120 · Linux kernel (drivers/pci)Medium
This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.