CVE-2026-68183EPSS p10.0%
CVE-2026-68183CVE-2026-68183
Description
In the Linux kernel, the following vulnerability has been resolved:
firmware: stratix10-svc: fix memory leaks and list corruption bugs
Fix a memory leak when gen_pool_alloc() fails by freeing pmem on the error
path. Switch pmem allocation from devm_kzalloc() to kzalloc() with
explicit kfree() in the free path to match its list-managed lifetime.
Remove the erroneous list_del(&svc_data_mem) which corrupted the list head
on failed lookups.
Scoring
| EPSS | 0.20% probability of exploitation · percentile 10.0% · 2026-08-11T12:00:17Z |
| Last modified | 2026-08-10 |