CVE-2026-29111 PUBLISHED

systemd: Local unprivileged user can trigger an assert

Assigner: GitHub_M
Reserved: 03.03.2026 Published: 23.03.2026 Updated: 23.03.2026

systemd, a system and service manager, (as PID 1) hits an assert and freezes execution when an unprivileged IPC API call is made with spurious data. On version v249 and older the effect is not an assert, but stack overwriting, with the attacker controlled content. From version v250 and newer this is not possible as the safety check causes an assert instead. This IPC call was added in v239, so versions older than that are not affected. Versions 260-rc1, 259.2, 258.5, and 257.11 contain patches. No known workarounds are available.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 5.5

Product Status

Vendor systemd
Product systemd
Versions
  • Version >= 239, < 257.11 is affected
  • Version >= 258, < 258.5 is affected
  • Version >= 259, < 259.2 is affected

References

Problem Types

  • CWE-269: Improper Privilege Management CWE