CVE-2026-80619
Received Received - Intake

Use-After-Free in Linux Kernel AppArmor

Vulnerability report for CVE-2026-80619, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-29

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix potential UAF in aa_replace_profiles The function aa_replace_profiles was accessing udata->size after calling aa_put_loaddata(udata), causing a potential UAF. Fixed this by saving the size to a local variable before dropping the reference.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-29
Generated
2026-09-18
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel to 416baaa9-dc9f-4396-8d5f-8c081fb06d67 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free (UAF) vulnerability in the Linux kernel's AppArmor module. The function aa_replace_profiles incorrectly accessed memory after freeing it, specifically using udata->size after calling aa_put_loaddata(udata) which could lead to crashes or potential code execution.

Detection Guidance

This vulnerability is specific to the Linux kernel's AppArmor module and requires kernel-level detection. Check if your kernel version includes the fix by running uname -a and comparing against patched versions. Monitor system logs for AppArmor-related crashes or errors using journalctl -u apparmor or dmesg | grep apparmor.

Impact Analysis

If exploited, this could allow an attacker to cause system crashes, execute arbitrary code, or escalate privileges on a vulnerable Linux system with AppArmor enabled. Users running affected kernel versions should update immediately.

Compliance Impact

This vulnerability is a use-after-free (UAF) issue in the Linux kernel's AppArmor module, which could lead to memory corruption or crashes. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy controls rather than kernel memory safety. However, if exploited, it could potentially compromise system integrity, indirectly affecting compliance by disrupting security controls.

Mitigation Strategies

Update your Linux kernel to the latest patched version immediately. If immediate patching isn't possible, consider disabling AppArmor temporarily with sudo systemctl stop apparmor and sudo systemctl disable apparmor until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80619. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart