CVE-2022-50640
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's MMC core when a non-standard SDIO card is removed. The issue arises because the SDIO tuple is only allocated for standard SDIO cards, and the reference counter for the non-standard SDIO card device is not increased during initialization. However, the reference counter is decreased upon removal, leading to memory corruption and potentially causing a kernel panic.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to panic when a non-standard SDIO card is removed, which may lead to system crashes or instability. This can disrupt normal operations and potentially cause data loss or downtime.