CVE-2024-58073
- EPSS 0.14%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 01.10.2025 20:18:13
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check dpu_plane_atomic_print_state() for valid sspp Similar to the r_pipe sspp protect, add a check to protect the pipe state prints to avoid NULL ptr dereference for ...
CVE-2024-58074
- EPSS 0.14%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 31.10.2025 18:56:38
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Grab intel_display from the encoder to avoid potential oopsies Grab the intel_display from 'encoder' rather than 'state' in the encoder hooks to avoid the massive footgun...
CVE-2024-58058
- EPSS 0.19%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 14.07.2026 13:17:16
In the Linux kernel, the following vulnerability has been resolved: ubifs: skip dumping tnc tree when zroot is null Clearing slab cache will free all znode in memory and make c->zroot.znode = NULL, then dumping tnc tree will access c->zroot.znode w...
CVE-2024-58059
- EPSS 0.11%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 01.10.2025 20:18:11
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix deadlock during uvc_probe If uvc_probe() fails, it can end up calling uvc_status_unregister() before uvc_status_init() is called. Fix this by checking if dev-...
CVE-2024-58060
- EPSS 0.19%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 21.03.2025 15:41:13
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing There is a UAF report in the bpf_struct_ops when CONFIG_MODULES=n. In particular, the repo...
CVE-2024-58061
- EPSS 0.17%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 14.07.2026 13:17:16
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: prohibit deactivating all links In the internal API this calls this is a WARN_ON, but that should remain since internally we want to know about bugs that may cause ...
CVE-2024-58062
- EPSS 0.17%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 01.10.2025 20:18:11
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference When iterating over the links of a vif, we need to make sure that the pointer is valid (in other words - that the link exists) be...
CVE-2024-58063
- EPSS 0.19%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 12.05.2026 13:16:27
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: fix memory leaks and invalid access at probe error path Deinitialize at reverse order when probe fails. When init_sw_vars fails, rtl_deinit_core should not be calle...
CVE-2024-58064
- EPSS 0.17%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 01.10.2025 20:18:11
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap() kunit_kzalloc() may return NULL, dereferencing it without NULL check may lead to NULL de...
CVE-2024-58065
- EPSS 0.14%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 01.10.2025 20:18:11
In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check The devm_kzalloc() function returns NULL on error, not error pointers. Fix the check.