Back to overview

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.

Metadata

CVE ID
CVE-2026-52993
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-24 16:29 UTC
Last updated
2026-06-24 16:29 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux d618d09a68e4eed7a435beb2e355250f6f40664a < a438975a6dcdbd70865978c021650d1485586f0b, d618d09a68e4eed7a435beb2e355250f6f40664a < 4ee4deadaae7cb2e3d53af0fc889cf92a73413c0, d618d09a68e4eed7a435beb2e355250f6f40664a < d3556656c6daebf8def751c7e71d11dd0a180d24, d618d09a68e4eed7a435beb2e355250f6f40664a < 0274f24485fc38032d4093e463dc3ff5c7a667c9 …
Linux Linux 4.15, 0 < 4.15, 5.10.258 ≤ 5.10.*, 5.15.209 ≤ 5.15.* …
Back to overview