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.
| Vendor | Product | Versions |
|---|---|---|
| linux | linux_kernel | < 5.10.251, < 5.15.201, < 6.1.164, < 6.6.125, < 6.12.72, < 6.18.11, < 6.19.1 |