CVE-2023-53311
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:49
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput During unmount process of nilfs2, nothing holds nilfs_root structure after nilfs2 detaches its writer in nilfs_...
CVE-2023-53309
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:47
- Zuletzt bearbeitet 14.01.2026 19:16:23
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix integer overflow in radeon_cs_parser_init The type of size is unsigned, if size is 0x40000000, there will be an integer overflow, size will be zero after size *= si...
CVE-2023-53305
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:44
- Zuletzt bearbeitet 14.01.2026 19:16:23
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free Fix potential use-after-free in l2cap_le_command_rej.
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-50350
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:42
- Zuletzt bearbeitet 14.01.2026 19:16:06
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix a race condition between login_work and the login thread In case a malicious initiator sends some random data immediately after a login PDU; the iscsi_targ...
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 ...
- 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.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...