Security Advisory

CVE-2025-21659

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-01-21 12:18:15
Last updated 2026-07-30 05:44:47
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: netdev: prevent accessing NAPI instances from another namespace The NAPI IDs were not fully exposed to user space prior to the netlink API, so they were never namespaced. The netlink API must ensure that at the very least NAPI instance belongs to the same netns as the owner of the genl sock. napi_by_id() can become static now, but it needs to move because of dev_get_by_napi_id().