CVE-2022-50008
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:13
- Zuletzt bearbeitet 14.11.2025 16:59:09
In the Linux kernel, the following vulnerability has been resolved: kprobes: don't call disarm_kprobe() for disabled kprobes The assumption in __disable_kprobe() is wrong, and it could try to disarm an already disarmed kprobe and fire the WARN_ONCE...
CVE-2022-50007
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:12
- Zuletzt bearbeitet 14.11.2025 16:59:00
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in __xfrm_policy_check() The issue happens on an error path in __xfrm_policy_check(). When the fetching process of the object `pols[1]` fails, the function ...
CVE-2022-50001
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:01
- Zuletzt bearbeitet 14.11.2025 16:13:20
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_tproxy: restrict to prerouting hook TPROXY is only allowed from prerouting, but nft_tproxy doesn't check this. This fixes a crash (null dereference) when using tprox...
CVE-2022-49993
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:53
- Zuletzt bearbeitet 14.11.2025 18:12:08
In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loop_config is passed (see lo_ioctl()'s case...
CVE-2022-49990
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:51
- Zuletzt bearbeitet 14.11.2025 18:12:44
In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associat...
CVE-2022-49987
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:48
- Zuletzt bearbeitet 14.11.2025 18:13:10
In the Linux kernel, the following vulnerability has been resolved: md: call __md_stop_writes in md_stop From the link [1], we can see raid1d was running even after the path raid_dtr -> md_stop -> __md_stop. Let's stop write first in destructor to...
CVE-2022-49986
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:47
- Zuletzt bearbeitet 14.11.2025 18:13:45
In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq storvsc_error_wq workqueue should not be marked as WQ_MEM_RECLAIM as it doesn't need to make forward progress under memor...
CVE-2022-49984
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:46
- Zuletzt bearbeitet 14.11.2025 18:14:15
In the Linux kernel, the following vulnerability has been resolved: HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report It is possible for a malicious device to forgo submitting a Feature Report. The HID Steam driver presently...
CVE-2022-49983
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:45
- Zuletzt bearbeitet 14.11.2025 18:14:32
In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device (v2) If the DMA mask is not set explicitly, the following warning occurs when the userspace tries to access the dma-buf via the CPU...
CVE-2022-49982
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:44
- Zuletzt bearbeitet 14.11.2025 18:14:49
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvr_probe The error handling code in pvr2_hdw_create forgets to unregister the v4l2 device. When pvr2_hdw_create returns back to pvr2_context_cre...