CVE-2026-68149

Source
https://cve.org/CVERecord?id=CVE-2026-68149
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68149.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68149
Downstream
Published
2026-08-10T11:59:14.645Z
Modified
2026-08-15T11:31:02.248807346Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N CVSS Calculator
Summary
fs: preserve ACL_DONT_CACHE state in forget_cached_acl()
Details

In the Linux kernel, the following vulnerability has been resolved:

fs: preserve ACLDONTCACHE state in forgetcachedacl()

The ACLDONTCACHE 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 FUSEPOSIXACL (fc->posix_acl).

The commit also takes care to gate the forgetallcachedacls() call in fusesetacl() on fc->posixacl because there is no need for it, but there are other placed in fuse code which call forgetallcachedacls() unconditional to fc->posixacl and those cause the loss of the ACLDONTCACHE state.

This is not only a functional bug. Properly timed, a getacl() from this fuse filesystem can return a stale cached value, as was observed in tests, because setacl() does not invalidate the unintentional acl cache.

We could fix this in fuse, but it actually makes no sense for the vfs helper forgetcachedacl() to invalidate the ACLDONTCACHE state, so let it not do that to fix fuse and future users of ACLDONTCACHE.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68149.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
facd61053cff100973921d4d45d47cf53c747ec6
Fixed
b98fad81f1202b0eb26aacf3ff4cc7a21ed3b5bf
Fixed
834ddf899484a2f23129080e8773bc04f4691d07
Fixed
a019b074903b3ad0a9726087efd0e8291452023b
Fixed
ca03a7984a34f48085fd013e0d2cf4e6420b4acf
Fixed
4b9a5458d02e214ef2b384124ca626e3e381d778

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68149.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68149.json"