CVE-2022-50543
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.1 (inc) to 6.1.2 (inc) |
| linux | linux_kernel | 6.1.0-rc1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-415 | The product calls free() twice on the same memory address. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's RDMA/rxe component involves a double free of the mr->map resource. Specifically, the function rxe_mr_cleanup() attempts to free mr->map again when rxe_mr_init_user() fails, leading to a double free condition. The issue arose due to changes in how memory mappings were handled and was fixed by ensuring rxe_mr_cleanup() only frees mr->map once it has been successfully allocated.
How can this vulnerability impact me? :
The double free vulnerability can lead to undefined behavior such as memory corruption, system crashes, or potential exploitation by attackers to execute arbitrary code or cause denial of service on affected Linux systems using the RDMA/rxe driver.