CVE-2023-52925
- EPSS 0.02%
- Veröffentlicht 05.02.2025 10:15:21
- Zuletzt bearbeitet 15.10.2025 20:05:07
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: don't fail inserts if duplicate has expired nftables selftests fail: run-tests.sh testcases/sets/0044interval_overlap_0 Expected: 0-2 . 0-3, got: W: [FAILED] ...
CVE-2025-21679
- EPSS 0.07%
- Veröffentlicht 31.01.2025 12:15:29
- Zuletzt bearbeitet 15.10.2025 13:39:54
In the Linux kernel, the following vulnerability has been resolved: btrfs: add the missing error handling inside get_canonical_dev_path Inside function get_canonical_dev_path(), we call d_path() to get the final device path. But d_path() can retur...
CVE-2025-21677
- EPSS 0.02%
- Veröffentlicht 31.01.2025 12:15:28
- Zuletzt bearbeitet 15.10.2025 13:41:46
In the Linux kernel, the following vulnerability has been resolved: pfcp: Destroy device along with udp socket's netns dismantle. pfcp_newlink() links the device to a list in dev_net(dev) instead of net, where a udp tunnel socket is created. Even ...
CVE-2025-21678
- EPSS 0.03%
- Veröffentlicht 31.01.2025 12:15:28
- Zuletzt bearbeitet 12.05.2026 13:16:31
In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtp_newlink() links the device to a list in dev_net(dev) instead of src_net, where a udp tunnel socket is created. Eve...
CVE-2024-57948
- EPSS 0.03%
- Veröffentlicht 31.01.2025 12:15:27
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154_if_remove. [1] Remove an IEEE 802.15.4 network interface after unreg...
CVE-2025-21668
- EPSS 0.02%
- Veröffentlicht 31.01.2025 12:15:27
- Zuletzt bearbeitet 03.11.2025 21:19:04
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8mp-blk-ctrl: add missing loop break condition Currently imx8mp_blk_ctrl_remove() will continue the for loop until an out-of-bounds exception occurs. pstate: 60000005...
CVE-2024-57947
- EPSS 0.02%
- Veröffentlicht 23.01.2025 14:15:25
- Zuletzt bearbeitet 06.12.2025 22:15:49
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_set_pipapo: fix initial map fill The initial buffer has to be inited to all-ones, but it must restrict it to the size of the first field, not the total field size. A...
CVE-2025-21664
- EPSS 0.03%
- Veröffentlicht 21.01.2025 13:15:10
- Zuletzt bearbeitet 12.05.2026 13:16:30
In the Linux kernel, the following vulnerability has been resolved: dm thin: make get_first_thin use rcu-safe list first function The documentation in rculist.h explains the absence of list_empty_rcu() and cautions programmers against relying on a ...
CVE-2024-57945
- EPSS 0.02%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 03.11.2025 20:16:55
In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix the out of bound issue of vmemmap address In sparse vmemmap model, the virtual address of vmemmap is calculated as: ((struct page *)VMEMMAP_START - (phys_ram_base >>...
CVE-2025-21656
- EPSS 0.02%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 26.09.2025 16:21:34
In the Linux kernel, the following vulnerability has been resolved: hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur scsi_execute_cmd() function can return both negative (linux codes) and positive (scsi_cmnd result field)...