CVE-2026-43148
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:30
- Zuletzt bearbeitet 13.05.2026 20:15:47
In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: Add check for kcalloc() failure in parse_thread_groups() As kcalloc() may fail, check its return value to avoid a NULL pointer dereference when passing it to of_proper...
CVE-2026-43146
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:29
- Zuletzt bearbeitet 13.05.2026 20:19:38
In the Linux kernel, the following vulnerability has been resolved: media: iris: Add buffer to list only after successful allocation Move `list_add_tail()` to after `dma_alloc_attrs()` succeeds when creating internal buffers. Previously, the buffer...
CVE-2026-43144
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:28
- Zuletzt bearbeitet 13.05.2026 21:10:13
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential kernel oops when probe fails When probe of the sdio brcmfmac device fails for some reasons (i.e. missing firmware), the sdiodev->bus is set to error i...
CVE-2026-43145
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:28
- Zuletzt bearbeitet 13.05.2026 21:10:02
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Fix invalid loaded resource table detection imx_rproc_elf_find_loaded_rsc_table() may incorrectly report a loaded resource table even when the current firmwa...
CVE-2026-43143
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:27
- Zuletzt bearbeitet 13.05.2026 18:41:04
In the Linux kernel, the following vulnerability has been resolved: mfd: core: Add locking around 'mfd_of_node_list' Manipulating a list in the kernel isn't safe without some sort of mutual exclusion. Add a mutex any time we access / modify 'mfd_of...
CVE-2026-43141
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:26
- Zuletzt bearbeitet 13.05.2026 20:52:24
In the Linux kernel, the following vulnerability has been resolved: ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut Number of MW LUTs depends on NTB configuration and can be set to zero, in such scenario rounddown_pow_of_two will cause ...
CVE-2026-43142
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:26
- Zuletzt bearbeitet 13.05.2026 18:41:13
In the Linux kernel, the following vulnerability has been resolved: media: iris: gen1: Destroy internal buffers after FW releases After the firmware releases internal buffers, the driver was not destroying them. This left stale allocations that wer...
CVE-2026-43140
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:25
- Zuletzt bearbeitet 13.05.2026 20:56:43
In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: Do not crash on missing msc->input Fake USB devices can send their own report descriptors for which the input_mapping() hook does not get called. In this case, ms...
CVE-2026-43138
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:24
- Zuletzt bearbeitet 12.05.2026 21:11:43
In the Linux kernel, the following vulnerability has been resolved: reset: gpio: suppress bind attributes in sysfs This is a special device that's created dynamically and is supposed to stay in memory forever. We also currently don't have a devlink...
CVE-2026-43139
- EPSS 0.07%
- Veröffentlicht 06.05.2026 11:27:24
- Zuletzt bearbeitet 13.05.2026 18:41:39
In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix uninitialized saddr in xfrm6_get_saddr() xfrm6_get_saddr() does not check the return value of ipv6_dev_get_saddr(). When ipv6_dev_get_saddr() fails to find a suitable so...