Security Advisory

CVE-2021-47298

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-21 14:35:20
Last updated 2026-05-11 13:51:47
Assigner Linux
State PUBLISHED

Description

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.