PT-2026-29486 · Linux+2 · Linux Kernel+2
Published
2026-04-01
·
Updated
2026-05-11
·
CVE-2026-23403
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contained a memory leak in the
verify header function within the AppArmor subsystem. The function incorrectly set *ns to NULL on each call, leading to a memory leak of the namespace string allocated in previous iterations when multiple profiles were unpacked. This also disrupted namespace consistency checking as *ns was consistently NULL during comparison. The issue was resolved by removing the incorrect assignment, relying on the caller (aa unpack) to initialize *ns to NULL before the loop.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu