CVE-2026-74512

Source
https://cve.org/CVERecord?id=CVE-2026-74512
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74512.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74512
Downstream
Published
2026-08-15T12:27:33.736Z
Modified
2026-08-17T03:55:04.484155815Z
Summary
audit: fix potential use-after-free in audit_del_rule()
Details

In the Linux kernel, the following vulnerability has been resolved:

audit: fix potential use-after-free in auditdelrule()

audit_del_rule() destroys e->rule.exe via audit_remove_mark_rule() before unlinking the rule from RCU-visible filter lists and waiting for a grace period. Concurrent readers in audit_filter() and audit_filter_rules() still dereference e->rule.exe, while the fsnotify mark can be freed on an independent lifetime path. This creates a use-after-free window during rule deletion.

Fix this by unlinking the rule from the RCU-visible lists and invoking synchronize_rcu() before calling audit_remove_mark_rule() (and other rule removal helpers). This ensures that all existing RCU readers have exited the critical section before any underlying resources are destroyed.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74512.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
34d99af52ad40bd498ba66970579a5bc1fb1a3bc
Fixed
45bf3df5b32e5a49953e7ceabc55f7dd85380e46
Fixed
78bde7e9bd36eaae1b8e8cfcd47f12a34f301dbf
Fixed
cae0dfed5d307b240bff71c3cf206652d1b6f215
Fixed
5b8f46864f06d6dbacb7dcea52bc084dfd122638
Fixed
246df90b5f1a8a6e6abbd2f058b029558720adec

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74512.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.3.0
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74512.json"