CVE-2025-40033
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential NULL pointer dereference in the Linux kernel's remoteproc subsystem, specifically in the pru_rproc_set_ctable() function. The function accessed a pointer (rproc->priv) before properly checking if the rproc pointer was NULL or an error, which could cause the system to dereference a NULL pointer and potentially crash or behave unexpectedly.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause a system crash or instability due to a NULL pointer dereference in the Linux kernel, potentially leading to denial of service or unexpected behavior in systems using the affected remoteproc subsystem.