In the Linux kernel, the following vulnerability has been resolved:
octeonep: Fix memory leak in octepdevice_setup()
In octepdevicesetup(), if octepctrlnet_init() fails, the function returns directly without unmapping the mapped resources and freeing the allocated configuration memory.
Fix this by jumping to the unsupported_dev label, which performs the necessary cleanup. This aligns with the error handling logic of other paths in this function.
Compile tested only. Issue found using a prototype static analysis tool and code review.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23160.json",
"cna_assigner": "Linux"
}