HomeDefectsLIN1023-24270
Acknowledged

LIN1023-24270 : Security Advisory - linux - CVE-2026-46127

Created: May 29, 2026    Updated: Jun 9, 2026
Found In 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:  RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()  Sashiko points out that pd->uctx isn't initialized until late in the function so all these error flow references are NULL and will crash. Use the uctx that isn't NULL.