In the Linux kernel, the following vulnerability has been resolved:
perf/aux: Fix AUX buffer serialization
Ole reported that event->mmap_mutex is strictly insufficient to
serialize the AUX buffer, add a per RB mutex to fully serialize it.
Note that in the lock order comment the perf_event::mmap_mutex order
was already wrong, that is, it nesting under mmap_lock is not new with
this patch.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-09-13 15:15
Updated : 2024-09-13 16:37
NVD link : CVE-2024-46713
Mitre link : CVE-2024-46713
CVE.ORG link : CVE-2024-46713
JSON object : View
Products Affected
No product.
CWE
No CWE.