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.02%
- 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...
CVE-2021-47266
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 26.12.2024 20:41:25
In the Linux kernel, the following vulnerability has been resolved: RDMA/ipoib: Fix warning caused by destroying non-initial netns After the commit 5ce2dced8e95 ("RDMA/ipoib: Set rtnl_link_ops for ipoib interfaces"), if the IPoIB device is moved to...
CVE-2021-47267
- EPSS 0.09%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 04.04.2025 14:30:02
In the Linux kernel, the following vulnerability has been resolved: usb: fix various gadget panics on 10gbps cabling usb_assign_descriptors() is called with 5 parameters, the last 4 of which are the usb_descriptor_header for: full-speed (USB1.1 -...
CVE-2021-47268
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 26.12.2024 20:42:00
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm port A pending hrtimer may expire after the kthread_worker of tcpm port is destroyed, see below kernel d...
CVE-2021-47269
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 24.12.2024 16:33:36
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: ep0: fix NULL pointer exception There is no validation of the index from dwc3_wIndex_to_dep() and we might be referring a non-existing ep and trigger a NULL pointer exce...