๐Ÿ” CVE Alert

CVE-2026-23410

HIGH 7.8

apparmor: fix race on rawdata dereference

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
2th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Apr 1, 2026
Last Updated Apr 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
5d5182cae40115c03933989473288e54afb39c7c < 6ef1f2926c41ab96952d9696d55a052f1b3a9418 5d5182cae40115c03933989473288e54afb39c7c < f9761add6d100962a23996cb68f3d6abdd4d1815 5d5182cae40115c03933989473288e54afb39c7c < af782cc8871e3683ddd5a3cd2f7df526599863a9 5d5182cae40115c03933989473288e54afb39c7c < 763e838adc3c7ec5a7df2990ce84cad951e42721 5d5182cae40115c03933989473288e54afb39c7c < a0b7091c4de45a7325c8780e6934a894f92ac86b
Linux / Linux
4.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/6ef1f2926c41ab96952d9696d55a052f1b3a9418 git.kernel.org: https://git.kernel.org/stable/c/f9761add6d100962a23996cb68f3d6abdd4d1815 git.kernel.org: https://git.kernel.org/stable/c/af782cc8871e3683ddd5a3cd2f7df526599863a9 git.kernel.org: https://git.kernel.org/stable/c/763e838adc3c7ec5a7df2990ce84cad951e42721 git.kernel.org: https://git.kernel.org/stable/c/a0b7091c4de45a7325c8780e6934a894f92ac86b