Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-36954
HistoryMay 30, 2024 - 4:15 p.m.

CVE-2024-36954

2024-05-3016:15:18
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
5
linux kernel
vulnerability
cve-2024-36954
resolution
tipc
memleak fix

AI Score

7.4

Confidence

High

EPSS

0

Percentile

13.0%

In the Linux kernel, the following vulnerability has been resolved:

tipc: fix a possible memleak in tipc_buf_append

__skb_linearize() doesn’t free the skb when it fails, so move
‘*buf = NULL’ after __skb_linearize(), so that the skb can be
freed on the err path.