CVE Catalog

CVE-2026-89872

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the v4l2_fwnode_parse_link() function in the media v4l2-fwnode module leaks an fwnode reference. The remote endpoint reference acquired via fwnode_graph_get_remote_endpoint() is not released on the success path.

Risk Assessment

The fwnode reference leak leads to gradual exhaustion of kernel resources with repeated calls. This can cause system instability over long-running operation.

Recommendation

Update the Linux kernel to a version containing the fix that adds fwnode_handle_put() before returning 0. Monitor systems with heavy V4L2 fwnode usage.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-fwnode: Fix fwnode leak in v4l2_fwnode_parse_link In v4l2_fwnode_parse_link(), the remote endpoint fwnode reference is acquired using fwnode_graph_get_remote_endpoint(). This reference is properly released in the error paths, but it is leaked on the success path. Add the missing fwnode_handle_put() before returning 0 to prevent the reference leak. [Sakari Ailus: Fix subject prefix and coding style a little.]

Vulnerability data from NVD (NIST) · CISA KEV · EPSS