Impact
In ext4, newer encrypted files created while the filesystem is mounted with "-o dax=always" can have the S_DAX flag incorrectly set because the encryption flag EXT4_INODE_ENCRYPT is not applied early enough. When that flag is set, data written to the file bypasses the encryption layer, causing sensitive content to be stored in cleartext. This flaw allows any entity that can write to an encrypted ext4 filesystem to store and retrieve data without encryption, thereby leaking confidentiality.
Affected Systems
The vulnerability affects Linux kernels that use the ext4 filesystem with support for file encryption and the DAX feature. No specific kernel versions are listed in the advisory; it applies to all builds where these features coexist and a user can create a new file while the mount option "-o dax=always" is active.
Risk and Exploitability
The CVSS score is not disclosed, and EPSS is not available, but the flaw has a high potential impact on confidentiality. Exploitation requires local write access to a filesystem that is both encrypted and mounted with DAX forced. No remote or credential‑less attack path is described, and the vulnerability is not currently listed in the CISA KEV catalog.
OpenCVE Enrichment