CVE-2026-80806

Source
https://cve.org/CVERecord?id=CVE-2026-80806
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80806.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80806
Downstream
Published
2026-09-04T15:13:20.282Z
Modified
2026-09-06T03:46:47.262265088Z
Summary
ext4: don't enable DAX on new encrypted files
Details

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

ext4: don't enable DAX on new encrypted files

Currently, when a new encrypted regular file is created, the call to ext4setinode_flags(inode, init=true) in _ext4newinode() is made before EXT4INODEENCRYPT is set. As a result, it can set SDAX if the filesystem is mounted with "-o dax=always".

EXT4INODEENCRYPT then actually gets set a bit later in __ext4newinode(), when it calls fscryptsetcontext() which calls ext4setcontext(). ext4setcontext() sets EXT4INODEENCRYPT and calls ext4setinodeflags(inode, init=false) to set SENCRYPTED too.

This was intended to clear SDAX as well. However, this was broken by commit 043546e46dc7 ("fs/ext4: Only change SDAX on inode load"). This causes data written to the file to bypass encryption, also causing xfstests failures such as generic/548 (when "-o dax=always" is used).

Fix this by simplifying the flow by making __ext4newinode() set EXT4INODEENCRYPT earlier. This makes it take effect in ext4setinodeflags(inode, init=true), making SDAX never be set.

Similarly, make EXT4STATEMAYINLINEDATA never be set in the first place on new encrypted inodes. Then it doesn't need to be cleared.

As a result of these simplifications, ext4setcontext() no longer needs to change inode flags or state when 'handle != NULL'. Remove that too.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80806.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
043546e46dc70c25ff7e2cf6d09cbb0424fc9978
Fixed
add98959b220935b243170214c787bc03044a44d
Fixed
f53b325068bca0b238c3e0d2eb7de9b1f2268cab
Fixed
5959cad3cfa852ec07bbdaf9c17f4838a94a8e6c
Fixed
a13f61ba9b2a7a4ff1f140949ccfad23c5313757
Fixed
ed1cd834da65db127f1c30ff67e78f14825a06c1
Fixed
458776af0061afec1014cb3cd0061e282e482e83
Fixed
3392391b363a63ebb531d45318a729b1c998565b
Fixed
e27bae352158c007143d5bb50f3af33a177c0a37
Fixed
da32af420d6d466e247c43ac0b829edeac7ae0ad

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
5.10.269
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.220
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.187
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.156
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.47
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.11
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.1

Database specific

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