CVE-2021-47282
- EPSS 0.05%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 30.04.2025 14:30:12
In the Linux kernel, the following vulnerability has been resolved: spi: bcm2835: Fix out-of-bounds access with more than 4 slaves Commit 571e31fa60b3 ("spi: bcm2835: Cache CS register value for ->prepare_message()") limited the number of slaves to...
CVE-2021-47283
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 26.12.2024 20:49:20
In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not pr...
CVE-2021-47284
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 02.04.2025 14:48:11
In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: netjet: Fix crash in nj_probe: 'nj_setup' in netjet.c might fail with -EIO and in this case 'card->irq' is initialized and is bigger than zero. A subsequent call to 'n...
CVE-2021-47286
- EPSS 0.1%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 30.04.2025 14:26:35
In the Linux kernel, the following vulnerability has been resolved: bus: mhi: core: Validate channel ID when processing command completions MHI reads the channel ID from the event ring element sent by the device which can be any value between 0 and...
CVE-2021-47287
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 23.12.2024 16:40:14
In the Linux kernel, the following vulnerability has been resolved: driver core: auxiliary bus: Fix memory leak when driver_register() fail If driver_register() returns with error we need to free the memory allocated for auxdrv->driver.name before ...
CVE-2021-47288
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 23.12.2024 16:45:23
In the Linux kernel, the following vulnerability has been resolved: media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf() Fix an 11-year old bug in ngene_command_config_free_buf() while addressing the following warnings caught with...
CVE-2021-47289
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 23.12.2024 16:46:39
In the Linux kernel, the following vulnerability has been resolved: ACPI: fix NULL pointer dereference Commit 71f642833284 ("ACPI: utils: Fix reference counting in for_each_acpi_dev_match()") started doing "acpi_dev_put()" on a pointer that was pos...
CVE-2021-47263
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:59:24
In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT(0) to BIT(4) however we ended up with BIT(n - 1) which is not right, and this was caught by below usban...
CVE-2021-47264
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 24.12.2024 16:34:16
In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix Null-point-dereference in fmt_single_name() Check the return value of devm_kstrdup() in case of Null-point-dereference.
CVE-2021-47265
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:57:20
In the Linux kernel, the following vulnerability has been resolved: RDMA: Verify port when creating flow rule Validate port value provided by the user and with that remove no longer needed validation by the driver. The missing check in the mlx5_ib...