Fedora Account System
Red Hat Associate
Red Hat Customer
In the Linux kernel, the following vulnerability has been resolved: tipc: fix double-free in tipc_buf_append() tipc_msg_validate() can potentially reallocate the skb it is validating, freeing the old one. In tipc_buf_append(), it was being called with a pointer to a local variable which was a copy of the caller's skb pointer. If the skb was reallocated and validation subsequently failed, the error handling path would free the original skb pointer, which had already been freed, leading to double-free. Fix this by checking if head now points to a newly allocated reassembled skb. If it does, reassign *headbuf for later freeing operations.
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2026062445-CVE-2026-52993-34a2@gregkh/T
This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2026:45115 https://access.redhat.com/errata/RHSA-2026:45115
This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2026:45116 https://access.redhat.com/errata/RHSA-2026:45116
This issue has been addressed in the following products: Red Hat Enterprise Linux 10 Via RHSA-2026:47017 https://access.redhat.com/errata/RHSA-2026:47017
This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2026:49212 https://access.redhat.com/errata/RHSA-2026:49212