CVE-2022-49710
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:53:28
In the Linux kernel, the following vulnerability has been resolved: dm mirror log: round up region bitmap size to BITS_PER_LONG The code in dm-log rounds up bitset_size to 32 bits. It then uses find_next_zero_bit_le on the allocated region. find_ne...
CVE-2022-49711
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.03.2025 19:28:55
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove() In fsl_mc_bus_remove(), mc->root_mc_bus_dev->mc_io is passed to fsl_destroy_mc_io(). However, mc->root_mc_bus_dev i...
CVE-2022-49712
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 01.10.2025 20:17:07
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not nee...
CVE-2022-49702
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:45
- Zuletzt bearbeitet 24.10.2025 15:54:19
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix hang during unmount when block group reclaim task is running When we start an unmount, at close_ctree(), if we have the reclaim task running and in the middle of a data ...
CVE-2022-49703
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:45
- Zuletzt bearbeitet 01.10.2025 20:17:06
In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Store vhost pointer during subcrq allocation Currently the back pointer from a queue to the vhost adapter isn't set until after subcrq interrupt registration. The val...
CVE-2022-49693
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 01.10.2025 20:17:05
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf of_graph_get_remote_node() returns remote device node pointer with refcount incremented, we should use of_node_put() on it...
CVE-2022-49694
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 24.03.2025 19:27:40
In the Linux kernel, the following vulnerability has been resolved: block: disable the elevator int del_gendisk The elevator is only used for file system requests, which are stopped in del_gendisk. Move disabling the elevator and freeing the sched...
CVE-2022-49695
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 24.03.2025 19:28:39
In the Linux kernel, the following vulnerability has been resolved: igb: fix a use-after-free issue in igb_clean_tx_ring Fix the following use-after-free bug in igb_clean_tx_ring routine when the NIC is running in XDP mode. The issue can be trigger...
CVE-2022-49696
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 25.03.2025 13:39:35
In the Linux kernel, the following vulnerability has been resolved: tipc: fix use-after-free Read in tipc_named_reinit syzbot found the following issue on: ================================================================== BUG: KASAN: use-after-fre...
CVE-2022-49697
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 24.10.2025 15:50:50
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix request_sock leak in sk lookup helpers A customer reported a request_socket leak in a Calico cloud environment. We found that a BPF program was doing a socket lookup with ...