CVE-2022-50475
BaseFortify
Publication date: 2025-10-04
Last updated on: 2025-10-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 in the Linux kernel's RDMA core involves improper handling of the 'ib_port' structure when accessing sysfs nodes. Specifically, the 'ib_port' must be properly set before adding the sysfs kobject and reset after removing it. Failure to do so can cause a kernel crash due to a NULL pointer dereference when accessing the sysfs node.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash when accessing certain sysfs nodes related to RDMA. This can lead to system instability or denial of service, affecting the availability of the system or services relying on RDMA functionality.