In the Linux kernel, the following vulnerability has been resolved:
crypto: omap - Allocate OMAPCRYPTOFORCE_COPY scatterlists correctly
The existing allocation of scatterlists in omapcryptocopysglists() 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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23222.json",
"cna_assigner": "Linux"
}