- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:39
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ARM: dts: qcom: replace gcc PXO with pxo_board fixed clock Replace gcc PXO phandle to pxo_board fixed clock declared in the dts. gcc driver doesn't provide PXO_SRC as it's a fixed-...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:38
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: erofs: wake up all waiters after z_erofs_lzma_head ready When the user mounts the erofs second times, the decompression thread may hung. The problem happens due to a sequence of st...
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:03:38
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register Every iteration of for_each_available_child_of_node() decrements the reference count of the previous node. When b...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:37
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegra_slink_remove() After calling spi_unregister_master(), the refcount of master will be decrease to 0, and it will be freed in spi_controller_rele...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:36
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devm_spi_register_controller This reverts commit 59ebbe40fb51 ("spi: simplify devm_spi_register_controller"). If devm_add_action() fails in devm_add_act...
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:03:36
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in of_get_regulation_constraints() We should call the of_node_put() for the reference returned by of_get_child_by_name() which has increased th...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:35
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix file pointer leak Currently if a fscanf fails then an early return leaks an open file pointer. Fix this by fclosing the file before the return. Detected ...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:34
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open() trigger a BUG_ON() in mod_timer(...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:34
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount leak in meson_encoder_hdmi_init of_find_device_by_node() takes reference, we should use put_device() to release it when not need anymore. Add missing put_de...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:03:33
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ath11k: fix missing skb drop on htc_tx_completion error On htc_tx_completion error the skb is not dropped. This is wrong since the completion_handler logic expect the skb to be con...