245542 matches found
CVE-2026-72057
In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: preserve tcskbcb across defragmentation tcfcthandlefragments calls nfcthandlefragments without saving and restoring skb-cb. The defrag helper clears IPCB/IP6CB, which aliases the tcskbcb/qdiscskbcb control buffe...
CVE-2026-72055 net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelink
In the Linux kernel, the following vulnerability has been resolved: net: ip6vti: require CAPNETADMIN in the device netns for changelink vti6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than...
EUVD-2026-59013
In the Linux kernel, the following vulnerability has been resolved: net: ip6vti: require CAPNETADMIN in the device netns for changelink vti6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than...
CVE-2026-72055
The CVE-2026-72055 entry concerns a Linux kernel net: ip6_vti issue where vti6_changelink could be mishandled across net namespaces. The root cause is that CAP_NET_ADMIN was only checked against dev_net(dev) during the rtnl changelink path, allowing a caller with privileges in the device namespac...
CVE-2026-72055
In the Linux kernel, the following vulnerability has been resolved: net: ip6vti: require CAPNETADMIN in the device netns for changelink vti6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than...
CVE-2026-72054
In the Linux kernel, the following vulnerability has been resolved: net: ipvti: require CAPNETADMIN in the device netns for changelink vtichangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...
CVE-2026-72054 net: ip_vti: require CAP_NET_ADMIN in the device netns for changelink
In the Linux kernel, the following vulnerability has been resolved: net: ipvti: require CAPNETADMIN in the device netns for changelink vtichangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...
EUVD-2026-59012
In the Linux kernel, the following vulnerability has been resolved: net: ipvti: require CAPNETADMIN in the device netns for changelink vtichangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...
EUVD-2026-59010
In the Linux kernel, the following vulnerability has been resolved: net: ip6gre: require CAPNETADMIN in the device netns for changelink ip6grechangelink and ip6erspanchangelink operate on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or...
CVE-2026-72052
The CVE-2026-72052 issue affects the Linux kernel's IP6GRE/IP6ERSPAN changelink logic. Specifically, ip6gre_changelink() and ip6erspan_changelink() could be manipulated if a caller is privileged in dev_net(dev) but not in the tunnel’s netns (t->net). The vulnerability arises because the rtnl c...
CVE-2026-72053
The CVE-2026-72053 entry describes a Linux kernel vulnerability in the ipip driver related to changelink in ipip_changelink(). The issue arises because CAP_NET_ADMIN is checked only against the device’s netns (dev_net(dev)) while a tunnel can reside in a different netns (t->net), allowing a pr...
EUVD-2026-59011
In the Linux kernel, the following vulnerability has been resolved: net: ipip: require CAPNETADMIN in the device netns for changelink ipipchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...
CVE-2026-72053 net: ipip: require CAP_NET_ADMIN in the device netns for changelink
In the Linux kernel, the following vulnerability has been resolved: net: ipip: require CAPNETADMIN in the device netns for changelink ipipchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...
CVE-2026-72051 net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelink
In the Linux kernel, the following vulnerability has been resolved: net: ip6tunnel: require CAPNETADMIN in the device netns for changelink ip6tnlchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...
CVE-2026-72051
The CVE-2026-72051 issue affects the Linux kernel’s ip6_tunnel code: ip6_tnl_changelink() incorrectly checks CAP_NET_ADMIN only against the device netns (dev_net(dev)), allowing a caller privileged in that netns but not in the tunnel’s netns (t->net) to rewrite a tunnel. The remediation is toG...
EUVD-2026-59009
In the Linux kernel, the following vulnerability has been resolved: net: ip6tunnel: require CAPNETADMIN in the device netns for changelink ip6tnlchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...
CVE-2026-72051
In the Linux kernel, the following vulnerability has been resolved: net: ip6tunnel: require CAPNETADMIN in the device netns for changelink ip6tnlchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...
CVE-2026-72050
The CVE-2026-72050 entry concerns the Linux kernel subsystem octeontx2-af where BPID bitmap handling in setup is flawed. Specifically, nix_setup_bpids() allocates bp->bpids via rvu_alloc_bitmap() (using a plain kcalloc). If any subsequent devm_kcalloc() allocations for the BPID mapping arrays ...
CVE-2026-72050
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nixsetupbpids allocates bp-bpids with rvuallocbitmap, which uses a plain kcalloc. If any of the following devmkcalloc allocations for the BPID mapping arrays fails, the function...
EUVD-2026-59008
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nixsetupbpids allocates bp-bpids with rvuallocbitmap, which uses a plain kcalloc. If any of the following devmkcalloc allocations for the BPID mapping arrays fails, the function...