Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-26763
HistoryApr 03, 2024 - 5:15 p.m.

CVE-2024-26763

2024-04-0317:15:52
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
4
linux
kernel
vulnerability
dm-crypt
authenticated encryption
data modification
performance
o_direct
device corruption

7.3 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.2%

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/[email protected]/T/

7.3 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.2%