CVE-2026-68183

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
19/08/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> firmware: stratix10-svc: fix memory leaks and list corruption bugs<br /> <br /> Fix a memory leak when gen_pool_alloc() fails by freeing pmem on the error<br /> path. Switch pmem allocation from devm_kzalloc() to kzalloc() with<br /> explicit kfree() in the free path to match its list-managed lifetime.<br /> Remove the erroneous list_del(&amp;svc_data_mem) which corrupted the list head<br /> on failed lookups.

Impact