Skip to content
VulniPulse
Advisory severityMedium4.7Red Hat Linux

Medium [CVE-2025-4598] race condition that allows a local attacker to crash a suid program and gain read access to the resulting core dump

This medium-severity Red Hat Linux advisory covers CVE-2025-4598 affecting Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 9, Red Hat Ceph Storage 7.

Aggregated and source-linked by VulniPulse. Data sources, validation and limitations.

CVE-2025-4598 Source published Source updated

VulniPulse record published

Affected products & platforms
Red Hat LinuxRed Hat Enterprise Linux
Open source advisory

Android app · Google Play

Monitor future Red Hat Linux CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

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.

If the attacker wins the race condition, they gain access to the original's SUID process coredump file. This flaw was rated as having a severity of Moderate due to the complexity to exploit this flaw.

The attacker needs to setup a way to win the race condition and have an unprivileged local account to successfully exploit this vulnerability. Red Hat severity: Moderate — CVSS 4.7 (CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N).

Weakness: CWE-364. Affected Red Hat products: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 9; Red Hat Ceph Storage 7; Red Hat Ceph Storage 8; Red Hat Discovery 2; Red Hat Insights proxy 1.5; Red Hat Enterprise Linux 7; Red Hat Enterprise Linux 8; Red Hat OpenShift Container Platform 4.

Affected products named by the advisory: Red Hat package: systemd.

Affected versions

No affected-version range was extracted from the source record. The vendor advisory is authoritative — check it before change work.

Official advisory · high-confidence parse· fetched 22 days ago·verify at source

Fixed versions
  • systemd-0:257-23.el10
  • systemd-0:252-55.el9_7.7
  • rhceph/rhceph-7-rhel9:7
  • rhceph/rhceph-8-rhel9:8
  • rhceph/rhceph-8-rhel9:1769512383
  • discovery/discovery-server-rhel9:1767888970
  • discovery/discovery-ui-rhel9:1767904573
  • insights-proxy/insights-proxy-container-rhel9:1.5.9-1765201856
  • RHSA-2026:18153
  • RHSA-2025:22660
  • RHSA-2025:23234
  • RHSA-2025:23227
  • RHSA-2026:1652
  • RHSA-2026:0414
  • RHSA-2025:22868

Official advisory · high-confidence parse· fetched 22 days ago·verify at source

Mitigation checklist

Recommended fix / mitigation
  • This issue can be mitigated by disabling the capability of the system to generate a coredump for SUID binaries. The perform that, the following command can be ran as `root` user: ~~~ echo 0 > /proc/sys/fs/suid_dumpable ~~~ While this mitigates this vulnerability while it's not possible to update the systemd package, it disables the capability of analyzing crashes for such binaries.

Official advisory · high-confidence parse· fetched 22 days ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.