CVE-2024-40927
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
In the Linux kernel, the following vulnerability has been resolved: xhci: Handle TD clearing for multiple streams case When multiple streams are in use, multiple TDs might be in flight when an endpoint is stopped. We need to issue a Set TR Dequeue ...
CVE-2024-40928
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.02.2025 15:37:36
In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() Clang static checker (scan-build) warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer ...
CVE-2024-40929
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check n_ssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though n_ssids is 0. Accessing the pointer in ...
CVE-2024-40930
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 06.10.2025 20:52:32
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate HE operation element parsing Validate that the HE operation element has the correct length before parsing it.
CVE-2024-40931
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snd_una is properly initialized on connect This is strictly related to commit fb7a0d334894 ("mptcp: ensure snd_nxt is properly initialized on connect"). It turns out ...
CVE-2024-40932
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:15
In the Linux kernel, the following vulnerability has been resolved: drm/exynos/vidi: fix memory leak in .get_modes() The duplicated EDID is never freed. Fix it.
CVE-2024-40933
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.02.2025 15:38:11
In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe() When devm_regmap_init_i2c() fails, regmap_ee could be error pointer, instead of checking for IS_ERR(regmap_e...
CVE-2024-40934
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:15
In the Linux kernel, the following vulnerability has been resolved: HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() Fix a memory leak on logi_dj_recv_send_report() error path.
CVE-2024-40908
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:12
In the Linux kernel, the following vulnerability has been resolved: bpf: Set run context for rawtp test_run callback syzbot reported crash when rawtp program executed through the test_run interface calls bpf_get_attach_cookie helper or any other he...
CVE-2024-40909
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:14
- Zuletzt bearbeitet 21.11.2024 09:31:50
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a potential use-after-free in bpf_link_free() After commit 1a80dbcb2dba, bpf_link can be freed by link->ops->dealloc_deferred, but the code still tests and uses link->ops-...