SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-80619

HIGH · CVSS 7.8 EPSS 0.13%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

A use-after-free (UAF) vulnerability exists in the Linux kernel's AppArmor module due to improper handling of memory references in the aa_replace_profiles function. This flaw could potentially allow an attacker to exploit the vulnerability to execute arbitrary code or cause system instability. Linux system administrators and developers utilizing AppArmor should prioritize applying the latest patches to mitigate this risk.

CVE
CVE-2026-80619
Severity
HIGH
CVSS
7.8
EPSS
0.13%
Linux

Original NVD 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.