10854 matches found
EUVD-2024-20715
Malicious code in bioql PyPI...
EUVD-2025-20038
Malicious code in bioql PyPI...
EUVD-2024-51892
Malicious code in bioql PyPI...
EUVD-2025-26099
Malicious code in bioql PyPI...
EUVD-2022-2752
Malicious code in bioql PyPI...
EUVD-2025-11164
Malicious code in bioql PyPI...
EUVD-2022-26054
Malicious code in bioql PyPI...
EUVD-2025-30356
Malicious code in bioql PyPI...
EUVD-2025-11234
Malicious code in bioql PyPI...
EUVD-2021-34553
Malicious code in bioql PyPI...
EUVD-2022-32779
Malicious code in bioql PyPI...
EUVD-2023-1111
Malicious code in bioql PyPI...
EUVD-2024-53400
Malicious code in bioql PyPI...
CVE-2025-39903
In the Linux kernel, the following vulnerability has been resolved: ofnuma: fix uninitialized memory nodes causing kernel panic When there are memory-only nodes nodes without CPUs, these nodes are not properly initialized, causing kernel panic during boot. ofnumainit ofnumaparsecpunodes nodesetni...
PT-2025-44109
Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.16.0+ and later Description The Linux kernel contains a flaw in the BPF subsystem related to handling struct operations on the LoongArch architecture. Specifically, the return values of struct operations are not correct...
SUSE CVE-2022-50456
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix resolving backrefs for inline extent followed by prealloc If a file consists of an inline extent followed by a regular or prealloc extent, then a legitimate attempt to resolve a logical address in the non-inline region...
SUSE CVE-2023-53470
In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...
SUSE CVE-2025-39903
In the Linux kernel, the following vulnerability has been resolved: ofnuma: fix uninitialized memory nodes causing kernel panic When there are memory-only nodes nodes without CPUs, these nodes are not properly initialized, causing kernel panic during boot. ofnumainit ofnumaparsecpunodes nodesetni...
kernel: scsi: lpfc: Use memcpy() for BIOS version
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...
CVE-2023-53531
In the Linux kernel, the following vulnerability has been resolved: nullblk: fix poll request timeout handling When doing iouring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. 1 BUG: kernel NULL pointer dereference, address:...