← Back to CVE List

CVE-2021-47298

Published: 2024-05-21T15:15Z
Last Modified: 2024-12-23T16:39Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skb_linearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt