CVE-2024-58083
- EPSS 0.04%
- 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-58084
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 01.10.2025 20:18:14
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: Fix missing read barrier in qcom_scm_get_tzmem_pool() Commit 2e4955167ec5 ("firmware: qcom: scm: Fix __scm and waitq completion variable initialization") intro...
CVE-2024-58085
- EPSS 0.05%
- 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: 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.04%
- 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.03%
- 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-2024-58075
- EPSS 0.03%
- Veröffentlicht 06.03.2025 16:15:54
- Zuletzt bearbeitet 31.10.2025 16:33:20
In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - do not transfer req when tegra init fails The tegra_cmac_init or tegra_sha_init function may return an error when memory is exhausted. It should not transfer the re...
CVE-2025-21825
- EPSS 0.03%
- 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.06%
- Veröffentlicht 06.03.2025 16:15:54
- Zuletzt bearbeitet 03.11.2025 21:19:13
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-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.