4.7

CVE-2025-4598

Exploit

A vulnerability was found in systemd-coredump. This flaw allows an attacker to force a SUID process to crash and replace it with a non-SUID binary to access the original's privileged process coredump, allowing the attacker to read sensitive data, such as /etc/shadow content, loaded by the original process.

A SUID binary or process has a special type of permission, which allows the process to run with the file owner's permissions, regardless of the user executing the binary. This allows the process to access more restricted data than unprivileged users or processes would be able to. An attacker can leverage this flaw by forcing a SUID process to crash and force the Linux kernel to recycle the process PID before systemd-coredump can analyze the /proc/pid/auxv file. If the attacker wins the race condition, they gain access to the original's SUID process coredump file. They can read sensitive content loaded into memory by the original binary, affecting data confidentiality.

Data is provided by the National Vulnerability Database (NVD)
Systemd ProjectSystemd Version < 252.37
Systemd ProjectSystemd Version >= 253 < 253.32
Systemd ProjectSystemd Version >= 254 < 254.25
Systemd ProjectSystemd Version >= 255 < 255.19
Systemd ProjectSystemd Version >= 256 < 256.14
Systemd ProjectSystemd Version >= 257 < 257.6
RedhatEnterprise Linux Version7.0
RedhatEnterprise Linux Version8.0
RedhatEnterprise Linux Version9.0
RedhatEnterprise Linux Version10.0
DebianDebian Linux Version11.0
DebianDebian Linux Version12.0
OracleLinux Version8 Update-
OracleLinux Version9 Update-
LinuxLinux Kernel Version < 6.16
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.05% 0.168
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
secalert@redhat.com 4.7 1 3.6
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
CWE-364 Signal Handler Race Condition

The product uses a signal handler that introduces a race condition.