CVE-2026-47328
Analyzed
Analyzed - Analysis Complete
AppArmor SAUCE Patch Memory Leak in Ubuntu Linux
Publication date: 2026-05-28
Last updated on: 2026-06-09
Assigner: Canonical Ltd.
Description
Description
Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which incorrectly attempt to free a pointer which was not previously kmalloc()d, while at the same time leaking allocated memory. The bug can be triggered by an unprivileged local user and can result in the corruption of slab metadata and could lead to resource exhaustion.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| canonical | ubuntu_linux | 24.04 |
| canonical | ubuntu_linux | 25.10 |
| canonical | ubuntu_linux | 26.04 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-590 | The product calls free() on a pointer to memory that was not allocated using associated heap allocation functions such as malloc(), calloc(), or realloc(). |