← Back to CVE List

CVE-2024-36954

Published: 2024-05-30T16:15Z
Last Modified: 2025-01-14T16:27Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt