VYPR
Critical severity9.8NVD Advisory· Published Jun 24, 2026· Updated Aug 3, 2026

CVE-2026-52993

CVE-2026-52993

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

92

Patches

Vulnerability mechanics

References

15

News mentions

0

No linked articles in our index yet.