CVE-2022-49095
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 23.09.2025 16:41:38
In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() The error handling path of the probe releases a resource that is not freed in the remove function. In some cases, a ior...
CVE-2022-49077
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 14.10.2025 20:26:33
In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) If an mremap() syscall with old_size=0 ends up in move_page_tables(), it will call invalidate_range_sta...
CVE-2022-49078
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 19.12.2025 14:58:43
In the Linux kernel, the following vulnerability has been resolved: lz4: fix LZ4_decompress_safe_partial read out of bound When partialDecoding, it is EOF if we've either filled the output buffer or can't proceed with reading an offset for followin...
CVE-2022-49080
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:32:22
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix mpol_new leak in shared_policy_replace If mpol_new is allocated but not used in restart loop, mpol_new will be freed via mpol_put before returning to the caller. ...
CVE-2022-49083
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:32:31
In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix regression in probe for NULL pointer dereference Commit 3f6634d997db ("iommu: Use right way to retrieve iommu_ops") started triggering a NULL pointer dereference fo...
CVE-2022-49084
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:33:20
In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qede_build_skb() assumes build_skb() always works and goes straight to skb_reserve(). However, build_skb() can fail under memory pressur...
CVE-2022-49085
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 25.03.2025 16:21:29
In the Linux kernel, the following vulnerability has been resolved: drbd: Fix five use after free bugs in get_initial_state In get_initial_state, it calls notify_initial_state_done(skb,..) if cb->args[5]==1. If genlmsg_put() failed in notify_initia...
CVE-2022-49086
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:10:06
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix leak of nested actions While parsing user-provided actions, openvswitch module may dynamically allocate memory and store pointers in the internal copy of the ...
CVE-2022-49069
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 14.10.2025 20:00:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw [Why] Below general protection fault observed when WebGL Aquarium is run for longer duration. If drm de...
CVE-2022-49072
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 23.09.2025 18:29:10
In the Linux kernel, the following vulnerability has been resolved: gpio: Restrict usage of GPIO chip irq members before initialization GPIO chip irq members are exposed before they could be completely initialized and this leads to race conditions....