CVE-2022-49698
- EPSS 0.04%
- 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-49699
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 24.10.2025 15:54:39
In the Linux kernel, the following vulnerability has been resolved: filemap: Handle sibling entries in filemap_get_read_batch() If a read races with an invalidation followed by another read, it is possible for a folio to be replaced with a higher-o...
CVE-2022-49700
- EPSS 0.03%
- 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-49701
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 24.10.2025 15:54:29
In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Allocate/free queue resource only during probe/remove Currently, the sub-queues and event pool resources are allocated/freed for every CRQ connection event such as re...
CVE-2022-49682
- EPSS 0.03%
- 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...
CVE-2022-49683
- EPSS 0.03%
- 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: iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...
CVE-2022-49684
- EPSS 0.04%
- 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: iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_data of_find_node_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when done...
CVE-2022-49685
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 24.03.2025 19:27:25
In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix use-after-free on remove Ensure that the irq_work has completed before the trigger is freed. ============================================================...
CVE-2022-49686
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 24.10.2025 15:51:29
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix list double add in uvcg_video_pump A panic can occur if the endpoint becomes disabled and the uvcg_video_pump adds the request back to the req_free list after...
- EPSS 0.13%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 26.02.2025 07:01:43
In the Linux kernel, the following vulnerability has been resolved: virtio_net: fix xdp_rxq_info bug after suspend/resume The following sequence currently causes a driver bug warning when using virtio_net: # ip link set eth0 up # echo mem > /s...