CVE-2022-50540
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
07/10/2025
Last modified:
08/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
dmaengine: qcom-adm: fix wrong sizeof config in slave_config<br />
<br />
Fix broken slave_config function that uncorrectly compare the<br />
peripheral_size with the size of the config pointer instead of the size<br />
of the config struct. This cause the crci value to be ignored and cause<br />
a kernel panic on any slave that use adm driver.<br />
<br />
To fix this, compare to the size of the struct and NOT the size of the<br />
pointer.



