NONE · 0

CVE-2025-40033

In the Linux kernel, the following vulnerability has been resolved: remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable() pru_rproc_set_ctable() accessed rproc->priv befo...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable() pru_rproc_set_ctable() accessed rproc->priv before the IS_ERR_OR_NULL check, which could lead to a null pointer dereference. Move the pru assignment, ensuring we never dereference a NULL rproc pointer.

References

FAQ

What is CVE-2025-40033?

CVE-2025-40033 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable() pru_rproc_set_ctable() accessed rproc->priv befo...

How severe is CVE-2025-40033?

CVSS scoring is not yet available for CVE-2025-40033. Check NVD for updates.

Is there a patch for CVE-2025-40033?

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