cve/2024/CVE-2024-36954.md
2025-09-29 21:09:30 +02:00

1.7 KiB

CVE-2024-36954

Description

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 befreed on the err path.

POC

Reference

No PoCs from references.

Github