CVE-2026-23222

CVSS

No CVSS.

I

n the Linux kernel, the following vulnerability has been resolved: crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctly The existing allocation of scatterlists in omap_crypto_copy_sg_lists() was allocating an array of scatterlist pointers, not scatterlist objects, resulting in a 4x too small allocation. Use sizeof(*new_sg) to get the correct object size.

Configurations

No configuration.

History

23 Feb 2026, 04:16

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: crypto: omap - Asignar correctamente las scatterlists OMAP_CRYPTO_FORCE_COPY La asignación existente de scatterlists en omap_crypto_copy_sg_lists() estaba asignando un array de punteros a scatterlist, no objetos scatterlist, lo que resultaba en una asignación 4 veces demasiado pequeña. Usar sizeof(*new_sg) para obtener el tamaño de objeto correcto.
References
  • () https://git.kernel.org/stable/c/1562b1fb7e17c1b3addb15e125c718b2be7f5512 -

19 Feb 2026, 16:27

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/31aff96a41ae6f1f1687c065607875a27c364da8 -
  • () https://git.kernel.org/stable/c/79f95b51d4278044013672c27519ae88d07013d8 -
  • () https://git.kernel.org/stable/c/953c81941b0ad373674656b8767c00234ebf17ac -

18 Feb 2026, 16:22

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-18 16:22

Updated : 2026-02-23 04:16


NVD link : CVE-2026-23222

Mitre link : CVE-2026-23222

CVE.ORG link : CVE-2026-23222


JSON object : View

Products Affected

No product.

CWE

No CWE.