CVE-2023-53525
BaseFortify
Publication date: 2025-10-01
Last updated on: 2026-04-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.16.0-rc3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the RDMA/cma subsystem where only the UD qp_type should be allowed to join multicast groups. Previously, there was an issue where the qkey field was accessed without being initialized, leading to an uninitialized value error. The patch fixes this by restricting multicast joins to UD qp_type only and setting the qkey to a default value if it is not set, preventing the uninitialized value access.
How can this vulnerability impact me? :
The vulnerability can lead to uninitialized memory being accessed in the kernel, which may cause unpredictable behavior, potential crashes, or security issues such as information leakage or kernel instability. This could impact systems using RDMA multicast features, potentially affecting reliability and security.