CVE-2025-40033: remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable()
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.
Security readout for executives and security teams
Plain-English summary
CVE-2025-40033 is a Linux kernel flaw in remoteproc PRU handling where a null pointer could be dereferenced. The likely impact is system instability or denial of service, not confirmed data theft or remote code execution. Public sources do not provide CVSS, CWE, or confirmed exploitation.
Executive priority
Handle through normal kernel patch governance unless PRU remoteproc is used on critical systems. There is no source-backed evidence of active exploitation, but kernel NULL dereferences can affect availability.
Technical view
The issue is in pru_rproc_set_ctable(). The code accessed rproc->priv before checking whether rproc was NULL or an error pointer. Kernel stable commits move that assignment after validation to prevent a NULL pointer dereference.
Likely exposure
Exposure appears limited to Linux systems running affected kernel builds with the PRU remoteproc code present and reachable. The provided affected-version data is incomplete and branch semantics are unclear, so confirm against kernel or distribution advisories.
Exploitation context
The source bundle does not cite active exploitation, and KEV status is false. No public exploit details are provided. Treat this as a kernel reliability and local platform exposure issue unless vendor guidance states otherwise.
Researcher notes
The evidence identifies a defensive ordering fix for rproc validation. The bundle lacks CVSS, CWE, trigger conditions, privilege requirements, and affected branch range clarity, so avoid over-scoping without vendor-specific confirmation.
Mitigation direction
Update to a vendor-supported kernel containing the referenced stable fixes.
Check your Linux distribution advisory for exact fixed package versions.
Prioritize systems using PRU remoteproc functionality or related hardware support.
Track this CVE in kernel patch compliance reporting.
Validation and detection
Inventory Linux kernel versions across affected environments.
Check whether PRU remoteproc support is built, packaged, or loaded.
Map deployed kernels to the referenced stable commits or distro fixes.
Review kernel logs for crashes involving pru_rproc_set_ctable or remoteproc PRU.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-40033 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
5Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Oct 28, 2025, 11:48 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.