Bug 2396111 (CVE-2023-53335) - CVE-2023-53335 kernel: RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()
Summary: CVE-2023-53335 kernel: RDMA/cxgb4: Fix potential null-ptr-deref in pass_estab...
Keywords:
Status: NEW
Alias: CVE-2023-53335
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-17 15:01 UTC by OSIDB Bzimport
Modified: 2025-09-17 17:48 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-17 15:01:52 UTC
In the Linux kernel, the following vulnerability has been resolved:

RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()

If get_ep_from_tid() fails to lookup non-NULL value for ep, ep is
dereferenced later regardless of whether it is empty.
This patch adds a simple sanity check to fix the issue.

Found by Linux Verification Center (linuxtesting.org) with SVACE.


Note You need to log in before you can comment on or make changes to this bug.