CVE-2024-42094
- EPSS 0.01%
- Veröffentlicht 29.07.2024 18:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:37
In the Linux kernel, the following vulnerability has been resolved: net/iucv: Avoid explicit cpumask var allocation on stack For CONFIG_CPUMASK_OFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can caus...
CVE-2024-42084
- EPSS 0.02%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: ftruncate: pass a signed offset The old ftruncate() syscall, using the 32-bit off_t misses a sign extension when called in compat mode on 64-bit architectures. As a result, passin...
CVE-2024-42085
- EPSS 0.02%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:36
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock When config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system to enter suspend statu...
CVE-2024-42086
- EPSS 0.03%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:36
In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate() functions There are cases in the compensate functions of the driver that there could be overflows of variables due to bit shift...
CVE-2024-42087
- EPSS 0.01%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:36
In the Linux kernel, the following vulnerability has been resolved: drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep The ilitek-ili9881c controls the reset GPIO using the non-sleeping gpiod_set_value() function. This complai...
CVE-2024-42088
- EPSS 0.03%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 25.09.2025 20:14:24
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link Commit e70b8dd26711 ("ASoC: mediatek: mt8195: Remove afe-dai component and rework codec link") removed the code...
CVE-2024-42089
- EPSS 0.02%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:36
In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv->pdev before using it priv->pdev pointer was set after being used in fsl_asoc_card_audmux_init(). Move this assignment at the start of the probe funct...
CVE-2024-42090
- EPSS 0.01%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:36
In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER In create_pinctrl(), pinctrl_maps_mutex is acquired before calling add_setting(). If add_setting() returns -EP...
CVE-2024-42077
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2_dio_end_io_write() estimates number of necessary transaction credits using ocfs2_calc_extend_credit...
CVE-2024-42078
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 21.11.2024 09:33:32
In the Linux kernel, the following vulnerability has been resolved: nfsd: initialise nfsd_info.mutex early. nfsd_info.mutex can be dereferenced by svc_pool_stats_start() immediately after the new netns is created. Currently this can trigger an oop...