NONE · 0

CVE-2026-68183

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 o...

Vulnerability 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.

References

FAQ

What is CVE-2026-68183?

CVE-2026-68183 is a documented vulnerability. 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 o...

How severe is CVE-2026-68183?

CVSS scoring is not yet available for CVE-2026-68183. Check NVD for updates.

Is there a patch for CVE-2026-68183?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.