PatchSiren cyber security CVE debrief
CVE-2026-68149 Linux CVE debrief
A HIGH severity vulnerability was found in the Linux kernel, with a CVSS score of 8.4. The vulnerability is related to the preservation of ACL_DONT_CACHE state in the forget_cached_acl() function. This state is meant to be a constant state for inodes in filesystems that opt out of POSIX ACL caching. A commit introduced a bug that causes the loss of this state, leading to potential stale cached values being returned. The issue was fixed by modifying the forget_cached_acl() function to not invalidate the ACL_DONT_CACHE state.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-10
- Original CVE updated
- 2026-08-17
- Advisory published
- 2026-08-10
- Advisory updated
- 2026-08-17
Who should care
Linux kernel users and administrators, as well as developers working with POSIX ACL caching and fuse filesystems, should review configurations and apply updates to ensure the fix is applied, monitor for potential stale cached values, and perform inventory checks to identify affected systems.
Technical summary
The vulnerability is related to the preservation of ACL_DONT_CACHE state in the forget_cached_acl() function. This state is meant to be a constant state for inodes in filesystems that opt out of POSIX ACL caching. A commit introduced a bug that causes the loss of this state, leading to potential stale cached values being returned. The issue was fixed by modifying the forget_cached_acl() function to not invalidate the ACL_DONT_CACHE state.
Defensive priority
Apply kernel updates to ensure the fix is applied, review and update ACL caching configurations, and monitor for potential stale cached values.
Recommended defensive actions
- Apply kernel updates to ensure the fix is applied
- Review and update ACL caching configurations
- Monitor for potential stale cached values
- Perform inventory checks to identify affected systems
- Implement compensating controls to mitigate potential impact
Evidence notes
The vulnerability was introduced by a commit that used the ACL_DONT_CACHE facility to opt out of POSIX ACL caching for fuse inodes. However, the commit did not properly handle the forget_all_cached_acls() call, leading to the loss of the ACL_DONT_CACHE state. The issue was fixed by modifying the forget_cached_acl() function to preserve this state.
Official resources
-
CVE-2026-68149 CVE record
CVE.org
-
CVE-2026-68149 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-10T13:20:00.863Z and has not been modified since then.