CVE-2019-6454 describes a denial-of-service vulnerability in systemd versions 239 and earlier, affecting various Linux distributions and products including Canonical, Debian, Fedora, and Red Hat. An unprivileged local user can exploit a stack buffer overflow in the sd-bus component by sending a specially crafted D-Bus message to PID1. This can cause systemd to crash and trigger a kernel panic, leading to system unavailability. The vulnerability has a CVSS score of 5.5 (Medium) with low attack complexity and local access required, resulting in high availability impact. There is no known active exploitation, and public exploit code (Metasploit, Nuclei, ExploitDB) is unavailable, though it has garnered some community discussion and media coverage.
| Vendor | Product | Version(s) | CPE |
|---|---|---|---|
239CPE matchmatch criteria | cpe:2.3:a:systemd_project:systemd:239:*:*:*:*:*:*:* | ||
15.0CPE matchmatch criteria | cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:* | ||
Range not provided by sourceCPE matchmatch criteria | cpe:2.3:a:netapp:active_iq_performance_analytics_services:-:*:*:*:*:*:*:* | ||
8.0CPE matchmatch criteria | cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:* | ||
9.0CPE matchmatch criteria | cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:* |
CVSS version used by this source: 3.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.0 Bluesky, 0.0 Mastodon, and 0.1 GitHub mentions.
The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.
CVE-2019-6454
Aug 11, 2020An issue was discovered in sd-bus in systemd 239. bus_process_object() in libsystemd/sd-bus/bus-objects.c allocates a variable-length stack buffer for temporarily storing the object path of incoming D-Bus messages. An unprivileged local user can exploit this by sending a specially crafted message to PID1 causing the stack pointer to jump over the stack guard pages into an unmapped memory region and trigger a denial of service (systemd PID1 crash and kernel panic).
Mar 12, 2019systemd: Insufficient input validation in bus_process_object() resulting in PID 1 crash
Feb 18, 2019