3595 matches found
EUVD-2025-12857
Malicious code in bioql PyPI...
EUVD-2024-53296
Malicious code in bioql PyPI...
EUVD-2024-53293
Malicious code in bioql PyPI...
EUVD-2022-54812
Malicious code in bioql PyPI...
EUVD-2022-54610
Malicious code in bioql PyPI...
EUVD-2025-5147
Malicious code in bioql PyPI...
EUVD-2025-15929
Malicious code in bioql PyPI...
EUVD-2025-13070
Malicious code in bioql PyPI...
EUVD-2025-12846
Malicious code in bioql PyPI...
EUVD-2025-7595
Malicious code in bioql PyPI...
EUVD-2025-20071
Malicious code in bioql PyPI...
EUVD-2023-51004
Malicious code in bioql PyPI...
EUVD-2023-59949
Malicious code in bioql PyPI...
EUVD-2025-30865
Malicious code in bioql PyPI...
EUVD-2023-59946
Malicious code in bioql PyPI...
CVE-2023-53489
In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported 0 memory leaks of an UDP socket and ZEROCOPY skbs. We can reproduce the problem with these sequences: sk = socketAFINET, SOCKDGRAM, 0...
UBUNTU-CVE-2023-53462
In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in fillframeinfo Syzbot reports the following uninit-value access problem. ===================================================== BUG: KMSAN: uninit-value in fillframeinfo net/hsr/hsrforward.c:601 inli...
CVE-2023-53489
CVE-2023-53489 affects the Linux kernel memory handling for UDP sockets with TX timestamps and zerocopy skbs. The issue is a memory leak: clones of skbs and their ubuf references can keep a socket refcnt and skb references in the error/clock path, causing leaked sk, sock and skb when close() is c...
CVE-2025-39897
CVE-2025-39897 (Linux kernel) : The issue, sourced from the Linux kernel patch notes, involves the Xilinx AXIENET driver where RX metadata pointer retrieval can fail when calling dmaengine_desc_get_metadata_ptr(), which may return an error pointer. The fix adds proper error checking and handling ...
kernel: ipv6: mcast: extend RCU protection in igmp6_send()
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...