CVE-2026-23001: macvlan: fix possible UAF in macvlan_forward_source()
In the Linux kernel, the following vulnerability has been resolved:
macvlan: fix possible UAF in macvlan_forward_source()
Add RCU protection on (struct macvlan_source_entry)->vlan.
Whenever macvlan_hash_del_source() is called, we must clear
entry->vlan pointer before RCU grace period starts.
This allows macvlan_forward_source() to skip over
entries queued for freeing.
Note that macvlan_dev are already RCU protected, as they
are embedded in a standard netdev (netdev_priv(ndev)).
https: //lore.kernel.org/netdev/695fb1e8.050a0220.1c677c.039f.GAE@google.com/T/#u
Security readout for executives and security teams
Plain-English summary
CVE-2026-23001 is a Linux kernel memory safety flaw in macvlan networking. A local authenticated user could potentially trigger use-after-free behavior that may impact confidentiality, integrity, or availability. The business risk is highest on Linux hosts where untrusted users, containers, or workloads can interact with macvlan-related networking paths.
Executive priority
Treat as a high-priority kernel update for shared Linux infrastructure. It requires local privileges, so internet-facing urgency is lower than remote bugs, but impact can be severe on multi-user or containerized systems.
Technical view
The issue is a possible use-after-free in macvlan_forward_source(). The fix adds RCU protection for macvlan_source_entry->vlan and clears the pointer before the RCU grace period starts, allowing forwarding logic to skip entries queued for freeing.
Likely exposure
Exposure is likely limited to Linux systems running affected kernel versions with macvlan functionality present, especially multi-tenant hosts, container platforms, and systems where local users or workloads can exercise networking behavior.
Exploitation context
The CVSS vector is local, low complexity, privileges required, and no user interaction. The source bundle does not show CISA KEV listing or cited evidence of active exploitation.
Researcher notes
The public description is focused on the kernel fix, not exploitability details. Validation should center on kernel lineage, vendor backports, and macvlan usage. Do not assume remote reachability or active exploitation from the provided evidence.
Mitigation direction
Apply vendor kernel updates containing the referenced stable fixes.
Prioritize multi-tenant Linux hosts and container infrastructure using macvlan.
Check distribution advisories for backported fixes and package-specific status.
Review whether macvlan is required on exposed or shared systems.
Validation and detection
Inventory Linux kernel versions across servers and container hosts.
Compare deployed kernels against vendor advisories and referenced stable commits.
Identify hosts using macvlan networking or related container network configurations.
Confirm updated kernels are booted after patching, not merely installed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-23001 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
8Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.