Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2812 articles · 104852 vulns · 36/41 feeds (7d)
← Back to list
7.8
CVE-2026-23411PATCHED
Linux kernel · AppArmor

apparmor: fix race between freeing data and fs accessing it

Description

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to i_private data on its end after removing the original entry from the file system. However the inode can aand does live beyond that point and it is possible that some of the fs call back functions will be invoked after the reference has been put, which results in a race between freeing the data and accessing it through the fs. While the rawdata/loaddata is the most likely candidate to fail the race, as it has the fewest references. If properly crafted it might be possible to trigger a race for the other types stored in i_private. Fix this by moving the put of i_private referenced data to the correct place which is during inode eviction.

Affected Products

VendorProductVersions
Linux kernelAppArmorc961ee5f21b202dea60b63eeef945730d92e46a6, c961ee5f21b202dea60b63eeef945730d92e46a6, c961ee5f21b202dea60b63eeef945730d92e46a6, c961ee5f21b202dea60b63eeef945730d92e46a6, c961ee5f21b202dea60b63eeef945730d92e46a6, 4.13

References

  • https://git.kernel.org/stable/c/ae10787d955fb255d381e0d5589451dd72c614b1
  • https://git.kernel.org/stable/c/eecce026399917f6efa532c56bc7a3e9dd6ee68b
  • https://git.kernel.org/stable/c/13bc2772414d68e94e273dea013181a986948ddf
  • https://git.kernel.org/stable/c/2a732ed26fbd048e7925d227af8cf9ea43fb5cc9
  • https://git.kernel.org/stable/c/8e135b8aee5a06c52a4347a5a6d51223c6f36ba3

Related News (1 articles)

Tier C
Linux Kernel CVEs6d ago
CVE-2026-23411: apparmor: fix race between freeing data and fs accessing it
→ No new info (linked only)
CVSS 3.17.8 HIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited❌ No
Patch available
ae10787d955fb255d381e0d5589451dd72c614b1eecce026399917f6efa532c56bc7a3e9dd6ee68b13bc2772414d68e94e273dea013181a986948ddf2a732ed26fbd048e7925d227af8cf9ea43fb5cc98e135b8aee5a06c52a4347a5a6d51223c6f36ba306.6.1306.12.776.18.186.19.87.0-rc4
PublishedApr 1, 2026
Last enriched5d agov2
Trending Score12
Source articles1
Independent1
Info Completeness6/14
Missing: cvss, epss, cwe, kev, exploit, patch, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

NONECVE-2026-23398
In the Linux kernel, the following vulnerability has been resolved: icmp: fix NULL pointer dereference in icmp_tag_validation() icmp_tag_validation() unconditionally dereferences the result of rcu_d
Trending: 40
HIGHCVE-2026-23408
apparmor: Fix double free of ns_name in aa_replace_profiles()
Trending: 12
HIGHCVE-2026-23407
apparmor: fix missing bounds check on DEFAULT table in verify_dfa()
Trending: 12
HIGHCVE-2026-23410
apparmor: fix race on rawdata dereference
Trending: 12
NONECVE-2026-23396
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix NULL deref in mesh_matches_local() mesh_matches_local() unconditionally dereferences ie->mesh_config to compar
Trending: 12

Pin to Dashboard

Verification

State: verified
Confidence: 100%

Vulnerability Timeline

CVE Published
Apr 1, 2026
Discovered by ZDM
Apr 1, 2026
Updated: vendor, product, affectedVersions
Apr 1, 2026
Patch Available
Apr 2, 2026

Version History

v2
Last enriched 5d ago
v2Tier C5d ago

Added vendor and product information, updated affected versions, and marked the vulnerability as actively exploited.

vendorproductaffectedVersions
via Linux Kernel CVEs
v15d ago

Initial creation