CVE-2023-53321
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:57
- Zuletzt bearbeitet 14.01.2026 19:16:25
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or s...
CVE-2023-53318
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:54
- Zuletzt bearbeitet 14.01.2026 19:16:25
In the Linux kernel, the following vulnerability has been resolved: recordmcount: Fix memory leaks in the uwrite function Common realloc mistake: 'file_append' nulled but not freed upon failure
CVE-2023-53317
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:53
- Zuletzt bearbeitet 14.01.2026 19:16:25
In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in mb_find_extent Syzbot found the following issue: EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_c...
CVE-2023-53314
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:51
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fb_info.dev Do not assing the Linux device to struct fb_info.dev. The call to register_framebuffer() initializes the field to the fbdev dev...
CVE-2023-53313
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:50
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix wrong setting of max_corr_read_errors There is no input check when echo md/max_read_errors and overflow might occur. Add check of input number.
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-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-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.