CVE-2026-23222

Published: February 21, 2026Last modified: February 25, 2026

Description

In 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.

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSlinux-ltsFixed (6.1.164-r0)
25 LTSlinux-ltsFixed (6.12.73-r0)
Streamlinux-ltsFixed (6.12.74-r0)

References

ON THIS PAGE