CVE-2026-68148

Source
https://cve.org/CVERecord?id=CVE-2026-68148
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68148.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68148
Downstream
Published
2026-08-10T11:59:13.413Z
Modified
2026-08-12T04:19:21.418722140Z
Summary
fscrypt: Add missing superblock check in find_or_insert_direct_key()
Details

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

fscrypt: Add missing superblock check in findorinsertdirectkey()

The legacy 'fscryptdirectkeys' table caches master keys that are used by v1 encryption policies that have FSCRYPTPOLICYFLAGDIRECTKEY. It's just a global table for all filesystems (since the keys can be provided by the legacy process-subscribed keyrings mechanism, which makes it difficult to reuse superblock::smaster_keys).

The entries in it ('struct fscryptdirectkey') do contain a superblock pointer, though, for passing to fscryptdestroyinlinecrypt_key() when the last inode that references the key is evicted.

However, when finding the fscryptdirectkey for an inode, we weren't actually comparing the superblock pointer. As a result, inodes with different superblocks could point to the same fscryptdirectkey. That could extend the lifetime of a fscryptdirectkey beyond the super_block it points to, causing a use-after-free later.

Fix this by creating distinct fscryptdirectkey structs for distinct super_block structs.

Note that this problem doesn't exist in the v2 policy equivalent ("per-mode keys"), since the data structures there are per super_block.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68148.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
22e9947a4b2ba255888541bd0111cf00b9b16586
Fixed
330249609b70778094a7a36f5b6bcfa6362121d4
Fixed
deff41898a5ae3a47db5fa1896a494aa95efda5d
Fixed
95376fe9c145be35566991df99c53134943d992f
Fixed
466f187b501a5ac8e1ea2ccf3ccd5c46108d8830
Fixed
b5fa40226e71c17847b9ff2816c6ca4133d0d994

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.1.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-68148.json"