CVE-2024-50068
- EPSS 0.05%
- Published 29.10.2024 01:15:04
- Last modified 01.10.2025 21:15:43
In the Linux kernel, the following vulnerability has been resolved: mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets() The sysfs_target->regions allocated in damon_sysfs_regions_alloc() is not freed in damon_sysfs_test_...
CVE-2024-50069
- EPSS 0.05%
- Published 29.10.2024 01:15:04
- Last modified 03.11.2025 23:16:46
In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the retu...
CVE-2024-50070
- EPSS 0.05%
- Published 29.10.2024 01:15:04
- Last modified 21.02.2025 14:15:50
In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the retu...
CVE-2024-50071
- EPSS 0.05%
- Published 29.10.2024 01:15:04
- Last modified 01.10.2025 21:15:43
In the Linux kernel, the following vulnerability has been resolved: pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func() 'new_map' is allocated using devm_* which takes care of freeing the allocated data on device removal, call...
CVE-2024-50072
- EPSS 0.08%
- Published 29.10.2024 01:15:04
- Last modified 03.11.2025 23:16:46
In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Use code segment selector for VERW operand Robert Gill reported below #GP in 32-bit mode when dosemu software was executing vm86() system call: general protection faul...
CVE-2024-50073
- EPSS 0.02%
- Published 29.10.2024 01:15:04
- Last modified 03.11.2025 23:16:47
In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: Fix use-after-free in gsm_cleanup_mux BUG: KASAN: slab-use-after-free in gsm_cleanup_mux+0x77b/0x7b0 drivers/tty/n_gsm.c:3160 [n_gsm] Read of size 8 at addr ffff88815fe...
CVE-2024-50074
- EPSS 0.05%
- Published 29.10.2024 01:15:04
- Last modified 03.11.2025 23:16:47
In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf() calls blindly with snprintf(). However, since snprintf() retu...
CVE-2024-50075
- EPSS 0.03%
- Published 29.10.2024 01:15:04
- Last modified 01.10.2025 21:15:44
In the Linux kernel, the following vulnerability has been resolved: xhci: tegra: fix checked USB2 port number If USB virtualizatoin is enabled, USB2 ports are shared between all Virtual Functions. The USB2 port number owned by an USB2 root hub in a...
CVE-2024-50076
- EPSS 0.27%
- Published 29.10.2024 01:15:04
- Last modified 08.11.2024 16:15:45
In the Linux kernel, the following vulnerability has been resolved: vt: prevent kernel-infoleak in con_font_get() font.data may not initialize all memory spaces depending on the implementation of vc->vc_sw->con_font_get. This may cause info-leak, s...
CVE-2024-50077
- EPSS 0.04%
- Published 29.10.2024 01:15:04
- Last modified 03.11.2025 23:16:47
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix multiple init when debugfs is disabled If bt_debugfs is not created successfully, which happens if either CONFIG_DEBUG_FS or CONFIG_DEBUG_FS_ALLOW_ALL is unset,...