6 matches found
The vulnerability of the most_register_interface() function in the drivers/most/core.c module of the Linux kernel allows a hacker to cause a service failure.
The vulnerability of the mostregisterinterface function in the drivers/most/core.c module of the Linux kernel is related to improper memory release „memory leak“. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...
CVE-2026-43317
A flaw was found in the Linux kernel, specifically within the 'most: core' component. This vulnerability involves a resource leak that occurs during early registration failures. When an early registration fails, the resources associated with the interface are not properly released. This can lead ...
CVE-2026-43317 most: core: fix leak on early registration failure
In the Linux kernel, the following vulnerability has been resolved: most: core: fix leak on early registration failure A recent commit fixed a resource leak on early registration failures but for some reason left out the first error path which still leaks the resources associated with the...
CVE-2026-43317 most: core: fix leak on early registration failure
In the Linux kernel, the following vulnerability has been resolved: most: core: fix leak on early registration failure A recent commit fixed a resource leak on early registration failures but for some reason left out the first error path which still leaks the resources associated with the...
CVE-2025-71272
A flaw was found in the Linux kernel, specifically within the 'most: core' module. The mostregisterinterface function does not correctly release allocated resources when it encounters an early failure. This resource leak can be triggered by a local attacker, potentially leading to memory exhausti...
CVE-2025-71272: Missing Release of Memory after Effective Lifetime
In the Linux kernel, the following vulnerability has been resolved: most: core: fix resource leak in mostregisterinterface error paths The function mostregisterinterface did not correctly release resources if it failed early before registering the device. In these cases, it returned an error code...