5 matches found
EUVD-2024-53262
Malicious code in bioql PyPI...
The vulnerability of the xsk_map_delete_elem function in the Linux operating system’s kernel allows a hacker to cause a service failure.
The vulnerability of the xskmapdeleteelem function in the Linux operating system is related to memory writing beyond the allocated buffer. Exploiting this vulnerability can allow an attacker to cause a service failure...
CVE-2024-56614
In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xskmapdeleteelem function an unsigned integer map-maxentries is compared with a user-controlled signed integer k. Due to implicit type conversion, a large unsign...
CVE-2024-56614
In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xskmapdeleteelem function an unsigned integer map-maxentries is compared with a user-controlled signed integer k. Due to implicit type conversion, a large unsign...
CVE-2024-56614
Summary: CVE-2024-56614 in the Linux kernel fixes an out-of-bounds write in xsk_map_delete_elem where a user-controlled signed integer can bypass bounds checks due to unsigned/signed comparison, enabling an invalid map_entry access and potential memory corruption via xchg and subsequent operation...