3137 matches found
EUVD-2025-28923
Malicious code in bioql PyPI...
EUVD-2025-29376
Malicious code in bioql PyPI...
EUVD-2023-47919
Malicious code in bioql PyPI...
EUVD-2025-12881
Malicious code in bioql PyPI...
EUVD-2023-59946
Malicious code in bioql PyPI...
EUVD-2022-55560
Malicious code in bioql PyPI...
EUVD-2025-30342
Malicious code in bioql PyPI...
EUVD-2025-11264
Malicious code in bioql PyPI...
EUVD-2025-26739
Malicious code in bioql PyPI...
EUVD-2021-33718
Malicious code in bioql PyPI...
EUVD-2024-19530
Malicious code in bioql PyPI...
Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted
...
CVE-2023-53461 io_uring: wait interruptibly for request completions on exit
In the Linux kernel, the following vulnerability has been resolved: iouring: wait interruptibly for request completions on exit WHen the ring exits, cleanup is done and the final cancelation and waiting on completions is done by ioringexitwork. That function is invoked by kworker, which doesn't...
CVE-2023-53461
CVE-2023-53461 pertains to the Linux kernel’s io_uring exit path. The vulnerability comes from io_ring_exit_work, invoked by kworker, waiting on request completions in a way that could interact with signal handling. The patch changes the wait state from TASK_UNINTERRUPTIBLE to TASK_INTERRUPTIBLE ...
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 the ioringexitwork function waiting for a request to complete without using an interruptible state, which...
NewStart CGSL MAIN 6.06 : kernel Multiple Vulnerabilities (NS-SA-2025-0206)
The remote NewStart CGSL host, running version MAIN 6.06, has kernel packages installed that are affected by multiple vulnerabilities: - A stack overflow flaw was found in the Linux kernel's TIPC protocol functionality in the way a user sends a packet with malicious content where the number of...
Important: kernel6.12
Issue Overview: In the Linux kernel, the following vulnerability has been resolved: net: fix NULL pointer dereference in l3mdevl3rcv CVE-2025-22103 In the Linux kernel, the following vulnerability has been resolved: ext4: avoid journaling sb update on error if journal is destroying CVE-2025-22113...
CVE-2025-39875 igb: Fix NULL pointer dereference in ethtool loopback test
In the Linux kernel, the following vulnerability has been resolved: igb: Fix NULL pointer dereference in ethtool loopback test The igb driver currently causes a NULL pointer dereference when executing the ethtool loopback test. This occurs because there is no associated qvector for the test ring...
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 not properly handling the qvector of a test ring, which could result in a null pointer dereference...
SUSE CVE-2023-53370
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix memory leak in mes self test The fences associated with mes queue have to be freed up during amdgpuringfini...