CVE-2026-47331
Analyzed
Analyzed - Analysis Complete
AppArmor Race Condition in Ubuntu Linux 6.8 Leads to Use-After-Free
Publication date: 2026-05-28
Last updated on: 2026-06-09
Assigner: Canonical Ltd.
Description
Description
Ubuntu Linux 6.8 contains AppArmor SAUCE patches which fail to acquire a lock when modifying a linked list. An unprivileged local user could trigger the race condition that can lead to a use-after-free (UAF) and, theoretically, arbitrary code execution.
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-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |