CVE-2025-22103
- EPSS 0.08%
- Veröffentlicht 16.04.2025 14:12:52
- Zuletzt bearbeitet 24.11.2025 10:15:59
In the Linux kernel, the following vulnerability has been resolved: net: fix NULL pointer dereference in l3mdev_l3_rcv When delete l3s ipvlan: ip link del link eth0 ipvlan1 type ipvlan mode l3s This may cause a null pointer dereference: ...
CVE-2025-22097
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:47
- Zuletzt bearbeitet 03.11.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkms_exit() function might access an uninitialized or freed default_config pointe...
CVE-2025-22090
- EPSS 0.09%
- Veröffentlicht 16.04.2025 14:12:42
- Zuletzt bearbeitet 11.01.2026 17:15:52
In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() If track_pfn_copy() fails, we already added the dst VMA to the maple tree. As fork() fails, we'll cleanup the...
CVE-2025-22089
- EPSS 0.13%
- Veröffentlicht 16.04.2025 14:12:41
- Zuletzt bearbeitet 03.11.2025 20:17:43
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hw_counters outside of init net namespace Commit 467f432a521a ("RDMA/core: Split port and device counter sysfs attributes") accidentally almost exposed hw c...
CVE-2025-22086
- EPSS 0.1%
- Veröffentlicht 16.04.2025 14:12:34
- Zuletzt bearbeitet 03.11.2025 20:17:43
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow When cur_qp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to th...
CVE-2025-22083
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:32
- Zuletzt bearbeitet 06.04.2026 13:44:28
In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint If vhost_scsi_set_endpoint is called multiple times without a vhost_scsi_clear_endpoint between them, we can h...
CVE-2025-22081
- EPSS 0.11%
- Veröffentlicht 16.04.2025 14:12:30
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeof(struct NTFS_DE)" addition can have an integer wrapping issue. Fix it by using size_add...
CVE-2025-22079
- EPSS 0.06%
- Veröffentlicht 16.04.2025 14:12:29
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate l_tree_depth to avoid out-of-bounds access The l_tree_depth field is 16-bit (__le16), but the actual maximum depth is limited to OCFS2_MAX_PATH_DEPTH. Add a check ...
CVE-2025-22075
- EPSS 0.11%
- Veröffentlicht 16.04.2025 14:12:26
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: rtnetlink: Allocate vfinfo size for VF GUIDs when supported Commit 30aad41721e0 ("net/core: Add support for getting VF GUIDs") added support for getting VF port and node GUIDs in n...
CVE-2025-22073
- EPSS 0.09%
- Veröffentlicht 16.04.2025 14:12:25
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: spufs: fix a leak on spufs_new_file() failure It's called from spufs_fill_dir(), and caller of that will do spufs_rmdir() in case of failure. That does remove everything we'd mana...