3 matches found
EUVD-2023-59784
Malicious code in bioql PyPI...
CVE-2023-53192
In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...
CVE-2023-53192
The CVE-2023-53192 issue is a Linux kernel bug in vxlan nexthop hashing. The nexthop code expected a 31-bit hash, but skb_get_hash() can return a 32-bit value which becomes negative in a signed int. This can trigger incorrect nexthop selection (nexthop_select_path_hthr) or out-of-bounds access in...