Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-36954
HistoryMay 30, 2024 - 3:35 p.m.

CVE-2024-36954 tipc: fix a possible memleak in tipc_buf_append

2024-05-3015:35:48
Linux
github.com
1
cve-2024-36954
tipc
memleak
fix
linux kernel

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial