PT-2026-52328 · Linux · Linux
Published
2026-06-25
·
Updated
2026-06-25
·
CVE-2026-53233
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
netdev: fix double-free in netdev nl bind rx doit()
Sashiko flags that genlmsg reply() always consumes the skb.
The error path calls nlmsg free(rsp) so we can't jump directly
to it. Let's not unbind, just propagate the error to the user.
This is the typical way of handling genlmsg reply() failures.
They shouldn't happen unless user does something silly like
calling the kernel with an already-full rcvbuf.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux