CVE-2022-50540
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.0 (inc) to 6.0.3 (inc) |
| 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 in the Linux kernel's dmaengine driver for Qualcomm ADM. The issue is that the slave_config function incorrectly compares the peripheral_size with the size of a pointer to the config instead of the size of the actual config structure. This causes the crci value to be ignored and can lead to a kernel panic when any slave uses the ADM driver. The fix involves comparing the peripheral_size to the size of the config struct rather than the pointer size.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic on systems using the ADM driver with slaves, potentially leading to system crashes or instability. This can disrupt normal operations and may cause data loss or downtime.