PT-2026-43751 · Linux · Linux

Published

2026-05-27

·

Updated

2026-05-27

·

CVE-2026-45884

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
apparmor: avoid per-cpu hold underflow in aa get buffer
When aa get buffer() pulls from the per-cpu list it unconditionally decrements cache->hold. If hold reaches 0 while count is still non-zero, the unsigned decrement wraps to UINT MAX. This keeps hold non-zero for a very long time, so aa put buffer() never returns buffers to the global list, which can starve other CPUs and force repeated kmalloc(aa g path max) allocations.
Guard the decrement so hold never underflows.

Related Identifiers

CVE-2026-45884

Affected Products

Linux