CVE-2024-26763: dm-crypt: don't modify the data when using authenticated encryption
In the Linux kernel, the following vulnerability has been resolved:
dm-crypt: don't modify the data when using authenticated encryption
It was said that authenticated encryption could produce invalid tag when
the data that is being encrypted is modified [1]. So, fix this problem by
copying the data into the clone bio first and then encrypt them inside the
clone bio.
This may reduce performance, but it is needed to prevent the user from
corrupting the device by writing data with O_DIRECT and modifying them at
the same time.
[1] https://lore.kernel.org/all/20240207004723.GA35324@sol.localdomain/T/
Security readout for executives and security teams
Plain-English summary
A local user or process can corrupt dm-crypt storage when authenticated encryption, direct I/O, and concurrent data modification coincide. The flaw can invalidate authentication tags, threatening stored-data integrity and system availability. It does not expose data confidentiality according to the supplied CVSS assessment.
Executive priority
Prioritize affected multi-user, shared-compute, and storage-critical Linux systems. Remediation is important because successful triggering can corrupt encrypted storage and interrupt operations, but the local-access requirement and specific configuration reduce urgency relative to remotely exploitable flaws. Use normal high-severity patch timelines, accelerated where data restoration would be costly.
Technical view
dm-crypt encrypted data from a buffer that could change during authenticated-encryption processing, potentially producing an invalid authentication tag. The kernel fix copies data into a cloned bio before encryption. CVSS 3.1 is 7.1: local access, low complexity, low privileges, no user interaction, with high integrity and availability impact.
Likely exposure
Exposure requires Linux systems using dm-crypt authenticated encryption and affected kernels, plus a local process able to combine O_DIRECT writes with concurrent buffer modification. Systems not using this dm-crypt mode are unlikely to encounter the vulnerable path. Confirm distribution-specific kernel status because the supplied version data does not clearly map every release to a fixed version.
Exploitation context
The supplied record does not identify active exploitation, and the CVE is not listed as KEV in the bundle. Exploitation requires local, low-privileged access and a specific concurrent I/O condition. The documented consequence is device corruption rather than confidentiality loss or remote compromise.
Researcher notes
The flaw is a race between authenticated encryption and modification of the source data. Copying into the clone bio creates stable input before encryption, at a possible performance cost. The bundle provides no CWE, public exploit evidence, or complete distribution-by-distribution fixed-version mapping; researchers should avoid inferring broader impact beyond dm-crypt authenticated-encryption use.
Mitigation direction
Install a vendor-supported kernel containing the referenced dm-crypt fix.
Check Linux distribution advisories for the correct patched package and reboot requirements.
Until updated, limit untrusted local access to affected encrypted-storage workloads.
Maintain verified backups for systems where storage corruption would disrupt operations.
Validation and detection
Inventory kernel versions and identify systems using dm-crypt authenticated encryption.
Compare installed kernels with vendor advisories and referenced stable-kernel fixes.
Confirm updated systems booted into the patched kernel, not an older installed image.
Review storage integrity and system logs for unexplained authentication or I/O failures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-26763 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.