CVE Wiki Pixee · CVE intelligence
← All CVEs

CVE-2026-52993

Critical · CVSS 9.8

Linux Kernel — double-free (CWE-763) in TIPC buffer reassembly path

CVSS
9.8
nvd
EPSS
0.37%
30th pct
KEV
No
Class
oss containerizable
CWE-415, CWE-763

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.

Search profile — drives PoC discovery

Symbols tipc_buf_appendtipc_msg_validateheadbuftipc_msg_reassembleskbhead
Keywords CVE-2026-52993tipc double-freetipc_buf_appendtipc_msg_validateLinux kernel TIPCskb double-free TIPCheadbuf reassignTIPC reassembly double-free
Versions: Linux kernel versions prior to fixes at commits: 0274f24485fc, 1d5e589055880, 29940fff1411, 4d104882bc81, 4ee4deadaae7

Affected packages

Linux Kernel 4.15.0 → 5.10.258
Linux Kernel 5.11.0 → 5.15.209
Linux Kernel 5.16.0 → 6.1.175
Linux Kernel 6.13.0 → 6.18.33
Linux Kernel 6.19.0 → 7.0.10
Linux Kernel 6.2.0 → 6.6.141
Linux Kernel 6.7.0 → 6.12.91

References

Status: enriched · ingested 2026-07-11T00:00:26.000Z · profiled 2026-07-11T00:30:26.000Z