Acknowledged
Created: Oct 29, 2025
Updated: Oct 30, 2025
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable()[EOL][EOL]pru_rproc_set_ctable() accessed rproc->priv before the IS_ERR_OR_NULL[EOL]check, which could lead to a null pointer dereference. Move the pru[EOL]assignment, ensuring we never dereference a NULL rproc pointer.