CVE-2026-23404
In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion and system crashes. Reproducer: $ pf='a'; for ((i=0; i<1024; i++)); do echo -e "profile $pf { \n }" | apparmor_parser -K -a; pf="$pf//x"; done $ echo -n a > /sys/kernel/security/apparmor/.remove Replace the recursive __aa_profile_list_release() approach with an iterative approach in __remove_profile(). The function repeatedly finds and removes leaf profiles until the entire subtree is removed, maintaining the same removal semantic without recursion.
EPSS 0.01% · 1.0th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 6.19.8, 6.12.77, 6.18.18 |
| linux | linux_kernel | 2.6.36, 2.6.36, 2.6.36 |
Exploit Intelligence
- https://git.kernel.org/stable/c/33959a491e9fd557abfa5fce5ae4637d400915d3 (circl)
- https://git.kernel.org/stable/c/999bd704b0b641527a5ed46f0d969deff8cfa68b (circl)
- https://git.kernel.org/stable/c/7eade846e013cbe8d2dc4a484463aa19e6515c7f (circl)
- https://git.kernel.org/stable/c/a6a941a1294ac5abe22053dc501d25aed96e48fe (circl)
- https://git.kernel.org/stable/c/ab09264660f9de5d05d1ef4e225aa447c63a8747 (circl)
- 4593.2.0.yml (github-poc)
- 4593.2.0.yml (github-poc)
- 4593.2.0.yml (github-poc)
- 4593.2.0.yml (github-poc)
- 4628.1.0.yml (github-poc)
…and 3 more exploits
Timeline
- Apr 1, 2026 CVE Published
- Apr 1, 2026 Security Advisory
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
- Apr 29, 2026 Distribution Patch
References
- https://git.kernel.org/stable/c/33959a491e9fd557abfa5fce5ae4637d400915d3 url
- https://git.kernel.org/stable/c/999bd704b0b641527a5ed46f0d969deff8cfa68b url
- https://git.kernel.org/stable/c/7eade846e013cbe8d2dc4a484463aa19e6515c7f url
- https://git.kernel.org/stable/c/a6a941a1294ac5abe22053dc501d25aed96e48fe url
- https://git.kernel.org/stable/c/ab09264660f9de5d05d1ef4e225aa447c63a8747 url
- https://nvd.nist.gov/vuln/detail/CVE-2026-23404 advisory
- https://ubuntu.com/security/notices/USN-8180-5 advisory
- https://ubuntu.com/security/notices/USN-8183-2 advisory
- https://ubuntu.com/security/notices/USN-8098-10 advisory
- https://ubuntu.com/security/notices/USN-8201-1 advisory
- https://ubuntu.com/security/notices/USN-8179-3 advisory
- https://ubuntu.com/security/notices/USN-8203-1 advisory
- https://ubuntu.com/security/notices/USN-8180-4 advisory
- https://ubuntu.com/security/notices/USN-8200-1 advisory
- https://ubuntu.com/security/notices/USN-8204-1 advisory
- https://ubuntu.com/security/notices/USN-8200-2 advisory
- https://ubuntu.com/security/notices/USN-8180-3 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-202621930-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-202621841-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20262238-1 advisory
…and 102 more