3 matches found
SUSE CVE-2022-50866
In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...
5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References7
ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()
...
5.5CVSS7.2AI score0.00185EPSS
SaveExploits0
kernel: ASoC: pxa: fix null-pointer dereference in filter()
A flaw was found in the Linux kernel ASoC pxa audio driver. The function filter used kasprintf to allocate a formatted string but did not check whether the allocation succeeded before passing the result to strcmp. If memory allocation fails and kasprintf returns NULL, this results in a NULL point...
5.7AI score0.00203EPSS
SaveExploits0References5
20