Bug 2440665 (CVE-2026-23222) - CVE-2026-23222 kernel: crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctly
Summary: CVE-2026-23222 kernel: crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatter...
Keywords:
Status: NEW
Alias: CVE-2026-23222
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-18 16:03 UTC by OSIDB Bzimport
Modified: 2026-02-18 20:08 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-18 16:03:20 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.