Security Advisory

CVE-2024-36954

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-30 15:35:48
Last updated 2026-05-23 15:47:43
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipc_buf_append __skb_linearize() doesnt free the skb when it fails, so move *buf = NULL after __skb_linearize(), so that the skb can be freed on the err path.