3572 matches found
EUVD-2025-5798
Malicious code in bioql PyPI...
EUVD-2022-55381
Malicious code in bioql PyPI...
EUVD-2021-3083
Malicious code in bioql PyPI...
EUVD-2024-34969
Malicious code in bioql PyPI...
EUVD-2022-51030
Malicious code in bioql PyPI...
EUVD-2022-26934
Malicious code in bioql PyPI...
EUVD-2023-47932
Malicious code in bioql PyPI...
EUVD-2025-22703
Malicious code in bioql PyPI...
EUVD-2025-28947
Malicious code in bioql PyPI...
EUVD-2023-59914
Malicious code in bioql PyPI...
EUVD-2022-42592
Malicious code in bioql PyPI...
EUVD-2022-55377
Malicious code in bioql PyPI...
EUVD-2022-42693
Malicious code in bioql PyPI...
EUVD-2023-47931
Malicious code in bioql PyPI...
EUVD-2025-28960
Malicious code in bioql PyPI...
EUVD-2024-27167
Malicious code in bioql PyPI...
SUSE CVE-2022-50431
In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails, call soundbusdevput to give up the reference that hold in...
CVE-2022-50431
CVE-2022-50431 : Linux kernel patch fixes a memory-leak in ALSA aoa i2sbus handling. The issue stems from dev_set_name() allocating memory for the name in soundbus_add_one() and not freeing it if of_device_register() fails; the fix adds soundbus_dev_put() and frees resources in i2sbus_release_dev...
CVE-2022-50431 ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails, call soundbusdevput to give up the reference that hold in...
CVE-2022-50427 ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in sndac97devregister If deviceregister fails in sndac97devregister, it should call putdevice to give up reference, or the name allocated in devsetname is leaked...