NONE · 0

CVE-2026-90213

In the Linux kernel, the following vulnerability has been resolved: firewire: core: fix memory leak in error path of build_tree() In the error path of build_tree(), node instances can remain in the ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: firewire: core: fix memory leak in error path of build_tree() In the error path of build_tree(), node instances can remain in the local linked list when the function returns. Whenever an invalid value is detected in the self ID sequence, each allocated node instance is either an entry in the linked list or an entry in the ports array of its parent node. Therefore, the allocate node instances can be safely released by traversing the linked list from its head. Release the remaining node instances with for_each_fw_node() before returning to the caller.

References

FAQ

What is CVE-2026-90213?

CVE-2026-90213 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: firewire: core: fix memory leak in error path of build_tree() In the error path of build_tree(), node instances can remain in the ...

How severe is CVE-2026-90213?

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

Is there a patch for CVE-2026-90213?

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