CVE-2026-68448

Source
https://cve.org/CVERecord?id=CVE-2026-68448
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68448.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68448
Downstream
Published
2026-08-12T00:51:44.866Z
Modified
2026-08-18T03:31:22.206861424Z
Summary
ovl: check access to copy_file_range source with src mounter creds
Details

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

ovl: check access to copyfilerange source with src mounter creds

Commit 5dae222a5ff0c ("vfs: allow copyfilerange to copy across devices") allowed filesystems that implement the copyfilerange() f_op to decide if they want to access cross-sb copy from/to the same fs type.

The same commit added checks to verify same sb copy for filesystems that implement ->copyfilerange() and do not support cross-sb copy at the time, namely, to ceph, fuse and nfs.

The two remaining fs which implement ->copyfilerange(), cifs and overlayfs started to support cross-sb copy from this time.

While overlayfs does support cross-sb copy when the two underlying files are on the same base fs, the copy operation on the two real files from two different overalyfs filesystems is performed with the mounter creds of the destination overlayfs and the read permission access hook for the source file was called with the wrong creds.

This could cause either deny of access to copy which would otherwise be allowed (e.g. with splice) or allow read access to file which would otherwise be denied.

Fix the latter case by explicitly verifying read access to source file with the source overlayfs mounter creds.

The former case remains a quirk of cross-sb overlayfs copy, but userspace could fall back to regular copy so no harm done.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68448.json"
}
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
5dae222a5ff0c269730393018a5539cc970a4726
Fixed
9ec22c8113d8cf72ed7197bb61037dcad09e50d8
Fixed
1f4a107439d2e43db176e34919933e617cb7f2c5
Fixed
a1e0eb8f55cfe09bb31a202a388babc411292656

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.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-68448.json"