LIN1023-18011 : Security Advisory - linux - CVE-2023-54189
Created: Dec 31, 2025
Updated: Jan 6, 2026
Resolved Date: Dec 31, 2025
Found In Version: 10.23.30.2
Fix Version: 10.23.30.2
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Kernel
Description
In the Linux kernel, the following vulnerability has been resolved:
pstore/ram: Add check for kstrdup
Add check for the return value of kstrdup() and return the error
if it fails in order to avoid NULL pointer dereference.