CVE-2022-49710
- EPSS 0.1%
- 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.02%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 21.01.2026 16:07:47
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.02%
- 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-49693
- EPSS 0.08%
- 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-49695
- EPSS 0.02%
- 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.12%
- 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.14%
- 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 ...
CVE-2022-49698
- EPSS 0.12%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 24.10.2025 19:11:00
In the Linux kernel, the following vulnerability has been resolved: netfilter: use get_random_u32 instead of prandom bh might occur while updating per-cpu rnd_state from user context, ie. local_out path. BUG: using smp_processor_id() in preemptibl...
CVE-2022-49700
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 25.03.2025 13:37:51
In the Linux kernel, the following vulnerability has been resolved: mm/slub: add missing TID updates on slab deactivation The fastpath in slab_alloc_node() assumes that c->slab is stable as long as the TID stays the same. However, two places in __s...
CVE-2022-49682
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 01.10.2025 20:17:05
In the Linux kernel, the following vulnerability has been resolved: xtensa: Fix refcount leak bug in time.c In calibrate_ccount(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when it i...