Severity by source
AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Local D-Bus call (AV:L) by any logged-in user (PR:L), no UI, success requires winning a narrow lock race (AC:H), yielding ownership-level control over privileged dump files (C/I/A:H).
Primary rating from Vendor (redhat).
CVSS VectorVendor: redhat
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
A race condition was found in the abrt-dbus D-Bus service's ChownProblemDir method. ChownProblemDir opens the dump directory with DD_OPEN_READONLY and calls dd_chown to change ownership of all files to the caller's uid, succeeding even while post-create event handlers hold a write lock. This allows an attacker to gain filesystem-level control of the dump directory while privileged event scripts are still running.
AnalysisAI
Local privilege escalation in the abrt-dbus D-Bus service on Red Hat Enterprise Linux 6, 7, and 8 allows a low-privileged local user to race the ChownProblemDir method against still-running post-create event handlers. By invoking ChownProblemDir while privileged event scripts hold a write lock on the dump directory, the attacker gains filesystem ownership of files being written by root-context handlers, enabling tampering with privileged output and potential privilege escalation. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
ABRT (Automatic Bug Reporting Tool) exposes a system-level D-Bus interface (abrt-dbus) used to manage crash dump directories under /var/spool/abrt or /var/tmp/abrt. The ChownProblemDir method is intended to transfer ownership of a problem directory to the requesting user so they can read their own crash data, and it opens the dump directory with the DD_OPEN_READONLY flag before calling dd_chown to recursively chown all files. The root cause is CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization, i.e. a race condition): DD_OPEN_READONLY bypasses the directory's write-lock protocol, so the chown succeeds even while a separate privileged post-create event handler still holds the write lock and is producing files in the same directory. The result is a TOCTOU/locking gap between the privileged event pipeline and the unprivileged user that the dump is later handed to.
RemediationAI
No vendor-released patch identified at time of analysis from the provided input - track https://access.redhat.com/security/cve/CVE-2026-54229 and Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2488532 for the fixed abrt package versions for RHEL 6, 7, and 8 and apply them via yum/dnf once published. As a compensating control until a patch is available, restrict who can talk to the abrt-dbus service by tightening the org.freedesktop.problems / com.redhat.problems D-Bus policy in /etc/dbus-1/system.d/ to administrators only (this will break end-user retrieval of their own crash reports), or stop and mask the abrtd / abrt-dbus services with systemctl mask abrt-dbus.service abrtd.service on hosts where automated crash reporting is non-essential (side effect: no crash collection for support cases). On shared multi-user systems also consider disabling abrt post-create event scripts in /etc/libreport/events.d/ to shrink the race window, accepting reduced crash-handling automation.
More in Red Hat Enterprise Linux 6
View allRemote code execution in Samba's printing subsystem allows remote attackers to inject arbitrary shell commands via craft
Remote code execution and privilege escalation in HPLIP (HP Linux Imaging and Printing) affects the hpcups print filter
Out-of-bounds read in the GnuTLS DTLS handshake reassembly logic lets remote unauthenticated attackers trigger an intege
Local privilege escalation in Performance Co-Pilot (PCP) on Red Hat Enterprise Linux 6 through 10 and OpenShift Containe
Denial of service in Red Hat / 389 Directory Server (389-ds-base, versions since ~1.3.2/2013) allows an authenticated LD
Local-to-domain-wide root privilege escalation in SSSD's LDAP sudo provider allows an authenticated LDAP directory user
Heap buffer overflow in GStreamer's librfb (RFB/VNC client) allows a malicious VNC server to corrupt heap memory on a co
Confidential Active Directory attribute disclosure in Samba's Active Directory Domain Controller allows an authenticated
Information disclosure and denial of service in GnuTLS (libgnutls) let a remote, unauthenticated attacker trigger a heap
Remote denial-of-service in libssh 0.11.x and earlier allows unauthenticated attackers to crash SSH server daemon proces
Here is the multi-source synthesis as a single JSON object: ```json { "product_name": "GnuTLS", "summary": "Certifi
Privilege escalation to root and Kerberos-based authentication bypass in SSSD's Active Directory GPO provider affects Re
Same weakness CWE-362 – Race Condition
View allSame technique Race Condition
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36638
GHSA-c3cq-8jxp-w66j