THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-64580 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdev_put in xfrm6_fill_dst() On the error path where in6_dev_get(dev) returns NULL, xfrm6_fill_dst() releases the device reference with netdev_put() but leaves xd

[NVD] CVE-2026-64580 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdev_put in xfrm6_fill_dst() On the error path where in6_dev_get(dev) returns NULL, xfrm6_fill_dst() releases the device reference with netdev_put() but leaves xd

mednvdPublished 2026-08-05

CVE-2026-64580 CVSS: 7.8 HIGH Published: 2026-08-05T08:16:38.027

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

xfrm6: clear dst.dev on error to avoid double netdev_put in xfrm6_fill_dst()

On the error path where in6_dev_get(dev) returns NULL, xfrm6_fill_dst() releases the device reference with netdev_put() but leaves xdst->u.dst.dev set. dst_destroy() later calls netdev_pu

Indicators of compromise

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