CVE-2024-58082
- EPSS 0.17%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 31.10.2025 16:29:41
In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcm_video_ece_init() When function of_find_device_by_node() fails, it returns NULL instead of an error code. So the corresponding error check...
CVE-2024-58083
- EPSS 0.21%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: KVM: Explicitly verify target vCPU is online in kvm_get_vcpu() Explicitly verify the target vCPU is fully online _prior_ to clamping the index in kvm_get_vcpu(). If the index is "...
CVE-2024-58085
- EPSS 0.18%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 12.05.2026 13:16:27
In the Linux kernel, the following vulnerability has been resolved: tomoyo: don't emit warning in tomoyo_write_control() syzbot is reporting too large allocation warning at tomoyo_write_control(), for one can write a very very long line without new...
CVE-2024-58076
- EPSS 0.17%
- Veröffentlicht 06.03.2025 17:15:20
- Zuletzt bearbeitet 03.11.2025 20:17:01
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-sm6350: Add missing parent_map for two clocks If a clk_rcg2 has a parent, it should also have parent_map defined, otherwise we'll get a NULL pointer dereference when...
CVE-2025-21828
- EPSS 0.17%
- Veröffentlicht 06.03.2025 16:15:55
- Zuletzt bearbeitet 31.10.2025 16:17:29
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't flush non-uploaded STAs If STA state is pre-moved to AUTHORIZED (such as in IBSS scenarios) and insertion fails, the station is freed. In this case, the drive...
CVE-2025-21825
- EPSS 0.16%
- Veröffentlicht 06.03.2025 16:15:54
- Zuletzt bearbeitet 30.10.2025 18:49:46
In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of old_element is protecte...
CVE-2025-21826
- EPSS 0.18%
- Veröffentlicht 06.03.2025 16:15:54
- Zuletzt bearbeitet 12.05.2026 13:16:37
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: reject mismatching sum of field_len with set key length The field length description provides the length of each separated key field in the concatenation, eac...
CVE-2024-58068
- EPSS 0.17%
- 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.21%
- 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.13%
- 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...