CVE-2026-72459
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
apparmor: aa_label_alloc use aa_label_free on alloc failure
aa_label_alloc() allocates a secid before allocating or taking the label proxy. If the later proxy step fails, the error path only freed the label memory, leaking any resources initialized by aa_label_init().
Use aa_label_free() on the failure path so partially initialized labels release their secid and other label resources before the backing memory is freed.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < b14fbacad77d64594228983ec20d61a224f3f491 | affected |
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < b5a9da5d36162d34db0f36abb15420e295176793 | affected |
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < 7cb69e109610bba500e1ecb870f7988a4717208a | affected |
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < cc2192899d502e3321e60cf1e91421e7309d089c | affected |
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < bf310b044e85d4de670c94295c5d8e4c5bc5e7bc | affected |
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < ae02e603c0b39b29f3ce6fe3efe01b286af1a2a4 | affected |
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < 6d91479174240f39e9edea250d95fa08c678a207 | affected |
| Linux | Linux | f1bd904175e8190ce14aedee37e207ab51fe3b30 < 654fe7505dc6889724d4094fa64f89991afabfc3 | affected |
| Linux | Linux | 4.13 | affected |
| Linux | Linux | 0 < 4.13 | unaffected |
| Linux | Linux | 5.10.261 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.212 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.178 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.145 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/b14fbacad77d64594228983ec20d61a224f3f491
- https://git.kernel.org/stable/c/b5a9da5d36162d34db0f36abb15420e295176793
- https://git.kernel.org/stable/c/7cb69e109610bba500e1ecb870f7988a4717208a
- https://git.kernel.org/stable/c/cc2192899d502e3321e60cf1e91421e7309d089c
- https://git.kernel.org/stable/c/bf310b044e85d4de670c94295c5d8e4c5bc5e7bc
- https://git.kernel.org/stable/c/ae02e603c0b39b29f3ce6fe3efe01b286af1a2a4
- https://git.kernel.org/stable/c/6d91479174240f39e9edea250d95fa08c678a207
- https://git.kernel.org/stable/c/654fe7505dc6889724d4094fa64f89991afabfc3
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.