Bug 2297493 (CVE-2024-40909)
Summary: | CVE-2024-40909 kernel: bpf: Fix a potential use-after-free in bpf_link_free() | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | dfreiber, drow, jburrell, vkumar |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kernel 6.6.35, kernel 6.9.6, kernel 6.10-rc3 | Doc Type: | If docs needed, set a value |
Doc Text: |
The Linux kernel vulnerability related to `bpf_link_free()` involved a potential use-after-free condition. After commit `1a80dbcb2dba`, the `bpf_link` could be freed via `link->ops->dealloc_deferred`, but the code erroneously continued to reference `link->ops->dealloc`. This dual reference risked accessing freed memory, leading to undefined behavior.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
OSIDB Bzimport
2024-07-12 13:27:07 UTC
|