CVE-2022-50351
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:42
- Zuletzt bearbeitet 01.12.2025 21:58:48
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifs_create() If the cifs already shutdown, we should free the xid before return, otherwise, the xid will be leaked.
CVE-2022-50349
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:41
- Zuletzt bearbeitet 01.12.2025 21:58:36
In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm_7xx1_switch_media() If device_register() returns error in tifm_7xx1_switch_media(), name of kobject which is allocated in dev_set_name(...
CVE-2022-50348
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:40
- Zuletzt bearbeitet 01.12.2025 21:58:30
In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdup_user() call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks.
CVE-2022-50346
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:39
- Zuletzt bearbeitet 01.12.2025 21:58:19
In the Linux kernel, the following vulnerability has been resolved: ext4: init quota for 'old.inode' in 'ext4_rename' Syzbot found the following issue: ext4_parse_param: s_want_extra_isize=128 ext4_inode_info_init: s_want_extra_isize=32 ext4_rename...
CVE-2022-50347
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:39
- Zuletzt bearbeitet 01.12.2025 21:58:23
In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be ...
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:24
- Zuletzt bearbeitet 29.09.2025 19:15:33
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50344
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:23
- Zuletzt bearbeitet 01.12.2025 22:03:27
In the Linux kernel, the following vulnerability has been resolved: ext4: fix null-ptr-deref in ext4_write_info I caught a null-ptr-deref bug as follows: ================================================================== KASAN: null-ptr-deref in ra...
CVE-2022-50343
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:22
- Zuletzt bearbeitet 01.12.2025 22:03:21
In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible name leaks when rio_add_device() fails Patch series "rapidio: fix three possible memory leaks". This patchset fixes three name leaks in error handling. - pa...
CVE-2022-50342
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:21
- Zuletzt bearbeitet 01.12.2025 22:03:16
In the Linux kernel, the following vulnerability has been resolved: floppy: Fix memory leak in do_floppy_init() A memory leak was reported when floppy_alloc_disk() failed in do_floppy_init(). unreferenced object 0xffff888115ed25a0 (size 8): comm...
CVE-2022-50341
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:20
- Zuletzt bearbeitet 01.12.2025 22:03:08
In the Linux kernel, the following vulnerability has been resolved: cifs: fix oops during encryption When running xfstests against Azure the following oops occurred on an arm64 system Unable to handle kernel write to read-only memory at virtual ...