CVE-2026-23410
Published: Apr 1, 2026
Modified: May 11, 2026
CVSS v3.1
7.8
Description
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 | Product | Versions |
|---|---|---|
Linux | Linux | affected 5d5182cae40115c03933989473288e54afb39c7c - < 3b8e77c7abab40e6de9ad9de730d77984a498840affected 5d5182cae40115c03933989473288e54afb39c7c - < d9d8560b9b7932f8cffc4c068c14289220900f79affected 5d5182cae40115c03933989473288e54afb39c7c - < 6b6ba87579c7e7c669e0bec91823e7fb693bc5dfaffected 5d5182cae40115c03933989473288e54afb39c7c - < 6ef1f2926c41ab96952d9696d55a052f1b3a9418affected 5d5182cae40115c03933989473288e54afb39c7c - < f9761add6d100962a23996cb68f3d6abdd4d1815+3 more versions |
Linux | Linux | affected 4.13unaffected 0 - < 4.13unaffected 5.10.253 - <= 5.10.*unaffected 5.15.203 - <= 5.15.*unaffected 6.1.169 - <= 6.1.*+5 more versions |
CVSS v3.1 Details
CVSS v3.1 Vector
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
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now