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-53316
- EPSS 0.02%
- 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: drm/msm/dp: Free resources after unregistering them The DP component's unbind operation walks through the submodules to unregister and clean things up. But if the unbind happens be...
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-53315
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:52
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Fix SKB corruption in REO destination ring While running traffics for a long time, randomly an RX descriptor filled with value "0" from REO destination ring is receiv...
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-53312
- EPSS 0.01%
- 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: net: fix net_dev_start_xmit trace event vs skb_transport_offset() After blamed commit, we must be more careful about using skb_transport_offset(), as reminded us by syzbot: WARNIN...
CVE-2023-53310
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:48
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: power: supply: axp288_fuel_gauge: Fix external_power_changed race fuel_gauge_external_power_changed() dereferences info->bat, which gets sets in axp288_fuel_gauge_probe() like this...
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...