CVE-2026-68149
Last modified
CVE-2026-68149 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: fs: preserve ACL_DONT_CACHE state in forget_cached_acl() The ACL_DONT_CACHE state is meant to be a constant state for the inode for filesystems that want to opt out of posix acl caching. Commit facd61053cff1 ("fuse: fixes after adapting to new posix acl api") used this facility to opt out of posix acl caching for fuse inodes with fuse server that does not negotiate FUSE_POSIX_ACL (fc->posix_acl). The commit also takes care to gate the forget_all_cached_acls() call in fuse_set_acl() on fc->posix_acl because there is no need for it, but there are other placed in fuse code which call forget_all_cached_acls() unconditional to fc->posix_acl and those cause the loss of the ACL_DONT_CACHE state. This is not only a functional bug. Properly timed, a get_acl() from this fuse filesystem can return a stale cached value, as was observed in tests, because set_acl() does not invalidate the unintentional acl cache. We could fix this in fuse, but it actually makes no sense for the vfs helper forget_cached_acl() to invalidate the ACL_DONT_CACHE state, so let it not do that to fix fuse and future users of ACL_DONT_CACHE..
Description
In the Linux kernel, the following vulnerability has been resolved: fs: preserve ACL_DONT_CACHE state in forget_cached_acl() The ACL_DONT_CACHE state is meant to be a constant state for the inode for filesystems that want to opt out of posix acl caching. Commit facd61053cff1 ("fuse: fixes after adapting to new posix acl api") used this facility to opt out of posix acl caching for fuse inodes with fuse server that does not negotiate FUSE_POSIX_ACL (fc->posix_acl). The commit also takes care to gate the forget_all_cached_acls() call in fuse_set_acl() on fc->posix_acl because there is no need for it, but there are other placed in fuse code which call forget_all_cached_acls() unconditional to fc->posix_acl and those cause the loss of the ACL_DONT_CACHE state. This is not only a functional bug. Properly timed, a get_acl() from this fuse filesystem can return a stale cached value, as was observed in tests, because set_acl() does not invalidate the unintentional acl cache. We could fix this in fuse, but it actually makes no sense for the vfs helper forget_cached_acl() to invalidate the ACL_DONT_CACHE state, so let it not do that to fix fuse and future users of ACL_DONT_CACHE.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= facd61053cff100973921d4d45d47cf53c747ec6, < b98fad81f1202b0eb26aacf3ff4cc7a21ed3b5bf; >= facd61053cff100973921d4d45d47cf53c747ec6, < 834ddf899484a2f23129080e8773bc04f4691d07; >= facd61053cff100973921d4d45d47cf53c747ec6, < a019b074903b3ad0a9726087efd0e8291452023b; >= facd61053cff100973921d4d45d47cf53c747ec6, < ca03a7984a34f48085fd013e0d2cf4e6420b4acf; >= facd61053cff100973921d4d45d47cf53c747ec6, < 4b9a5458d02e214ef2b384124ca626e3e381d778 |
| Linux | Linux | 6.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68149?
How severe is CVE-2026-68149?
How do I fix CVE-2026-68149?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68144In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68147In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68148In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6815An arbitrary file write vulnerability exists in Casdoor's Lo…5.9
- CVE-2026-68150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68151In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68152In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68153In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68154In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68149?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
