CVE-2022-50359
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:11
- Zuletzt bearbeitet 14.01.2026 19:16:08
In the Linux kernel, the following vulnerability has been resolved: media: cx88: Fix a null-ptr-deref bug in buffer_prepare() When the driver calls cx88_risc_buffer() to prepare the buffer, the function call may fail, resulting in a empty buffer an...
CVE-2022-50353
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:06
- Zuletzt bearbeitet 14.01.2026 19:16:06
In the Linux kernel, the following vulnerability has been resolved: mmc: wmt-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 leake...
CVE-2023-53330
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:12:06
- Zuletzt bearbeitet 14.01.2026 19:16:27
In the Linux kernel, the following vulnerability has been resolved: caif: fix memory leak in cfctrl_linkup_request() When linktype is unknown or kzalloc failed in cfctrl_linkup_request(), pkt is not released. Add release process to error path.
CVE-2022-50352
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:43
- Zuletzt bearbeitet 14.01.2026 19:16:06
In the Linux kernel, the following vulnerability has been resolved: net: hns: fix possible memory leak in hnae_ae_register() Inject fault while probing module, if device_register() fails, but the refcount of kobject is not decreased to 0, the name ...
CVE-2022-50349
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:41
- Zuletzt bearbeitet 14.01.2026 19:16:05
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-50346
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:39
- Zuletzt bearbeitet 14.01.2026 19:16:05
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 14.01.2026 19:16:05
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 ...
CVE-2022-50344
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:23
- Zuletzt bearbeitet 14.01.2026 19:16:05
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 14.01.2026 19:16:04
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-50333
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:49:46
- Zuletzt bearbeitet 04.12.2025 13:48:21
In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbDiscardAG This should be applied to most URSAN bugs found recently by syzbot, by guarding the dbMount. As syzbot feeding rubbish into the bmap...