Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-36954
HistoryMay 30, 2024 - 12:00 a.m.

CVE-2024-36954

2024-05-3000:00:00
ubuntu.com
ubuntu.com
6
linux kernel
cve-2024-36954
vulnerability
resolved
memleak
tipc_buf_append

AI Score

8.5

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.