Threats Tagged 'cve-2026-45884'
View all threats tagged with 'cve-2026-45884'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2026-45884'
Click on any threat for detailed analysis and mitigation recommendations
A vulnerability in the Linux kernel's AppArmor component involves an unsigned integer underflow in the per-CPU buffer hold counter within the aa_get_buffer() function. This underflow causes the hold counter to wrap to a very large value, preventing buffers from being returned to the global list. As a result, other CPUs may be starved of buffers, leading to repeated memory allocations and potential denial of service. The issue has been fixed by adding a guard to prevent the hold counter from underflowing. Join the discussion | GCVE Database | 05/27/2026, 15:33:14 UTC Added: 06/26/2026, 22:06:39 UTC |
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. Join the discussion | GCVE Database | 05/27/2026, 14:17:00 UTC Added: 07/18/2026, 11:19:12 UTC |
Showing 1 to 2 of 2 results