CVE-2026-29111
Received
Received - Intake
Stack Overflow in systemd IPC Causes PID 1 Crash or Freeze
Publication date: 2026-03-23
Last updated on: 2026-04-15
Assigner: GitHub, Inc.
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| systemd_project | systemd | From 239 (inc) to 257.11 (exc) |
| systemd_project | systemd | From 258 (inc) to 258.5 (exc) |
| systemd_project | systemd | From 259 (inc) to 259.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-269 | The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor. |