CVE-2026-23409
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix differential encoding verification Differential encoding allows loops to be created if it is abused. To prevent this the unpack should verify that a diff-encode chain terminates. Unfortunately the differential encode verification had two bugs. 1. it conflated states that had gone through check and already been marked, with states that were currently being checked and marked. This means that loops in the current chain being verified are treated as a chain that has already been verified. 2. the order bailout on already checked states compared current chain check iterators j,k instead of using the outer loop iterator i. Meaning a step backwards in states in the current chain verification was being mistaken for moving to an already verified state. Move to a double mark scheme where already verified states get a different mark, than the current chain being kept. This enables us to also drop the backwards verification check that was the cause of the second error as any already verified state is already marked.
EPSS 0.01% · 0.6th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| linux | linux_kernel | 4.17, 4.17, 4.17 |
| Linux | Linux | 031dcc8f4e84fea37dc6f78fdc7288aa7f8386c3, 031dcc8f4e84fea37dc6f78fdc7288aa7f8386c3, 031dcc8f4e84fea37dc6f78fdc7288aa7f8386c3 |
Exploit Intelligence
- CIRCL seen: CVE-2026-23409 (circl-sighting)
- https://git.kernel.org/stable/c/f90e3ecd9e1ed69f1a370f866ceed1f104f3ab4a (circl)
- https://git.kernel.org/stable/c/34fc60b125ed1d4eb002c76b0664bf0619492167 (circl)
- https://git.kernel.org/stable/c/623a9d211bbbb031bb1cbdb38b23487648167f8a (circl)
- https://git.kernel.org/stable/c/1ff4857fac56ac5a90ee63b24db05fa5e91a45aa (circl)
- https://git.kernel.org/stable/c/39440b137546a3aa383cfdabc605fb73811b6093 (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)
…and 4 more exploits
Timeline
- Apr 1, 2026 CVE Published
- Apr 1, 2026 PoC Published
- Apr 1, 2026 Security Advisory
- Apr 24, 2026 CVE Updated
- 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/f90e3ecd9e1ed69f1a370f866ceed1f104f3ab4a url
- https://git.kernel.org/stable/c/34fc60b125ed1d4eb002c76b0664bf0619492167 url
- https://git.kernel.org/stable/c/623a9d211bbbb031bb1cbdb38b23487648167f8a url
- https://git.kernel.org/stable/c/1ff4857fac56ac5a90ee63b24db05fa5e91a45aa url
- https://git.kernel.org/stable/c/39440b137546a3aa383cfdabc605fb73811b6093 url
- https://nvd.nist.gov/vuln/detail/CVE-2026-23409 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 60 more