Bug 2393498 (CVE-2025-39695) - CVE-2025-39695 kernel: RDMA/rxe: Flush delayed SKBs while releasing RXE resources
Summary: CVE-2025-39695 kernel: RDMA/rxe: Flush delayed SKBs while releasing RXE resou...
Keywords:
Status: NEW
Alias: CVE-2025-39695
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-05 18:02 UTC by OSIDB Bzimport
Modified: 2025-09-05 21:52 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-05 18:02:25 UTC
In the Linux kernel, the following vulnerability has been resolved:

RDMA/rxe: Flush delayed SKBs while releasing RXE resources

When skb packets are sent out, these skb packets still depends on
the rxe resources, for example, QP, sk, when these packets are
destroyed.

If these rxe resources are released when the skb packets are destroyed,
the call traces will appear.

To avoid skb packets hang too long time in some network devices,
a timestamp is added when these skb packets are created. If these
skb packets hang too long time in network devices, these network
devices can free these skb packets to release rxe resources.


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