In the Linux kernel, the following vulnerability has been resolved:
crypto: safexcel - Add error handling for dma_map_sg() calls
Macro dma_map_sg() may return 0 on error. This patch enables
checks in case of the macro failure and ensures unmapping of
previously mapped buffers with dma_unmap_sg().
Found by Linux Verification Center (linuxtesting.org) with static
analysis tool SVACE.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-17 15:15
Updated : 2025-09-25 16:14
NVD link : CVE-2023-52687
Mitre link : CVE-2023-52687
CVE.ORG link : CVE-2023-52687
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-252
Unchecked Return Value
