CVE-2024-50084
- EPSS 0.02%
- Veröffentlicht 29.10.2024 01:15:05
- Zuletzt bearbeitet 11.12.2024 15:15:11
In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test() Commit a3c1e45156ad ("net: microchip: vcap: Fix use-after-free error in kunit test") fixed the use-after-f...
CVE-2024-50085
- EPSS 0.01%
- Veröffentlicht 29.10.2024 01:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:48
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow Syzkaller reported this splat: ================================================================== BUG: KASAN: slab-us...
- EPSS 0.02%
- Veröffentlicht 29.10.2024 01:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:48
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This ad...
CVE-2024-50087
- EPSS 0.02%
- Veröffentlicht 29.10.2024 01:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:49
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free on read_alloc_one_name() error The function read_alloc_one_name() does not initialize the name field of the passed fscrypt_str struct if kmall...
CVE-2024-50088
- EPSS 0.03%
- Veröffentlicht 29.10.2024 01:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:49
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in add_inode_ref() The add_inode_ref() function does not initialize the "name" struct when it is declared. If any of the following calls to "...
CVE-2024-50068
- EPSS 0.02%
- Veröffentlicht 29.10.2024 01:15:04
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 29.10.2024 01:15:04
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 29.10.2024 01:15:04
- Zuletzt bearbeitet 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.07%
- Veröffentlicht 29.10.2024 01:15:04
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 29.10.2024 01:15:04
- Zuletzt bearbeitet 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...