610 matches found
EUVD-2021-7710
Malicious code in bioql PyPI...
EUVD-2025-22621
Malicious code in bioql PyPI...
EUVD-2023-24881
Malicious code in bioql PyPI...
EUVD-2023-27557
Malicious code in bioql PyPI...
EUVD-2022-52384
Malicious code in bioql PyPI...
EUVD-2022-36078
Malicious code in bioql PyPI...
EUVD-2025-20979
Malicious code in bioql PyPI...
EUVD-2024-21877
Malicious code in bioql PyPI...
EUVD-2021-32479
Malicious code in bioql PyPI...
EUVD-2025-5979
Malicious code in bioql PyPI...
EUVD-2023-43325
Malicious code in bioql PyPI...
EUVD-2021-33021
Malicious code in bioql PyPI...
EUVD-2024-21873
Malicious code in bioql PyPI...
EUVD-2025-2628
Malicious code in bioql PyPI...
GNOME glib-networking 代码问题漏洞
GNOME glib-networking is a networking extension package for Glib a collection of five underlying libraries written in C. A code issue vulnerability exists in GNOME glib-networking that stems from the OpenSSL backend not properly checking the return value of a memory allocation routine, which coul...
CVE-2025-39853
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix potential invalid access when MAC list is empty listfirstentry never returns NULL - if the list is empty, it still returns a pointer to an invalid object, leading to potential invalid memory access when dereferenced. Fi...
CVE-2025-39853 i40e: Fix potential invalid access when MAC list is empty
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix potential invalid access when MAC list is empty listfirstentry never returns NULL - if the list is empty, it still returns a pointer to an invalid object, leading to potential invalid memory access when dereferenced. Fi...
CVE-2025-39853
CVE-2025-39853 affects the Linux kernel i40e driver. The issue arises when the MAC list is empty, as list_first_entry() can return a pointer to an invalid object, risking invalid memory access upon use. The advisory notes the fix is to replace list_first_entry() with list_first_entry_or_null(), p...
Linux kernel 安全漏洞
Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from accessing an empty MAC list using listfirstentry, which could result in invalid memory accesses...
CVE-2022-50355
In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...