All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-49412
NONEpublished 2026-06-27 09:16 UTC · 1 day ago
CVSS / 10
// description
The kernel handler for IPV6_MSFILTER dropped a serializing lock in order to copy the source-filter list from userspace, then reacquired the lock. During this window another thread could free the multicast filter structure, leaving the handler with a stale pointer to freed memory. An unprivileged local user can exploit this use-after-free to escalate privileges.
// weaknesses (CWE)
- CWE-416