All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-54229
HIGHpublished 2026-06-13 03:16 UTC · 12 days ago · modified 2026-06-15 21:09 UTC
7.0
CVSS / 10
// 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 3.1 vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-362