THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-64300 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in map_range() map_range() reads rb->aux_pages[], rb->aux_nr_pages and rb->aux_pgoff via perf_mmap_to_page() while holding only event->mmap_mutex. Those fields are serialized by rb->aux_m

[NVD] CVE-2026-64300 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in map_range() map_range() reads rb->aux_pages[], rb->aux_nr_pages and rb->aux_pgoff via perf_mmap_to_page() while holding only event->mmap_mutex. Those fields are serialized by rb->aux_m

lownvdPublished 2026-07-25

CVE-2026-64300 CVSS: 7.8 HIGH Published: 2026-07-25T10:17:10.930

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

perf/aux: Fix page UAF in map_range()

map_range() reads rb->aux_pages[], rb->aux_nr_pages and rb->aux_pgoff via perf_mmap_to_page() while holding only event->mmap_mutex. Those fields are serialized by rb->aux_mutex, and mmap_mutex is per event.

Thus, two events s

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-64300