CVE-2022-49044

In the Linux kernel, the following vulnerability has been resolved: dm integrity: fix memory corruption when tag_size is less than digest size It is possible to set up dm-integrity in such a way that the "tag_size" parameter is less than the actual digest size. In this situation, a part of the digest beyond tag_size is ignored. In this case, dm-integrity would write beyond the end of the ic->recalc_tags array and corrupt memory. The corruption happened in integrity_recalc->integrity_sector_checksum->crypto_shash_final. Fix this corruption by increasing the tags array so that it has enough padding at the end to accomodate the loop in integrity_recalc() being able to write a full digest size for the last member of the tags array.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.18:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.18:rc2:*:*:*:*:*:*

History

23 Sep 2025, 18:24

Type Values Removed Values Added
First Time Linux
Linux linux Kernel
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
CPE cpe:2.3:o:linux:linux_kernel:5.18:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.18:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-787
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: dm integrity: fix memory corrupts when tag_size is less than digest size Es posible configurar dm-integrity de tal manera que el parámetro "tag_size" sea menor que el tamaño real del resumen. En esta situación, se ignora una parte del resumen más allá de tag_size. En este caso, dm-integrity escribiría más allá del final de la matriz ic->recalc_tags y dañaría la memoria. La corrupción ocurrió en integrity_recalc->integrity_sector_checksum->crypto_shash_final. Corrija esta corrupción aumentando la matriz tags para que tenga suficiente relleno al final para acomodar el bucle en integrity_recalc() pudiendo escribir un tamaño de resumen completo para el último miembro de la matriz tags.
References () https://git.kernel.org/stable/c/08c1af8f1c13bbf210f1760132f4df24d0ed46d6 - () https://git.kernel.org/stable/c/08c1af8f1c13bbf210f1760132f4df24d0ed46d6 - Patch
References () https://git.kernel.org/stable/c/4d485cf9b609709e45d5113e6e2b1b01254b2fe9 - () https://git.kernel.org/stable/c/4d485cf9b609709e45d5113e6e2b1b01254b2fe9 - Patch
References () https://git.kernel.org/stable/c/6a95d91c0b315c965198f6ab7dec7c94129e17e0 - () https://git.kernel.org/stable/c/6a95d91c0b315c965198f6ab7dec7c94129e17e0 - Patch
References () https://git.kernel.org/stable/c/6b4bf97587ef6c1927a78934b700204920655123 - () https://git.kernel.org/stable/c/6b4bf97587ef6c1927a78934b700204920655123 - Patch
References () https://git.kernel.org/stable/c/7f84c937222944c03f4615ca4742df6bed0e5adf - () https://git.kernel.org/stable/c/7f84c937222944c03f4615ca4742df6bed0e5adf - Patch
References () https://git.kernel.org/stable/c/cd02b2687d66f0a8e716384de4b9a0671331f1dc - () https://git.kernel.org/stable/c/cd02b2687d66f0a8e716384de4b9a0671331f1dc - Patch

26 Feb 2025, 07:00

Type Values Removed Values Added
New CVE

Information

Published : 2025-02-26 07:00

Updated : 2025-09-23 18:24


NVD link : CVE-2022-49044

Mitre link : CVE-2022-49044

CVE.ORG link : CVE-2022-49044


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-787

Out-of-bounds Write