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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-02-18 16:22
Updated : 2026-06-17 10:21
NVD link : CVE-2026-23222
Mitre link : CVE-2026-23222
CVE.ORG link : CVE-2026-23222
JSON object : View
Products Affected
linux
- linux_kernel
CWE
