Skip to content
Appaloosa Scout
Language selector
fr en

Vulnerability · NVD

CVE-2026-52993

CVE-2026-52993 : critical severity (CVSS 9.8). No tracked catalog app is linked to this CVE.

Severity (CVSS)
9.8

NVD scale

Exploitation
0.4 %

EPSS, predicted over 30 days

Tracked apps
0
Still exposed
0

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.

Attack vector : Network No privileges required No user interaction
Show raw CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS 0.37% exploit very unlikely percentile 30.0%

OS versions that fix this CVE

This CVE is resolved by the following OS security releases. Update the OS to at least the listed version.

View on NVD ↗ Advisory · git.kernel.org