CVE-2022-49925
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:11:03
- Zuletzt bearbeitet 01.10.2025 15:15:38
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix null-ptr-deref in ib_core_cleanup() KASAN reported a null-ptr-deref error: KASAN: null-ptr-deref in range [0x0000000000000118-0x000000000000011f] CPU: 1 PID: 37...
CVE-2022-49923
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:11:02
- Zuletzt bearbeitet 01.10.2025 15:15:37
In the Linux kernel, the following vulnerability has been resolved: nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() nxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when nxp_nci_i2c_write() failed. However, even if the nxp_...
CVE-2022-49913
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:54
- Zuletzt bearbeitet 12.11.2025 15:35:06
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix inode list leak during backref walking at find_parent_nodes() During backref walking, at find_parent_nodes(), if we are dealing with a data extent and we get an error wh...
CVE-2022-49910
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:53
- Zuletzt bearbeitet 11.11.2025 01:38:30
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu Fix the race condition between the following two flows that run in parallel: 1. l2cap_reassemble_sdu -> chan->o...
CVE-2022-49898
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:44
- Zuletzt bearbeitet 10.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix tree mod log mishandling of reallocated nodes We have been seeing the following panic in production kernel BUG at fs/btrfs/tree-mod-log.c:677! invalid opcode: 0000 ...
CVE-2022-49892
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:35
- Zuletzt bearbeitet 07.05.2025 13:19:41
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix use-after-free for dynamic ftrace_ops KASAN reported a use-after-free with ftrace ops [1]. It was found from vmcore that perf had registered two ops with the same conte...
CVE-2022-49887
- EPSS 0.09%
- Veröffentlicht 01.05.2025 14:10:32
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdec_probe() v4l2_device_unregister need to be called to put the refcount got by v4l2_device_register when vdec_probe fails or vde...
CVE-2022-49885
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:31
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() Change num_ghes from int to unsigned int, preventing an overflow and causing subsequent vmalloc() to fail. The overflo...
CVE-2022-49879
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:27
- Zuletzt bearbeitet 10.11.2025 21:20:07
In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG_ON() when directory entry has invalid rec_len The rec_len field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a B...
CVE-2022-49864
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:17
- Zuletzt bearbeitet 01.10.2025 16:15:47
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram() ./drivers/gpu/drm/amd/amdkfd/kfd_migrate.c:985:58-62: ERROR: p is NULL but dereferenced.