NONE · 0

CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() Smatch detected this potential error pointer dereference clk_wzrd_re...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() Smatch detected this potential error pointer dereference clk_wzrd_register_divider(). If devm_clk_hw_register() fails then it sets "hw" to an error pointer and then dereferences it on the next line. Return the error directly instead.

References

FAQ

What is CVE-2023-53807?

CVE-2023-53807 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() Smatch detected this potential error pointer dereference clk_wzrd_re...

How severe is CVE-2023-53807?

CVSS scoring is not yet available for CVE-2023-53807. Check NVD for updates.

Is there a patch for CVE-2023-53807?

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