CVE-2022-50009
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:14
- Zuletzt bearbeitet 14.11.2025 16:59:15
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null-ptr-deref in f2fs_get_dnode_of_data There is issue as follows when test f2fs atomic write: F2FS-fs (loop0): Can't find valid F2FS filesystem in 2th superblock F2FS-f...
CVE-2022-49997
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:00:57
- Zuletzt bearbeitet 14.11.2025 18:11:19
In the Linux kernel, the following vulnerability has been resolved: net: lantiq_xrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again...
CVE-2022-49998
- EPSS 0.11%
- Veröffentlicht 18.06.2025 11:00:57
- Zuletzt bearbeitet 14.11.2025 18:11:08
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix locking in rxrpc's sendmsg Fix three bugs in the rxrpc's sendmsg implementation: (1) rxrpc_new_client_call() should release the socket lock when returning an erro...
CVE-2022-49989
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:00:50
- Zuletzt bearbeitet 14.11.2025 18:12:59
In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: fix error exit of privcmd_ioctl_dm_op() The error exit of privcmd_ioctl_dm_op() is calling unlock_pages() potentially with pages being NULL, leading to a NULL derefere...
CVE-2022-49980
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:42
- Zuletzt bearbeitet 14.11.2025 18:15:11
In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usb_udc_uevent() The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bu...
CVE-2022-49979
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:00:41
- Zuletzt bearbeitet 23.12.2025 14:16:30
In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in sk_psock_get (2) Syzkaller reports refcount bug as follows: ------------[ cut here ]------------ refcount_t: saturated; leaking memory. WARNING: CPU: 1 PID...
CVE-2022-49974
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:00:37
- Zuletzt bearbeitet 13.11.2025 21:27:21
In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix rumble worker null pointer deref We can dereference a null pointer trying to queue work to a destroyed workqueue. If the device is disconnected, nintendo_hid_re...
CVE-2022-49971
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:00:34
- Zuletzt bearbeitet 13.11.2025 21:19:52
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix a potential gpu_metrics_table memory leak Memory is allocated for gpu_metrics_table in smu_v13_0_4_init_smc_tables(), but not freed in smu_v13_0_4_fini_smc_tables()...
CVE-2022-49966
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:00:31
- Zuletzt bearbeitet 14.11.2025 17:55:45
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid To avoid any potential memory leak.
CVE-2022-49967
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:00:31
- Zuletzt bearbeitet 14.11.2025 17:28:43
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpf_jit_limit. While reading bpf_jit_limit, it can be changed concurrently via sysctl, WRITE_ONCE() in __do_proc_doulongvec_minmax(). The size of bpf_ji...