CVE-2024-40909

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a potential use-after-free in bpf_link_free() After commit 1a80dbcb2dba, bpf_link can be freed by link->ops->dealloc_deferred, but the code still tests and uses link->ops->dealloc afterward, which leads to a use-after-free as reported by syzbot. Actually, one of them should be sufficient, so just call one of them instead of both. Also add a WARN_ON() in case of any problematic implementation.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2024-07-12 13:15

Updated : 2024-07-12 16:34


NVD link : CVE-2024-40909

Mitre link : CVE-2024-40909

CVE.ORG link : CVE-2024-40909


JSON object : View

Products Affected

No product.

CWE

No CWE.