Bug 2406766 (CVE-2025-40033) - CVE-2025-40033 kernel: remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable()
Summary: CVE-2025-40033 kernel: remoteproc: pru: Fix potential NULL pointer dereferenc...
Keywords:
Status: NEW
Alias: CVE-2025-40033
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-28 12:04 UTC by OSIDB Bzimport
Modified: 2025-11-26 13:20 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-28 12:04:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.