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-2025-21895
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:19
- Zuletzt bearbeitet 31.10.2025 18:50:50
In the Linux kernel, the following vulnerability has been resolved: perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list Syskaller triggers a warning due to prev_epc->pmu != next_epc->pmu in perf_event_swap_task_ctx_data(). vmc...
CVE-2025-21896
- EPSS 0.04%
- Veröffentlicht 01.04.2025 16:15:19
- Zuletzt bearbeitet 31.10.2025 18:50:57
In the Linux kernel, the following vulnerability has been resolved: fuse: revert back to __readahead_folio() for readahead In commit 3eab9d7bc2f4 ("fuse: convert readahead to use folios"), the logic was converted to using the new folio readahead co...
CVE-2025-21893
- EPSS 0.02%
- Veröffentlicht 31.03.2025 20:15:14
- Zuletzt bearbeitet 08.04.2025 15:48:59
In the Linux kernel, the following vulnerability has been resolved: keys: Fix UAF in key_put() Once a key's reference count has been reduced to 0, the garbage collector thread may destroy it at any time and so key_put() is not allowed to touch the ...
CVE-2023-53033
- EPSS 0.02%
- 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.03%
- 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-53029
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:58
- Zuletzt bearbeitet 31.10.2025 18:56:46
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt The commit 4af1b64f80fb ("octeontx2-pf: Fix lmtst ID used in aura free") uses the get/put_cpu() to protect the usage...
CVE-2023-53030
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:58
- Zuletzt bearbeitet 31.10.2025 18:57:19
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Avoid use of GFP_KERNEL in atomic context Using GFP_KERNEL in preemption disable context, causing below warning when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. [ 32.542...
CVE-2023-53028
- EPSS 0.02%
- 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...