All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-54230
HIGHpublished 2026-06-13 03:16 UTC · 12 days ago · modified 2026-06-15 21:09 UTC
7.0
CVSS / 10
// description
A symlink following vulnerability was found in the ABRT post-create event handler scripts in libreport. Event scripts write output files using shell redirections without the O_NOFOLLOW flag. If the target file is replaced with a symlink, the shell process running as root follows the symlink and writes content to the symlink target, allowing arbitrary file overwrites on the system.
// 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-59