In the Linux kernel, the following vulnerability has been resolved: audit: fix recursive locking deadlock in audit_dupe_exe() A deadlock occurs in the audit subsystem when duplicating executable-re…
High CVSS 7.5
Summary
In the Linux kernel, the following vulnerability has been resolved: audit: fix recursive locking deadlock in audit_dupe_exe() A deadlock occurs in the audit subsystem when duplicating executable-related rules. When a file is moved (e.g., via do_renameat2()), the VFS layer locks the parent directory (I_MUTEX_PARENT), which synchronously triggers an fsnotify_move event. If an existing executable audit rule matches the file being moved, the audit subsystem catches this event and calls audit_dup…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/36eb77f14b4e6f2dc1008c1fabe31236397be27a
- https://git.kernel.org/stable/c/3b601938314c24fcd1afb6659cad92fe96c9c2f8
- https://git.kernel.org/stable/c/40879c39d6740f3dddfb52b5d6ba7fb8cceb84d8
- https://git.kernel.org/stable/c/7d1f66c69898ffb1a718926c32a777ecc471caca
- https://git.kernel.org/stable/c/81905b5acbe77284734438df3fbec1158e6429a3
Timeline
- nvd_ingest NVD