CVE-2022-49708
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:53:52
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on ext4_mb_use_inode_pa Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/mballoc.c:3211! [...] R...
CVE-2022-49709
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:53:37
In the Linux kernel, the following vulnerability has been resolved: cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle RCU_NONIDLE usage during __cfi_slowpath_diag can result in an invalid RCU state in the cpuidle code path: WARNING: CPU: 1 PID...
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...