CVE-2026-54229
Awaiting Analysis Awaiting Analysis - Queue

Race Condition in abrt-dbus D-Bus Service

Vulnerability report for CVE-2026-54229, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-13

Last updated on: 2026-06-30

Assigner: Red Hat, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-13
Last Modified
2026-06-30
Generated
2026-07-03
AI Q&A
2026-06-13
EPSS Evaluated
2026-07-02
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
redhat abrt *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-362 The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a race condition in the abrt-dbus D-Bus service's ChownProblemDir method. The method opens the dump directory in read-only mode and attempts to change ownership of all files to the caller's user ID. Because it uses a read-only open that does not conflict with existing write locks held by post-create event handlers, an attacker can exploit this timing issue to gain filesystem-level control of the dump directory while privileged event scripts are still running.

Impact Analysis

This vulnerability allows an attacker with limited privileges to gain control over files in the dump directory even while privileged event scripts are executing. This can lead to unauthorized modification or replacement of files, potentially allowing privilege escalation or interference with system diagnostics and recovery processes.

Detection Guidance

This vulnerability involves a race condition in the abrt-dbus D-Bus service's ChownProblemDir method, which affects file ownership changes in the dump directory. Detection would involve monitoring the abrt-dbus service behavior and checking for unexpected ownership changes in the dump directory files.

You can check for suspicious ownership changes in the dump directory by running commands like:

  • ls -l /var/spool/abrt/ (or the relevant dump directory) to list file ownership and permissions.
  • auditctl -w /var/spool/abrt/ -p wa -k abrt_watch to monitor write and attribute changes in the dump directory.
  • journalctl -u abrt-dbus.service to review logs related to the abrt-dbus service for unusual activity.
Mitigation Strategies

Immediate mitigation steps include restricting access to the abrt-dbus service and the dump directory to trusted users only, and monitoring for suspicious activity.

Applying any available patches or updates from the vendor that address this race condition is critical once they are released.

Additionally, consider temporarily disabling the abrt-dbus service if it is not essential, to prevent exploitation while a fix is pending.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54229. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart