CVE-2025-68379
Null Pointer Dereference in Linux RDMA RXE SRQ Causes Kernel Crash
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's RDMA/rxe subsystem. It occurs when the function ibv_modify_srq() is called twice in a row under certain error conditions. The first call may fail during a queue resize operation, causing the srq->rq.queue pointer to be set to NULL. The second call then tries to access this NULL pointer, leading to a crash of the system.
How can this vulnerability impact me? :
The vulnerability can cause a system crash due to a NULL pointer dereference when certain RDMA operations are performed. This can lead to denial of service by crashing the kernel, potentially disrupting services or applications relying on RDMA functionality.