CVE-2023-53307
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:46
- Zuletzt bearbeitet 14.01.2026 19:16:23
In the Linux kernel, the following vulnerability has been resolved: rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails If getting an ID or setting up a work queue in rbd_dev_create() fails, use-after-free on rbd_dev->rbd_client, ...
CVE-2023-53308
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:46
- Zuletzt bearbeitet 14.01.2026 19:16:23
In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pm_runtime_get() failing in .remove() In the (unlikely) event that pm_runtime_get() (disguised as pm_runtime_resume_and_get()) fails, the remove callback re...
CVE-2023-53304
- EPSS 0.02%
- 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: netfilter: nft_set_rbtree: fix overlap expiration walk The lazy gc on insert that should remove timed-out entries fails to release the other half of the interval, if any. Can be r...
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-50351
- 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: 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.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-50348
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:40
- Zuletzt bearbeitet 14.01.2026 19:16:05
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.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...