Linux Kernel OMAP Crypto: Incorrect Scatterlist Allocation
CVE-2026-23222 Published on February 18, 2026

crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctly
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.

NVD


Products Associated with CVE-2026-23222

You can be notified by email with stack.watch whenever vulnerabilities like CVE-2026-23222 are published in Linux Kernel:

 

Affected Versions

Linux: Linux:

Exploit Probability

EPSS
0.02%
Percentile
6.49%

EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.