CVE-2026-45950

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
16/06/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()<br /> <br /> The starfive_aes_aead_do_one_req() function allocates rctx-&gt;adata with<br /> kzalloc() but fails to free it if sg_copy_to_buffer() or<br /> starfive_aes_hw_init() fails, which lead to memory leaks.<br /> <br /> Since rctx-&gt;adata is unconditionally freed after the write_adata<br /> operations, ensure consistent cleanup by freeing the allocation in these<br /> earlier error paths as well.<br /> <br /> Compile tested only. Issue found using a prototype static analysis tool<br /> and code review.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.10 (including) 6.12.75 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (including) 6.18.14 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (including) 6.19.4 (excluding)