CVE-2025-21904
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:20
- Zuletzt bearbeitet 03.11.2025 20:17:25
In the Linux kernel, the following vulnerability has been resolved: caif_virtio: fix wrong pointer check in cfv_probe() del_vqs() frees virtqueues, therefore cfv->vq_tx pointer should be checked for NULL before calling it, not cfv->vdev. Also the c...
CVE-2025-21905
- EPSS 0.01%
- Veröffentlicht 01.04.2025 16:15:20
- Zuletzt bearbeitet 03.11.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: limit printed string from FW file There's no guarantee here that the file is always with a NUL-termination, so reading the string may read beyond the end of the TLV....
CVE-2025-21894
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:19
- Zuletzt bearbeitet 31.10.2025 18:50:01
In the Linux kernel, the following vulnerability has been resolved: net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC Actually ENETC VFs do not support HWTSTAMP_TX_ONESTEP_SYNC because only ENETC PF can access PMa_SINGLE_STEP registers. And t...
CVE-2023-53033
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:44:01
- Zuletzt bearbeitet 31.10.2025 18:49:30
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits If the offset + length goes over the ethernet + vlan header, then the length is adjusted to copy the by...
CVE-2023-53032
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:44:00
- Zuletzt bearbeitet 31.10.2025 18:49:09
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function. When first_ip is 0, last_ip is 0xFFFFFFFF, and netmask is 31, the value of an arithmetic expression ...
CVE-2023-53031
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:59
- Zuletzt bearbeitet 31.10.2025 18:49:02
In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIG_DEBUG_ATOMIC_SLEEP and CONFIG_PROVE_LOCKING enabled, while running a ...
CVE-2023-53028
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:57
- Zuletzt bearbeitet 01.10.2025 18:15:36
In the Linux kernel, the following vulnerability has been resolved: Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()" This reverts commit 13e5afd3d773c6fc6ca2b89027befaaaa1ea7293. ieee80211_if_free() is already called from free_netdev...
CVE-2023-53026
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:51
- Zuletzt bearbeitet 01.10.2025 18:15:36
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix ib block iterator counter overflow When registering a new DMA MR after selecting the best aligned page size for it, we iterate over the given sglist to split each en...
CVE-2023-53023
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:49
- Zuletzt bearbeitet 01.04.2025 15:39:10
In the Linux kernel, the following vulnerability has been resolved: net: nfc: Fix use-after-free in local_cleanup() Fix a use-after-free that occurs in kfree_skb() called from local_cleanup(). This could happen when killing nfc daemon (e.g. neard) ...
CVE-2023-53024
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:49
- Zuletzt bearbeitet 22.01.2026 20:56:59
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation To mitigate Spectre v4, 2039f26f3aca ("bpf: Fix leakage due to insufficient speculative store bypass m...