CVE-2026-23410
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race on rawdata dereference There is a race condition that leads to a use-after-free situation: because the rawdata inodes are not refcounted, an attacker can start open()ing one of the rawdata files, and at the same time remove the last reference to this rawdata (by removing the corresponding profile, for example), which frees its struct aa_loaddata; as a result, when seq_rawdata_open() is reached, i_private is a dangling pointer and freed memory is accessed. The rawdata inodes weren't refcounted to avoid a circular refcount and were supposed to be held by the profile rawdata reference. However during profile removal there is a window where the vfs and profile destruction race, resulting in the use after free. Fix this by moving to a double refcount scheme. Where the profile refcount on rawdata is used to break the circular dependency. Allowing for freeing of the rawdata once all inode references to the rawdata are put.
EPSS 0.01% · 0.6th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| linux | linux_kernel | 4.13, 4.13, 4.13 |
| Linux | Linux | 5d5182cae40115c03933989473288e54afb39c7c, 5d5182cae40115c03933989473288e54afb39c7c, 5d5182cae40115c03933989473288e54afb39c7c |
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/6ef1f2926c41ab96952d9696d55a052f1b3a9418 url
- https://git.kernel.org/stable/c/f9761add6d100962a23996cb68f3d6abdd4d1815 url
- https://git.kernel.org/stable/c/af782cc8871e3683ddd5a3cd2f7df526599863a9 url
- https://git.kernel.org/stable/c/763e838adc3c7ec5a7df2990ce84cad951e42721 url
- https://git.kernel.org/stable/c/a0b7091c4de45a7325c8780e6934a894f92ac86b url
- https://nvd.nist.gov/vuln/detail/CVE-2026-23410 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