Bug 2334808 (CVE-2024-56741)
Summary: | CVE-2024-56741 kernel: apparmor: test: Fix memory leak for aa_unpack_strdup() | ||
---|---|---|---|
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: | Doc Type: | If docs needed, set a value | |
Doc Text: |
[REJECTED CVE] A vulnerability was suspected in the Linux kernel's AppArmor test suite due to memory leaks caused by the aa_unpack_strdup() function not freeing memory allocated via kmemdup(). However, this issue was confined to kernel unit tests (kunit_try_catch) and did not impact runtime security or user-space interactions. An attacker could not exploit this bug, as it involved internal test code paths with no exposure to unprivileged users.
|
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-12-29 12:01:21 UTC
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024122925-CVE-2024-56741-3dbc@gregkh/T This CVE has been rejected upstream: https://lore.kernel.org/linux-cve-announce/2025030336-REJECTED-039a@gregkh/ |