CVE-2025-21827
- EPSS 0.02%
- Veröffentlicht 06.03.2025 16:15:54
- Zuletzt bearbeitet 31.10.2025 16:18:50
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Add locks for usb_driver_claim_interface() The documentation for usb_driver_claim_interface() says that "the device lock" is needed when the function is...
CVE-2024-58067
- EPSS 0.04%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 01.10.2025 20:18:12
In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs IS_ERR() check The devm_kzalloc() function returns NULL on error, not error pointers. Update the check to match.
CVE-2024-58068
- EPSS 0.05%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 03.11.2025 20:17:00
In the Linux kernel, the following vulnerability has been resolved: OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized If a driver calls dev_pm_opp_find_bw_ceil/floor() the retrieve bandwidth from the OPP table but the bandwidth t...
CVE-2024-58069
- EPSS 0.04%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 03.11.2025 20:17:01
In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an...
CVE-2024-58070
- EPSS 0.03%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 01.10.2025 20:18:12
In the Linux kernel, the following vulnerability has been resolved: bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT In PREEMPT_RT, kmalloc(GFP_ATOMIC) is still not safe in non preemptible context. bpf_mem_alloc must be used in PREEMP...
CVE-2024-58071
- EPSS 0.04%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 03.11.2025 20:17:01
In the Linux kernel, the following vulnerability has been resolved: team: prevent adding a device which is already a team device lower Prevent adding a device which is already a team device lower, e.g. adding veth0 if vlan1 was already added and ve...
CVE-2024-58072
- EPSS 0.04%
- Veröffentlicht 06.03.2025 16:15:53
- Zuletzt bearbeitet 03.11.2025 20:17:01
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: remove unused check_buddy_priv Commit 2461c7d60f9f ("rtlwifi: Update header file") introduced a global list of private data structures. Later on, commit 26634c4b186...
CVE-2024-58073
- EPSS 0.04%
- 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.04%
- 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.06%
- Veröffentlicht 06.03.2025 16:15:52
- Zuletzt bearbeitet 03.11.2025 20:17:00
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...