First published: Fri Sep 13 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | <=5.10.223-1 | 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46713 has not been assigned a specific severity rating, but it addresses a critical serialization issue in the Linux kernel's AUX buffer.
To fix CVE-2024-46713, update your Linux kernel to the versions 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-46713 affects Linux kernel versions up to and including 5.10.223-1 and certain versions of 6.1.
CVE-2024-46713 impacts the 'perf/aux' component of the Linux kernel related to AUX buffer serialization.
CVE-2024-46713 was reported by a user named Ole, indicating a deficiency in buffer serialization.